github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vnks/docs/NodePoolCreationBody.md (about) 1 # NodePoolCreationBody 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **Name** | ***string** | 노드풀 이름 | [default to null] 7 **NodeCount** | ***int32** | 등록 될 노드 개수 | [optional] [default to null] 8 **SubnetNo** | ***int32** | Subnet 번호 | [optional] [default to null] 9 **SubnetNoList** | **[]\*int32** | Subnet 번호 | [optional] [default to null] 10 **SoftwareCode** | ***string** | Server image code | [optional] [default to null] 11 **ProductCode** | ***string** | 상품 코드 [서버 스펙 목록](/docs/compute-vserver-server-common-getserverproductlist) | [optional] [default to null] 12 **ServerSpecCode** | ***string** | Server spec code | [optional] [default to null] 13 **StorageSize** | ***int32** | Storage size | [optional] [default to null] 14 **Autoscale** | **[*AutoscalerUpdate](AutoscalerUpdate.md)** | | [optional] [default to null] 15 **Labels** | **[[]\*NodePoolLabel](NodePoolLabel.md)** | | [optional] [default to null] 16 **Taints** | **[[]\*NodePoolTaint](NodePoolTaint.md)** | | [optional] [default to null] 17 **ServerRoleId** | ***string** | | [optional] [default to null] 18 19 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 20 21