Package com.ibm.cloud.is.vpc.v1.model
Class BareMetalServerProfileCPUArchitecture
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.BareMetalServerProfileCPUArchitecture
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class BareMetalServerProfileCPUArchitecture extends com.ibm.cloud.sdk.core.service.model.GenericModel
BareMetalServerProfileCPUArchitecture.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
BareMetalServerProfileCPUArchitecture.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 CPU architecture for a bare metal server 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 CPU architecture for a bare metal server with this profile.- Returns:
- the value
-
-