Package com.ibm.cloud.is.vpc.v1.model
Class DedicatedHostProfileDiskInterface
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.DedicatedHostProfileDiskInterface
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DedicatedHostProfileDiskInterface extends com.ibm.cloud.sdk.core.service.model.GenericModelDedicatedHostProfileDiskInterface.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDedicatedHostProfileDiskInterface.TypeThe type for this profile field.static interfaceDedicatedHostProfileDiskInterface.ValueThe interface of the disk for a dedicated host with this profile The enumerated values for this property are expected to expand in the future.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()Gets the type.StringgetValue()Gets the value.
-
-
-
Method Detail
-
getType
public String getType()
Gets the type. The type for this profile field.- Returns:
- the type
-
getValue
public String getValue()
Gets the value. The interface of the disk for a dedicated host with this profile The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.- Returns:
- the value
-
-