github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/loadbalancer/load_balanced_server_instance.go (about) 1 /* 2 * loadbalancer 3 * 4 * <br/>https://ncloud.apigw.ntruss.com/loadbalancer/v2 5 * 6 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) 7 */ 8 9 package loadbalancer 10 11 type LoadBalancedServerInstance struct { 12 13 // 서버인스턴스 14 ServerInstance *ServerInstance `json:"serverInstance,omitempty"` 15 16 // 서버헬스체크상태리스트 17 ServerHealthCheckStatusList []*ServerHealthCheckStatus `json:"serverHealthCheckStatusList,omitempty"` 18 }