BlockStorageVolumeType

Prev Next

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
  • Minimum size when used as default storage
maxBaseVolumeSize Long Optional Maximum default volume size
  • Maximum size when used as default storage
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