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.GenericModel
DedicatedHostProfileDiskInterface.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DedicatedHostProfileDiskInterface.Type
The type for this profile field.static interface
DedicatedHostProfileDiskInterface.Value
The interface of the disk for a dedicated host with this profile The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
Gets the type.String
getValue()
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 may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the value
-
-