BlockStorageInstance
- Print
- PDF
BlockStorageInstance
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is a block storage instance.
Syntax
The syntax is as follows.
private String blockStorageInstanceNo;
private String serverInstanceNo;
private String blockStorageName;
private CommonCode blockStorageType;
private Long blockStorageSize;
private String deviceName;
private String blockStorageProductCode;
private CommonCode blockStorageInstanceStatus;
private CommonCode blockStorageInstanceOperation;
private String blockStorageInstanceStatusName;
private Date createDate;
private String blockStorageDescription;
private CommonCode blockStorageDiskType;
private CommonCode blockStorageDiskDetailType;
private Integer maxIopsThroughput;
private Boolean isEncryptedVolume;
private String zoneCode;
private String regionCode;
private Boolean isReturnProtection;
private CommonCode blockStorageVolumeType;
private CommonCode hypervisorType;
private Long throughput;
private Long iops;
private Long blockStorageSnapshotInstanceNo;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
blockStorageInstanceNo | String | Required | Block storage instance number
|
serverInstanceNo | String | Optional | Server instance number in which the block storage is assigned |
blockStorageName | String | Required | Block storage name |
blockStorageType | CommonCode | Required | Block storage type
|
blockStorageSize | Long | Required | Block storage size (byte) |
deviceName | String | Optional | Device name on the assigned server instance
|
blockStorageProductCode | String | Required | Block storage product code
|
blockStorageInstanceStatus | CommonCode | Required | Block storage instance status
|
blockStorageInstanceOperation | CommonCode | Required | Block storage instance operation status
|
blockStorageInstanceStatusName | String | Required | Block storage instance status name
|
createDate | Date | Required | Creation date and time (YYYY-MM-DDThh:mm:ssZ) |
blockStorageDescription | String | Optional | Block storage description |
blockStorageDiskType | CommonCode | Required | Block storage disk type
|
blockStorageDiskDetailType | CommonCode | Required | Detailed type of block storage disk
|
maxIopsThroughput | Integer | Optional | Maximum IOPS
|
isEncryptedVolume | Boolean | Required | Volume encryption status
|
zoneCode | String | Required | Zone code where the block storage is located |
regionCode | String | Required | Region code where block storage is located |
isReturnProtection | Boolean | Required | Termination protection status
|
blockStorageVolumeType | CommonCode | Required | Block storage volume type |
hypervisorType | CommonCode | Required | Hypervisor type |
throughput | Long | Optional | Block storage throughput |
iops | Long | Optional | Block storage IOPS |
blockStorageSnapshotInstanceNo | Long | Optional | Block storage snapshot instance number |
Was this article helpful?