Package com.ibm.cloud.is.vpc.v1.model
Interface InstanceProfileDiskSupportedInterfaces.Values
-
- Enclosing class:
- InstanceProfileDiskSupportedInterfaces
public static interface InstanceProfileDiskSupportedInterfaces.Values
The disk interface used for attaching the disk. 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 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
-
-