Package com.ibm.cloud.is.vpc.v1.model
Interface InstanceProfileDiskSupportedInterfaces.XDefault
-
- Enclosing class:
- InstanceProfileDiskSupportedInterfaces
public static interface InstanceProfileDiskSupportedInterfaces.XDefault
The disk interface used for attaching the disk. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Summary
Fields Modifier and Type Field Description static String
NVME
nvme.static String
VIRTIO_BLK
virtio_blk.
-
-
-
Field Detail
-
NVME
static final String NVME
nvme.- See Also:
- Constant Field Values
-
VIRTIO_BLK
static final String VIRTIO_BLK
virtio_blk.- See Also:
- Constant Field Values
-
-