BlockStorageMapping
- Print
- PDF
BlockStorageMapping
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is the block storage mapping information for a server image.
Syntax
The syntax is as follows.
private Integer order;
private String blockStorageSnapshotInstanceNo;
private String blockStorageSnapshotInstanceName;
private Long blockStorageSize;
private String blockStorageName;
private CommonCode blockStorageVolumeType;
private Long iops;
private Long throughput;
private Boolean isEncryptedVolume;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
order | Integer | Required | Block storage order |
blockStorageSnapshotInstanceNo | String | Optional | Block storage snapshot instance number |
blockStorageSnapshotInstanceName | String | Optional | Block storage snapshot name |
blockStorageSize | Long | Required | Block storage size (byte) |
blockStorageName | String | Optional | Block storage name |
blockStorageVolumeType | CommonCode | Required | Block storage volume type
|
iops | Long | Optional | IOPS |
throughput | Long | Optional | Load balancing performance |
isEncryptedVolume | Boolean | Required | Volume encryption status
|
Was this article helpful?