BlockStorageInstance
- Print
- PDF
BlockStorageInstance
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic
This is a block storage instance.
Syntax
The syntax is as follows.
private String blockStorageInstanceNo;
private String serverInstanceNo;
private String serverName;
private CommonCode blockStorageType;
private String blockStorageName;
private Long blockStorageSize;
private String deviceName;
private String blockStorageProductCode;
private CommonCode blockStorageInstanceStatus;
private CommonCode blockStorageInstanceOperation;
private String blockStorageInstanceStatusName;
private Date createDate;
private String blockStorageInstanceDescription;
private CommonCode diskTypeCode;
private CommonCode diskType;
private CommonCode diskDetailType;
private Integer maxIopsThroughput;
private Region region;
private Zone zone;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
blockStorageInstanceNo | String | Required | NAVER Cloud Platform's identifier to identify block storage |
serverInstanceNo | String | Required | Server instance (VM) number to which block storage is attached |
serverName | String | Required | Attached server name |
blockStorageType | CommonCode | Required | Block storage type
|
blockStorageName | String | Required | Block storage name
|
blockStorageSize | String | Required | Block storage size (GB) |
blockStorageProductCode | String | Required | Block storage product code
|
blockStorageInstanceStatus | CommonCode | Required | Block storage instance status
|
blockStorageInstanceOperation | CommonCode | Optional | Block storage instance operation status
|
blockStorageInstanceStatusName | String | Required | Block storage instance status name
|
createDate | Date | Required | Block storage creation date and time |
serverInstanceStatus | CommonCode | Required | Server instance status |
blockStorageInstanceDescription | String | Required | Block storage instance description |
diskType | CommonCode | Required | Disk type
|
diskDetailType | CommonCode | Required | Disk detailed type
|
maxIopsThroughput | Integer | Optional | Maximum IOPS
|
region | Region | Required | Region |
zone | Zone | Required | Zone |
Was this article helpful?