MENU
      NasVolumeInstance

        NasVolumeInstance


        Article summary

        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>();
        Java

        Field

        The following describes the fields.

        FieldTypeRequiredDescription
        nasVolumeInstanceNoStringRequiredNAVER Cloud Platform's identifier to identify NAS volume instances
        nasVolumeInstanceStatusCommonCodeRequiredNAS volume instance status
        • CREAT | TERMT
          • CREAT (Created): created
          • TERMT (Terminated): terminated
        nasVolumeInstanceOperationCommonCodeRequiredNAS volume instance operation status
        • NULL | CHNG
          • NULL: no operation
          • CHNG (Changing): settings being changed
        nasVolumeInstanceStatusNameStringRequiredNAS volume instance status name
        createDateDateRequiredCreation date and time
        nasVolumeInstanceDescriptionStringOptionalNAS volume instance description
        volumeNameStringRequiredVolume name
        mountInformationStringRequiredNAS volume instance mount information
        volumeTotalSizeLongRequiredTotal volume size
        volumeAllotmentProtocolTypeCommonCodeRequiredVolume allocation protocol type
        • NFS | CIFS
        isSnapshotConfigurationBooleanRequiredSnapshot configuration status
        • true | false
        snapshotVolumeConfigurationRatiofloatOptionalSnapshot volume configuration ratio
        • The value is set if isSnapshotConfiguration is enabled
        snapshotVolumeConfigPeriodTypeCommonCodeOptionalSnapshot volume configuration period type
        • DAY | WEEK
          • DAY: daily
          • WEEK: weekly
        snapshotVolumeConfigDayOfWeekTypeCommonCodeOptionalDays of the week that snapshots are automatically created
        • -1 | 0 | 1 | 2 | 3 | 4 | 5 | 6
          • --1: daily
          • 0: Sunday
          • 1: Monday
          • 2: Tuesday
          • 3: Wednesday
          • 4: Thursday
          • 5: Friday
          • 6: Saturday
        snapshotVolumeConfigTimeIntegerOptionalSnapshot volume configuration time
        • 0 - 23 (hour)
        isEventConfigurationBooleanRequiredEvent configuration status
        • true | false
        volumeSizeLongRequiredVolume size
        snapshotVolumeSizeLongOptionalSnapshot size
        regionRegionRequiredRegion where the NAS volume instance is located
        zoneZoneRequiredZone where the NAS volume instance is located
        isReturnProtectionBooleanRequiredTermination protection status
        • true | false
        nasVolumeServerInstanceListListOptionalNAS volume server instance list
        nasVolumeCustomIpListListOptionalNAS volume custom IP list

        Was this article helpful?

        Changing your password will log you out immediately. Use the new password to log back in.
        First name must have atleast 2 characters. Numbers and special characters are not allowed.
        Last name must have atleast 1 characters. Numbers and special characters are not allowed.
        Enter a valid email
        Enter a valid password
        Your profile has been successfully updated.