Package com.ibm.cloud.is.vpc.v1.model
Interface BareMetalServerProfileDiskSupportedInterfaces.XDefault
-
- Enclosing class:
- BareMetalServerProfileDiskSupportedInterfaces
public static interface BareMetalServerProfileDiskSupportedInterfaces.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 may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Detail
-
FCP
static final String FCP
fcp.- See Also:
- Constant Field Values
-
NVME
static final String NVME
nvme.- See Also:
- Constant Field Values
-
SATA
static final String SATA
sata.- See Also:
- Constant Field Values
-
-