github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/server/docs/CreateNasVolumeInstanceRequest.md (about) 1 # CreateNasVolumeInstanceRequest 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **VolumeName** | ***string** | 볼륨이름 | [default to null] 7 **VolumeSize** | ***int32** | NAS볼륨사이즈 | [default to null] 8 **VolumeAllotmentProtocolTypeCode** | ***string** | 볼륨할당프로토콜유형코드 | [default to null] 9 **AccessControlRuleList** | **[[]\*AccessControlRuleParameter](AccessControlRuleParameter.md)** | 접근제어Rule리스트 | [optional] [default to null] 10 **CifsUserName** | ***string** | CIFS유저이름 | [optional] [default to null] 11 **CifsUserPassword** | ***string** | CIFS유저비밀번호 | [optional] [default to null] 12 **NasVolumeDescription** | ***string** | NAS볼륨설명 | [optional] [default to null] 13 **RegionNo** | ***string** | 리전번호 | [optional] [default to null] 14 **ZoneNo** | ***string** | ZONE번호 | [optional] [default to null] 15 **IsReturnProtection** | ***bool** | 반납보호여부 | [optional] [default to null] 16 **IsAsync** | ***bool** | Async여부 | [optional] [default to null] 17 18 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 19 20