Package com.ibm.cloud.is.vpc.v1.model
Interface BareMetalServerProfileDiskSupportedInterfaces.Values
-
- Enclosing class:
- BareMetalServerProfileDiskSupportedInterfaces
public 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.
-
-
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
-
-