github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vses/disallowed_cluster_info.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 DisallowedClusterInfo struct { 13 ClusterName string `json:"clusterName,omitempty"` 14 // clusterStatus (creating[blue], changing[yelllow], running[green], error[red], deleting[gray], return[gray]) 15 ClusterStatus string `json:"clusterStatus"` 16 // elasticSearchStatus (green, yellow, orange, red, gray) 17 ElasticSearchStatus string `json:"elasticSearchStatus"` 18 }