BlockStorageSnapshotInstance
- Print
- PDF
BlockStorageSnapshotInstance
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic
This is the block storage snapshot instance information.
Syntax
The syntax is as follows.
private String blockStorageSnapshotInstanceNo;
private String blockStorageSnapshotName;
private Long blockStorageSnapshotVolumeSize;
private String originalBlockStorageInstanceNo;
private String originalBlockStorageName;
private CommonCode blockStorageSnapshotInstanceStatus;
private CommonCode blockStorageSnapshotInstanceOperation;
private String blockStorageSnapshotInstanceStatusName;
private Date createDate;
private String blockStorageSnapshotInstanceDescription;
private String serverImageProductCode;
private String osInformation;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
blockStorageSnapshotInstanceNo | String | Required | NAVER Cloud Platform's identifier to identify block storage snapshots |
blockStorageSnapshotName | String | Required | Block storage snapshot name |
blockStorageSnapshotVolumeSize | Long | Required | Volume size allocated for block storage snapshots |
originalBlockStorageInstanceNo | String | Required | Source block storage instance number |
originalBlockStorageName | String | Required | Source block storage name |
blockStorageSnapshotInstanceStatus | CommonCode | Required | Block storage snapshot instance status
|
blockStorageSnapshotInstanceOperation | CommonCode | Required | Block storage instance snapshot operation status
|
blockStorageSnapshotInstanceStatusName | String | Required | Block storage snapshot instance status name
|
blockStorageSnapshotInstanceName | String | Required | Block storage snapshot instance name |
createDate | Date | Required | Block storage snapshot instance creation date and time (YYYY-MM-DDThh:mm:ssZ) |
blockStorageSnapshotInstanceDescription | String | Optional | Block storage snapshot instance description |
serverImageProductCode | String | Required | Block storage snapshot instance's Server Image product code |
osInformation | String | Required | Block storage snapshot instance's OS information |
Was this article helpful?