Available in VPC
This is a NAS volume instance.
Syntax
The syntax is as follows.
private String nasVolumeInstanceNo;
private CommonCode nasVolumeInstanceStatus;
private CommonCode nasVolumeInstanceOperation;
private String nasVolumeInstanceStatusName;
private Date createDate;
private String nasVolumeDescription;
private String mountInformation;
private CommonCode volumeAllotmentProtocolType;
private String volumeName;
private Long volumeTotalSize;
private Long volumeSize;
private Float snapshotVolumeConfigurationRatio;
private CommonCode snapshotVolumeConfigPeriodType;
private CommonCode snapshotVolumeConfigDayOfWeekType;
private Integer snapshotVolumeConfigTime;
private Long snapshotVolumeSize;
private Boolean isSnapshotConfiguration;
private Boolean isEventConfiguration;
private String regionCode;
private String zoneCode;
private ServerInstanceNoList nasVolumeServerInstanceNoList;
private Boolean isEncryptedVolume;
private List<NasVolumeInstanceCustomIp> nasVolumeInstanceCustomIpList;
private Boolean isReturnProtection;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
nasVolumeInstanceNo |
String | Required | NAS volume instance number
|
nasVolumeInstanceStatus |
CommonCode | Required | NAS volume instance status
|
nasVolumeInstanceOperation | CommonCode | Required | NAS volume instance operation status |
nasVolumeInstanceStatusName |
String | Optional | NAS volume instance status name
|
createDate |
Date | Required | Creation date and time (YYYY-MM-DDThh:mm:ssZ) |
nasVolumeDescription |
String | Optional | NAS volume description |
mountInformation |
String | Required | NAS volume mount information |
volumeAllotmentProtocolType |
CommonCode | Required | Volume allocation protocol type
|
volumeName |
String | Required | Volume name |
volumeTotalSize |
Long | Required | Total volume size |
volumeSize |
Long | Required | Volume size |
snapshotVolumeConfigurationRatio |
Float | Required | Snapshot volume configuration ratio
|
snapshotVolumeConfigPeriodType |
CommonCode | Optional | Snapshot volume configuration period type
|
snapshotVolumeConfigDayOfWeekType |
CommonCode | Optional | Days of the week that snapshots are automatically created
|
snapshotVolumeConfigTime |
Integer | Optional | Snapshot volume configuration time
|
snapshotVolumeSize |
Long | Required | Snapshot volume size |
isSnapshotConfiguration |
Boolean | Required | Snapshot configuration status
|
isEventConfiguration |
Boolean | Required | Event configuration status
|
regionCode |
String | Required | Region code |
zoneCode |
String | Required | Zone code |
nasVolumeServerInstanceNoList |
ServerInstanceNoList | Required | NAS volume server instance number list |
isEncryptedVolume |
Boolean | Required | Volume encryption status
|
nasVolumeInstanceCustomIpList |
List<NasVolumeInstanceCustomIp> | Optional | NAS volume custom IP list |
isReturnProtection |
Boolean | Required | Termination protection status
|