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

     1  # OpenApiCreateClusterRequestVo
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **BrokerNodeCount** | **int32** | 브로커 노드 갯수 | min:3 | only 3 to up | [default to null]
     7  **BrokerNodeProductCode** | **string** | 브로커 노드 상품(Spec) 코드 | [default to null]
     8  **BrokerNodeStorageSize** | **int64** | 데이터 노드 스토리지 사이즈 | [default to null]
     9  **BrokerNodeStorageType2Code** | **string** | 데이터 노드 스토리지 타입 | Default: SSD | [default to null]
    10  **BrokerNodeSubnetName** | **string** | 브로커 서브넷 이름 | [default to null]
    11  **BrokerNodeSubnetNo** | **int32** | 브로커 서브넷 번호 | [default to null]
    12  **ClusterName** | **string** | 클러스터 이름 | [default to null]
    13  **KafkaManagerUserName** | **string** | 카프카 매니저 접근 유저 네임 | [default to null]
    14  **KafkaManagerUserPassword** | **string** | 카프카 매니저 접근 유저 비밀번호 | [default to null]
    15  **KafkaVersionCode** | **string** | Application 버전 코드 | [default to null]
    16  **ManagerNodeCount** | **int32** | 매니저 노드 갯수 | Default:1 | only 1 | [default to null]
    17  **ManagerNodeProductCode** | **string** | 매니저 노드 상품(Spec) 코드 | [default to null]
    18  **ManagerNodeSubnetName** | **string** | 매니저 서브넷 이름 | [optional] [default to null]
    19  **ManagerNodeSubnetNo** | **int32** | 매니저 서브넷 번호 | [optional] [default to null]
    20  **SoftwareProductCode** | **string** | 소프트웨어 상품(OS) 코드 | [default to null]
    21  **VpcName** | **string** | VPC 이름 | [optional] [default to null]
    22  **VpcNo** | **int32** | VPC 번호 | [optional] [default to null]
    23  
    24  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    25  
    26