Available in VPC
This is a block storage type.
Syntax
The syntax is as follows:
private CommonCode blockStorageVolumeType;
private CommonCode hypervisorType;
private Long minBasicVolumeSize;
private Long maxBasicVolumeSize;
private Long minVolumeSize;
private Long maxVolumeSize;
private Long minIops;
private Long maxIops;
private Long minThroughput;
private Long maxThroughput;
private List<String> zoneCodeList;
private Boolean isBaseStorageAvailable;
Field
The following describes the fields:
Field | Type | Required | Description |
---|---|---|---|
blockStorageVolumeType |
CommonCode | Required | Block storage volume type |
hypervisorType |
CommonCode | Required | Hypervisor type |
minBaseVolumeSize |
Long | Optional | Minimum default volume size
|
maxBaseVolumeSize |
Long | Optional | Maximum default volume size
|
minVolumeSize |
Long | Required | Minimum volume size |
maxVolumeSize |
Long | Required | Maximum volume size |
minIops |
Long | Required | Minimum IOPS |
maxIops |
Long | Required | Maximum IOPS |
minThroughput |
Long | Required | Minimum load balancing performance |
maxThroughput |
Long | Required | Maximum load balancing performance |
zoneCodeList |
List<String> | Required | Zone code list |
isBaseStorageAvailable |
Boolean | Required | Default storage availability |