github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/autoscaling/set_server_instance_health_request.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 SetServerInstanceHealthRequest struct {
    12  
    13  	// 헬스상태코드
    14  HealthStatusCode *string `json:"healthStatusCode"`
    15  
    16  	// 서버인스턴스번호
    17  ServerInstanceNo *string `json:"serverInstanceNo"`
    18  
    19  	// health-check grace-period 존중여부
    20  ShouldRespectGracePeriod *bool `json:"shouldRespectGracePeriod,omitempty"`
    21  }