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.GenericModelBareMetalServerProfileDiskSupportedInterfaces.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBareMetalServerProfileDiskSupportedInterfaces.TypeThe type for this profile field.static interfaceBareMetalServerProfileDiskSupportedInterfaces.ValuesThe disk interface used for attaching the disk.static interfaceBareMetalServerProfileDiskSupportedInterfaces.XDefaultThe disk interface used for attaching the disk.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()Gets the type.List<String>getValues()Gets the values.StringgetXDefault()Gets the xDefault.
-
-
-
Method Detail
-
getXDefault
public String getXDefault()
Gets the xDefault. The disk interface used for attaching the disk. - `fcp`: Attached using Fiber Channel Protocol - `sata`: Attached using Serial Advanced Technology Attachment - `nvme`: Attached using Non-Volatile Memory Express 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 xDefault
-
getType
public String getType()
Gets the type. The type for this profile field.- Returns:
- the type
-
-