github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/autoscaling/in_auto_scaling_group_server_instance.go (about) 1 /* 2 * autoscaling 3 * 4 * <br/>https://ncloud.apigw.ntruss.com/autoscaling/v2 5 * 6 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) 7 */ 8 9 package autoscaling 10 11 type InAutoScalingGroupServerInstance struct { 12 13 // 헬스상태 14 HealthStatus *CommonCode `json:"healthStatus,omitempty"` 15 16 // 라이프사이클상태 17 LifecycleState *CommonCode `json:"lifecycleState,omitempty"` 18 19 // 론치설정 20 LaunchConfiguration *LaunchConfiguration `json:"launchConfiguration,omitempty"` 21 22 // 서버인스턴스번호 23 ServerInstanceNo *string `json:"serverInstanceNo,omitempty"` 24 25 // 서버인스턴스명 26 ServerInstanceName *string `json:"serverInstanceName,omitempty"` 27 }