github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vses2/cluster_node.go (about) 1 /* 2 * api 3 * 4 * Search Engine Service(VPC) Open API<br/>https://vpcsearchengine.apigw.ntruss.com/api/v2) 5 * 6 * API version: 1.0.0 7 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) 8 */ 9 10 package vses2 11 12 type ClusterNode struct { 13 ComputeInstanceName string `json:"computeInstanceName,omitempty"` 14 ComputeInstanceNo int `json:"computeInstanceNo,omitempty"` 15 PrivateIp string `json:"privateIp,omitempty"` 16 ServerStatus string `json:"serverStatus,omitempty"` 17 NodeType string `json:"nodeType,omitempty"` 18 Subnet string `json:"subnet,omitempty"` 19 }