github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vnks/docs/WorkerNode.md (about)

     1  # WorkerNode
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Id** | ***int32** | 워커노드 id | [default to null]
     7  **Name** | ***string** | 워커노드 이름 | [default to null]
     8  **ServerName** | ***string** | 워커노드 서버이름 | [default to null]
     9  **ServerSpec** | ***string** | 워커노드 서버 스펙 | [default to null]
    10  **PrivateIp** | ***string** | 비 공인 IP | [default to null]
    11  **PublicIp** | ***string** | 공인 IP | [default to null]
    12  **ReturnProtectionYn** | ***string** | 반납 보호 설정 | [default to null]
    13  **Status** | ***string** | 워커노드 현재 상태 | [default to null]
    14  **StatusCode** | ***string** | 상태 코드 | [default to null]
    15  **StatusIcon** | ***string** | 상태 아이콘 | [default to null]
    16  **StatusColor** | ***string** | 상태 색깔 | [default to null]
    17  **StatusName** | ***string** | 상태 이름 | [default to null]
    18  **ServerImageName** | ***string** | 서버 이미지 이름 | [default to null]
    19  **CpuCount** | ***int32** | cpu 수 | [default to null]
    20  **MemorySize** | ***int64** | 총 메모리 용량 | [default to null]
    21  **SoftwareCode** | ***string** | 서버 이미지 코드 | [default to null]
    22  **SpecCode** | ***string** | 스펙 코드 | [default to null]
    23  **ProductCode** | ***string** | 스펙 코드 | [default to null]
    24  **LoginKeyName** | ***string** | 로그인 키 이름 | [default to null]
    25  **K8sStatus** | ***string** | 쿠버네티스 상태 | [default to null]
    26  **DockerVersion** | ***string** | 도커 버전 | [default to null]
    27  **KernelVersion** | ***string** | 커널 버전 | [default to null]
    28  **ProviderID** | ***string** | providerID | [default to null]
    29  **NodePoolId** | ***int32** | 노드풀 ID | [default to null]
    30  **NodePoolName** | ***string** | 노드풀 이름 | [default to null]
    31  
    32  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    33  
    34