github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vautoscaling/get_auto_scaling_group_list_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 GetAutoScalingGroupListRequest struct {
    12  
    13  	// REGION코드
    14  RegionCode *string `json:"regionCode,omitempty"`
    15  
    16  	// 오토스케일링그룹번호리스트
    17  AutoScalingGroupNoList []*string `json:"autoScalingGroupNoList,omitempty"`
    18  
    19  	// 오토스케일링그룹이름리스트
    20  AutoScalingGroupNameList []*string `json:"autoScalingGroupNameList,omitempty"`
    21  
    22  	// 페이지번호
    23  PageNo *int32 `json:"pageNo,omitempty"`
    24  
    25  	// 페이지사이즈
    26  PageSize *int32 `json:"pageSize,omitempty"`
    27  
    28  	// 정렬리스트
    29  SortList *string `json:"sortList,omitempty"`
    30  }