ncloud_create_nas_volume
Create a new NAS volume instance by specifying name, size, protocol type, VPC, and zone. Use dryRun to preview before actual creation.
Instructions
Create a new NAS volume instance. Use dryRun=true to preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vpcNo | Yes | VPC number where the NAS volume will be created | |
| dryRun | No | If true, returns a preview without actually creating | |
| zoneCode | Yes | Zone code (e.g. KR-1, KR-2) | |
| volumeName | Yes | NAS volume name (3~20 characters, alphanumeric) | |
| volumeSize | Yes | Volume size in GB (500~10000, in 100GB increments) | |
| cifsUserName | No | CIFS user name (required when protocol is CIFS) | |
| cifsUserPassword | No | CIFS user password (required when protocol is CIFS) | |
| isEncryptedVolume | No | Whether to encrypt the volume | |
| isReturnProtection | No | Whether to enable return protection | |
| nasVolumeDescription | No | NAS volume description | |
| serverInstanceNoList | No | List of server instance numbers for access control | |
| volumeAllotmentProtocolTypeCode | Yes | Volume protocol type code (NFS or CIFS) |