github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vses/docs/CreateCluster.md (about) 1 # CreateCluster 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **ClusterName** | **string** | | [default to null] 7 **ElasticSearchVersionCode** | **string** | | [default to null] 8 **KibanaHttpPort** | **string** | | [default to null] 9 **KibanaUserName** | **string** | | [default to null] 10 **KibanaUserPassword** | **string** | | [default to null] 11 **SoftwareProductCode** | **string** | | [default to null] 12 **VpcNo** | **int32** | | [default to null] 13 **ManagerNodeProductCode** | **string** | | [default to null] 14 **ManagerNodeSubnetNo** | **int32** | | [default to null] 15 **DataNodeProductCode** | **string** | | [default to null] 16 **DataNodeCount** | **int32** | | [default to null] 17 **DataNodeSubnetNo** | **int32** | | [default to null] 18 **DataNodeStorageSize** | **int32** | | [default to null] 19 **LoginKeyName** | **string** | | [default to null] 20 **IsDualManager** | **bool** | | [default to null] 21 **IsMasterOnlyNodeActivated** | **bool** | | [default to null] 22 **MasterNodeSubnetNo** | **int32** | | [optional] [default to null] 23 **MasterNodeProductCode** | **string** | | [optional] [default to null] 24 **MasterNodeCount** | **int32** | | [optional] [default to null] 25 26 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 27 28