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

     1  /*
     2   * api
     3   *
     4   * Search Engine Service(VPC) Open API<br/>https://vpcsearchengine.apigw.ntruss.com/api/v2)
     5   *
     6   * API version: 1.0.0
     7   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     8   */
     9  
    10  package vses2
    11  
    12  type OpenApiHwProductVo struct {
    13  	CpuCount              string `json:"cpuCount,omitempty"`
    14  	DiskType2Code         string `json:"diskType2Code,omitempty"`
    15  	InfraResourceTypeCode string `json:"infraResourceTypeCode,omitempty"`
    16  	MemorySize            int64  `json:"memorySize,omitempty"`
    17  	ProductCode           string `json:"productCode,omitempty"`
    18  	ProductEnglishDesc    string `json:"productEnglishDesc,omitempty"`
    19  	ProductName           string `json:"productName,omitempty"`
    20  	ProductType2Code      string `json:"productType2Code,omitempty"`
    21  }