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

     1  # CreateClusterRequestVo
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **ClusterName** | **string** |  | [default to null]
     7  **DataNodeCount** | **int32** |  | min:3 | only 3 to up | [default to null]
     8  **DataNodeProductCode** | **string** |  | [default to null]
     9  **DataNodeStorageSize** | **int64** |  | [default to null]
    10  **DataNodeStorageType2Code** | **string** |  | Default: SSD | [default to null]
    11  **DataNodeSubnetName** | **string** |  | [default to null]
    12  **DataNodeSubnetNo** | **int32** |  | [default to null]
    13  **IsDualManager** | **bool** |  | [default to null]
    14  **IsMasterOnlyNodeActivated** | **bool** |  | [default to null]
    15  **LoginKeyName** | **string** |  | [default to null]
    16  **ManagerNodeCount** | **int32** |  | Default:1 | only 1 | [default to null]
    17  **ManagerNodeProductCode** | **string** |  | [default to null]
    18  **ManagerNodeSubnetName** | **string** |  | [optional] [default to null]
    19  **ManagerNodeSubnetNo** | **int32** |  | [optional] [default to null]
    20  **MasterNodeCount** | **int32** | | only 3 or 5 | [default to null]
    21  **MasterNodeProductCode** | **string** |  | [default to null]
    22  **MasterNodeSubnetName** | **string** | | [default to null]
    23  **MasterNodeSubnetNo** | **int32** |  | [default to null]
    24  **SearchEngineDashboardPort** | **string** |  | [optional] [default to null]
    25  **SearchEnginePort** | **string** |  | [optional] [default to null]
    26  **SearchEngineUserName** | **string** |  | [optional] [default to null]
    27  **SearchEngineUserPassword** | **string** |  | [optional] [default to null]
    28  **SearchEngineVersionCode** | **string** |  | [optional] [default to null]
    29  **SoftwareProductCode** | **string** |  | [default to null]
    30  **ValidDataNodeStorageSize** | **bool** |  | [optional] [default to null]
    31  **VpcName** | **string** |  | [optional] [default to null]
    32  **VpcNo** | **int32** |  | [optional] [default to null]
    33  
    34  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    35  
    36