MENU
      getNasVolumeAccessControlRuleList

        getNasVolumeAccessControlRuleList


        Article summary

        Can be used in a VPC environment.

        Overview

        Gets the access control rule list set in the NAS volume.

        Request

        Request parameter

        Parameter nameRequirement statusTypeRestrictionsDescription
        regionCodeNoString- Region code
        Determines the region of the NAS volume instance to get the access control rule from.
        regionCode can be obtained through the getRegionList action.
        Default: Selects the first region of the getRegionList search results.
        nasVolumeInstanceNoYesString- NAS volume instance number
        nasVolumeInstanceNo can be obtained through the getNasVolumeInstanceList action.

        Response

        Response data type

        • NasVolumeAccessControlRuleList type
        NasVolumeAccessControlRuleList extends CommonResponse
        private Integer totalRows;
        private List<NasVolumeAccessControlRule> nasVolumeAccessControlRuleList = new ArrayList<>();
        NasVolumeAccessControlRule
        private String serverInstanceNo;
        private Boolean readAccess;
        private Boolean writeAccess;

        Examples

        Request examples

        ncloud vnas getNasVolumeAccessControlRuleList --regionCode KR --nasVolumeInstanceNo ***3901
        Plain text

        Response examples

        <getNasVolumeAccessControlRuleListResponse>
          <totalRows>1</totalRows>
          <nasVolumeAccessControlRuleList>
            <nasVolumeAccessControlRule>
              <serverInstanceNo>***9258</serverInstanceNo>
              <readAccess>true</readAccess>
              <writeAccess>true</writeAccess>
            </nasVolumeAccessControlRule>
          </nasVolumeAccessControlRuleList>
        </getNasVolumeAccessControlRuleListResponse>
        XML

        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.