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

     1  /*
     2   * vmysql
     3   *
     4   * <br/>https://ncloud.apigw.ntruss.com/vmysql/v2
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package vmysql
    10  
    11  type GetCloudMysqlInstanceListRequest struct {
    12  
    13  	// REGION코드
    14  RegionCode *string `json:"regionCode,omitempty"`
    15  
    16  	// ZONE코드
    17  ZoneCode *string `json:"zoneCode,omitempty"`
    18  
    19  	// VPC번호
    20  VpcNo *string `json:"vpcNo,omitempty"`
    21  
    22  	// Subnet번호
    23  SubnetNo *string `json:"subnetNo,omitempty"`
    24  
    25  	// CloudMysql서비스이름
    26  CloudMysqlServiceName *string `json:"cloudMysqlServiceName,omitempty"`
    27  
    28  	// CloudMysql인스턴스번호리스트
    29  CloudMysqlInstanceNoList []*string `json:"cloudMysqlInstanceNoList,omitempty"`
    30  
    31  	// CloudMysql서버이름
    32  CloudMysqlServerName *string `json:"cloudMysqlServerName,omitempty"`
    33  
    34  	// CloudMysql서버인스턴스번호리스트
    35  CloudMysqlServerInstanceNoList []*string `json:"cloudMysqlServerInstanceNoList,omitempty"`
    36  
    37  	// 페이지번호
    38  PageNo *int32 `json:"pageNo,omitempty"`
    39  
    40  	// 세대코드
    41  GenerationCode *string `json:"generationCode,omitempty"`
    42  
    43  	// 페이지사이즈
    44  PageSize *int32 `json:"pageSize,omitempty"`
    45  }