Package com.ibm.cloud.is.vpc.v1.model
Class BareMetalServerProfileDiskSupportedInterfaces
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.BareMetalServerProfileDiskSupportedInterfaces
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class BareMetalServerProfileDiskSupportedInterfaces extends com.ibm.cloud.sdk.core.service.model.GenericModel
BareMetalServerProfileDiskSupportedInterfaces.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
BareMetalServerProfileDiskSupportedInterfaces.Type
The type for this profile field.static interface
BareMetalServerProfileDiskSupportedInterfaces.Values
The disk attachment interface used: - `fcp`: Fiber Channel Protocol - `sata`: Serial Advanced Technology Attachment - `nvme`: Non-Volatile Memory Express The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.static interface
BareMetalServerProfileDiskSupportedInterfaces.XDefault
The default value for this profile field.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
Gets the type.List<String>
getValues()
Gets the values.String
getXDefault()
Gets the xDefault.
-