github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vautoscaling/execute_policy_request.go (about)

     1  /*
     2   * vautoscaling
     3   *
     4   * VPC Auto Scaling 관련 API<br/>https://ncloud.apigw.ntruss.com/vautoscaling/v2
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package vautoscaling
    10  
    11  type ExecutePolicyRequest struct {
    12  
    13  	// REGION코드
    14  RegionCode *string `json:"regionCode,omitempty"`
    15  
    16  	// 오토스케일링그룹번호
    17  AutoScalingGroupNo *string `json:"autoScalingGroupNo"`
    18  
    19  	// 정책번호
    20  PolicyNo *string `json:"policyNo"`
    21  }