Available in VPC
This is a block storage snapshot instance.
Syntax
The syntax is as follows:
private String blockStorageSnapshotInstanceNo;
private String blockStorageSnapshotName;
private Long blockStorageSnapshotVolumeSize;
private String originalBlockStorageInstanceNo;
private CommonCode blockStorageSnapshotInstanceStatus;
private CommonCode blockStorageSnapshotInstanceOperation;
private String blockStorageSnapshotInstanceStatusName;
private Date createDate;
private Boolean isEncryptedOriginalBlockStorageVolume;
private String blockStorageSnapshotDescription;
private CommonCode snapshotType;
private String baseSnapshotInstanceNo;
private Integer snapshotChainDepth;
private CommonCode hypervisorType;
private Boolean isBootable;
private CommonCode blockStorageVolumeType;
Field
The following describes the fields:
Field | Type | Required | Description |
---|---|---|---|
blockStorageSnapshotInstanceNo |
String | Required | Block storage snapshot instance number
|
blockStorageSnapshotName |
String | Required | Block storage snapshot name |
blockStorageSnapshotVolumeSize |
Long | Required | Block storage snapshot volume size (byte) |
originalBlockStorageInstanceNo |
String | Required | Source block storage instance number |
blockStorageSnapshotInstanceStatus |
CommonCode | Required | Block storage snapshot instance status
|
blockStorageSnapshotInstanceOperation |
CommonCode | Required | Block storage snapshot instance operation status
|
blockStorageSnapshotInstanceStatusName |
String | Required | Block storage snapshot instance status name
|
createDate |
Date | Required | Creation date and time (YYYY-MM-DDThh:mm:ssZ) |
isEncryptedOriginalBlockStorageVolume |
Boolean | Required | Whether the source block storage volume is encrypted
|
blockStorageSnapshotDescription |
String | Optional | Block storage snapshot description |
snapshotType |
CommonCode | Required | Snapshot type
|
baseSnapshotInstanceNo |
String | Optional | Base snapshot instance number |
snapshotChainDepth |
Integer | Required | Snapshot serial depth |
hypervisorType |
CommonCode | Required | Hypervisor type |
isBootable |
Boolean | Required | Whether My server image can be created
|
blockStorageVolumeType |
CommonCode | Required | Source block storage volume type
|