github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vnks/docs/NodePool.md (about) 1 # NodePool 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **InstanceNo** | ***int32** | 인스턴스 번호 | [default to null] 7 **IsDefault** | ***bool** | default pool 여부 | [default to null] 8 **Name** | ***string** | 노드풀 이름 | [default to null] 9 **NodeCount** | ***int32** | 노드 개수 | [default to null] 10 **SubnetNoList** | **[]\*int32** | Subnet 번호 목록 | [default to null] 11 **SubnetNameList** | **[]\*string** | Subnet 이름 목록 | [default to null] 12 **Status** | ***string** | 노드풀 상태 | [default to null] 13 **Autoscale** | **[*AutoscaleOption](AutoscaleOption.md)** | | [default to null] 14 **SoftwareCode** | ***string** | Software Code(OS) | [default to null] 15 **ProductCode** | ***string** | 상품 코드 | [optional] [default to null] 16 **K8sVersion** | ***string** | 쿠버네티스 버전 | [default to null] 17 **ServerSpecCode** | ***string** | 서버 스펙 코드 | [optional] [default to null] 18 **StorageSize** | ***int32** | 스토리지 크기 | [optional] [default to null] 19 **Labels** | **[[]\*NodePoolLabel](NodePoolLabel.md)** | | [default to null] 20 **Taints** | **[[]\*NodePoolTaint](NodePoolTaint.md)** | | [default to null] 21 **ServerRoleId** | ***string** | | [optional] [default to null] 22 23 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 24 25