github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vses/open_api_get_cluster_info_response_vo.go (about) 1 /* 2 * api 3 * 4 * Search Engine Service(VPC) Open API<br/>https://vpcsearchengine.apigw.ntruss.com/api/v1 5 * 6 * API version: 2022-04-21T09:07:51Z 7 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) 8 */ 9 10 package vses 11 12 type OpenApiGetClusterInfoResponseVo struct { 13 ClusterName *string `json:"clusterName,omitempty"` 14 ClusterStatus *string `json:"clusterStatus,omitempty"` 15 ApplicationVersionCode *string `json:"applicationVersionCode,omitempty"` 16 LoginKeyName *string `json:"loginKeyName,omitempty"` 17 ServiceGroupInstanceNo *string `json:"serviceGroupInstanceNo,omitempty"` 18 SoftwareProductCode *string `json:"softwareProductCode,omitempty"` 19 VpcNo *int32 `json:"vpcNo,omitempty"` 20 21 DataNodeCount *int32 `json:"dataNodeCount,omitempty"` 22 DataNodeSubnetNo *int32 `json:"dataNodeSubnetNo,omitempty"` 23 DataNodeProductCode *string `json:"dataNodeProductCode,omitempty"` 24 25 ManagerNodeCount *int32 `json:"managerNodeCount,omitempty"` 26 ManagerNodeSubnetNo *int32 `json:"managerNodeSubnetNo,omitempty"` 27 ManagerNodeProductCode *string `json:"managerNodeProductCode,omitempty"` 28 29 MasterNodeCount *int32 `json:"masterNodeCount,omitempty"` 30 MasterNodeSubnetNo *int32 `json:"masterNodeSubnetNo,omitempty"` 31 MasterNodeProductCode *string `json:"masterNodeProductCode,omitempty"` 32 }