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

     1  /*
     2   * server
     3   *
     4   * <br/>https://ncloud.apigw.ntruss.com/server/v2
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package server
    10  
    11  type GetServerInstanceListRequest struct {
    12  
    13  	// 서버인스턴스번호리스트
    14  ServerInstanceNoList []*string `json:"serverInstanceNoList,omitempty"`
    15  
    16  	// 검색필터명
    17  SearchFilterName *string `json:"searchFilterName,omitempty"`
    18  
    19  	// 검색필터값
    20  SearchFilterValue *string `json:"searchFilterValue,omitempty"`
    21  
    22  	// 페이지번호
    23  PageNo *int32 `json:"pageNo,omitempty"`
    24  
    25  	// 페이지사이즈
    26  PageSize *int32 `json:"pageSize,omitempty"`
    27  
    28  	// 서버인스턴스상태코드
    29  ServerInstanceStatusCode *string `json:"serverInstanceStatusCode,omitempty"`
    30  
    31  	// 리전번호
    32  RegionNo *string `json:"regionNo,omitempty"`
    33  
    34  	// zone번호
    35  ZoneNo *string `json:"zoneNo,omitempty"`
    36  
    37  	// 서버디스크유형코드
    38  BaseBlockStorageDiskTypeCode *string `json:"baseBlockStorageDiskTypeCode,omitempty"`
    39  
    40  	// 서버디스크상세유형코드
    41  BaseBlockStorageDiskDetailTypeCode *string `json:"baseBlockStorageDiskDetailTypeCode,omitempty"`
    42  
    43  	// 소팅대상
    44  SortedBy *string `json:"sortedBy,omitempty"`
    45  
    46  	// 소팅순서
    47  SortingOrder *string `json:"sortingOrder,omitempty"`
    48  
    49  	// 서비인스턴스구분코드리스트
    50  ServerInstanceTypeCodeList []*string `json:"serverInstanceTypeCodeList,omitempty"`
    51  
    52  	// 태그키리스트
    53  TagKeyList []*string `json:"tagKeyList,omitempty"`
    54  
    55  	// 태그값리스트
    56  TagValueList []*string `json:"tagValueList,omitempty"`
    57  }