github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vnks/docs/NodePoolDto.md (about) 1 # NodePoolDto 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **Name** | ***string** | 노드풀 이름 | [default to null] 7 **NodeCount** | ***int32** | 노드 개수 | [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** | 상품 코드 | [optional] [default to null] 12 **Labels** | **[[]\*NodePoolLabel](NodePoolLabel.md)** | | [optional] [default to null] 13 **Taints** | **[[]\*NodePoolTaint](NodePoolTaint.md)** | | [optional] [default to null] 14 **ServerSpecCode** | ***string** | Server spec code | [optional] [default to null] 15 **StorageSize** | ***int32** | Storage size | [optional] [default to null] 16 **ServerRoleId** | ***string** | | [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