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

     1  # Cluster
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Uuid** | ***string** | 클러스터 uuid | [default to null]
     7  **AcgName** | ***string** | 클러스터 acg 이름 | [default to null]
     8  **AcgNo** | ***int32** | 클러스터 acg no | [default to null]
     9  **Name** | ***string** | 클러스터 이름 | [default to null]
    10  **Capacity** | ***string** | 클러스터 용량 | [default to null]
    11  **ClusterType** | ***string** | 클러스터 타입 | [default to null]
    12  **HypervisorCode** | ***string** | Hypervisor Code | [default to null]
    13  **NodeCount** | ***int32** | 등록된 노드 총 개수 | [default to null]
    14  **NodeMaxCount** | ***int32** | 사용할 수 있는 노드의 최대 개수 | [default to null]
    15  **CpuCount** | ***int32** | cpu 개수 | [default to null]
    16  **MemorySize** | ***int64** | 메모리 용량 | [default to null]
    17  **CreatedAt** | ***string** | 생성 일자 | [default to null]
    18  **Endpoint** | ***string** | Control Plane API 주소 | [default to null]
    19  **K8sVersion** | ***string** | 쿠버네티스 버전 | [default to null]
    20  **RegionCode** | ***string** | region의 코드 | [default to null]
    21  **Status** | ***string** | 클러스터 상태 | [default to null]
    22  **KubeNetworkPlugin** | ***string** | CNI Plugin Code | [default to null]
    23  **SubnetLbName** | ***string** | 로드밸런서 전용 서브넷 이름 | [optional] [default to null]
    24  **SubnetLbNo** | ***int32** | 로드밸런서 전용 Private Subnet No | [optional] [default to null]
    25  **LbPrivateSubnetNo** | ***int32** | 로드밸런서 전용 Private Subnet No | [default to null]
    26  **LbPublicSubnetNo** | ***int32** | 로드밸런서 전용 Public Subnet No | [optional] [default to null]
    27  **SubnetName** | ***string** | 서브넷 이름 | [optional] [default to null]
    28  **SubnetNoList** | **[]\*int32** | 서브넷 No 목록 | [default to null]
    29  **UpdatedAt** | ***string** | 최근 업데이트 일자 | [default to null]
    30  **VpcName** | ***string** | vpc 이름 | [default to null]
    31  **VpcNo** | ***int32** | vpc 번호 | [default to null]
    32  **ZoneCode** | ***string** | zone 코드 | [default to null]
    33  **ZoneNo** | ***int32** | zone 번호 | [default to null]
    34  **InitScriptNo** | ***int32** | InitScript 번호 | [optional] [default to null]
    35  **InitScriptName** | ***string** | InitScript 이름 | [optional] [default to null]
    36  **PodSecurityPolicyEnabled** | ***bool** | Pod Security Policy 설정 여부 | [optional] [default to null]
    37  **LoginKeyName** | ***string** | 로그인 키 이름 | [default to null]
    38  **NodePool** | **[[]\*NodePool](NodePool.md)** | 노드풀 | [default to null]
    39  **Log** | **[*ClusterLogInput](ClusterLogInput.md)** |  | [default to null]
    40  **PublicNetwork** | ***bool** | Public Network | [default to null]
    41  **ReturnProtection** | ***bool** |  | [default to null]
    42  
    43  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    44  
    45