Package com.ibm.cloud.is.vpc.v1.model
Class InstanceProfileVCPUManufacturer
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.InstanceProfileVCPUManufacturer
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InstanceProfileVCPUManufacturer extends com.ibm.cloud.sdk.core.service.model.GenericModel
InstanceProfileVCPUManufacturer.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
InstanceProfileVCPUManufacturer.Type
The type for this profile field.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
Gets the type.String
getValue()
Gets the value.String
getXDefault()
Gets the xDefault.
-
-
-
Method Detail
-
getXDefault
public String getXDefault()
Gets the xDefault. The default VCPU manufacturer for an instance with this profile.- Returns:
- the xDefault
-
getType
public String getType()
Gets the type. The type for this profile field.- Returns:
- the type
-
getValue
public String getValue()
Gets the value. The VCPU manufacturer for an instance with this profile.- Returns:
- the value
-
-