github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vnas/docs/CreateNasVolumeInstanceRequest.md (about)

     1  # CreateNasVolumeInstanceRequest
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **RegionCode** | ***string** | REGION코드 | [optional] [default to null]
     7  **ZoneCode** | ***string** | ZONE코드 | [optional] [default to null]
     8  **VolumeName** | ***string** | 볼륨이름 | [optional] [default to null]
     9  **VolumeSize** | ***int32** | 볼륨사이즈 | [default to null]
    10  **VolumeAllotmentProtocolTypeCode** | ***string** | 볼륨할당프로토콜유형코드 | [default to null]
    11  **ServerInstanceNoList** | **[]\*string** | 서버인스턴스번호리스트 | [optional] [default to null]
    12  **CifsUserName** | ***string** | CIFS유저이름 | [optional] [default to null]
    13  **CifsUserPassword** | ***string** | CIFS유저비밀번호 | [optional] [default to null]
    14  **IsEncryptedVolume** | ***bool** | 볼륨암호화여부 | [optional] [default to null]
    15  **IsReturnProtection** | ***bool** | 반납보호여부 | [optional] [default to null]
    16  **NasVolumeDescription** | ***string** | NAS볼륨설명 | [optional] [default to null]
    17  **AccessControlRuleList** | **[[]\*AccessControlRuleParameter](AccessControlRuleParameter.md)** | 접근제어Rule리스트 | [optional] [default to null]
    18  **IsAsync** | ***bool** | Async여부 | [optional] [default to null]
    19  
    20  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    21  
    22