github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/autoscaling/get_launch_configuration_list_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 GetLaunchConfigurationListRequest struct { 12 13 // 론치설정명리스트 14 LaunchConfigurationNameList []*string `json:"launchConfigurationNameList,omitempty"` 15 16 // 페이지번호 17 PageNo *int32 `json:"pageNo,omitempty"` 18 19 // 페이지사이즈 20 PageSize *int32 `json:"pageSize,omitempty"` 21 22 // 소팅대상 23 SortedBy *string `json:"sortedBy,omitempty"` 24 25 // 소팅순서 26 SortingOrder *string `json:"sortingOrder,omitempty"` 27 28 // 리전번호 29 RegionNo *string `json:"regionNo,omitempty"` 30 }