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