Available in Classic
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 nasVolumeInstanceDescription;
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 Region region;
private Zone zone;
private Boolean isReturnProtection;
private List<NasVolumeInstanceCustomIp> nasVolumeInstanceCustomIpList = new ArrayList<NasVolumeInstanceCustomIp>();
private List<ServerInstance> nasVolumeServerInstanceList = new ArrayList<ServerInstance>();
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
nasVolumeInstanceNo |
String | Required | NAVER Cloud Platform's identifier to identify NAS volume instances |
nasVolumeInstanceStatus |
CommonCode | Required | NAS volume instance status
|
nasVolumeInstanceOperation |
CommonCode | Required | NAS volume instance operation status
|
nasVolumeInstanceStatusName |
String | Required | NAS volume instance status name |
createDate |
Date | Required | Creation date and time |
nasVolumeInstanceDescription |
String | Optional | NAS volume instance description |
volumeName |
String | Required | Volume name |
mountInformation |
String | Required | NAS volume instance mount information |
volumeTotalSize |
Long | Required | Total volume size |
volumeAllotmentProtocolType |
CommonCode | Required | Volume allocation protocol type
|
isSnapshotConfiguration |
Boolean | Required | Snapshot configuration status
|
snapshotVolumeConfigurationRatio |
float | Optional | 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
|
isEventConfiguration |
Boolean | Required | Event configuration status
|
volumeSize |
Long | Required | Volume size |
snapshotVolumeSize |
Long | Optional | Snapshot size |
region |
Region | Required | Region where the NAS volume instance is located |
zone |
Zone | Required | Zone where the NAS volume instance is located |
isReturnProtection |
Boolean | Required | Termination protection status
|
nasVolumeServerInstanceList |
List |
Optional | NAS volume server instance list |
nasVolumeCustomIpList |
List |
Optional | NAS volume custom IP list |