Class: TencentCloud::Tke::V20180525::DescribeVpcCniPodLimitsRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180525/models.rb

Overview

DescribeVpcCniPodLimits请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(zone = nil, instancefamily = nil, instancetype = nil) ⇒ DescribeVpcCniPodLimitsRequest

Returns a new instance of DescribeVpcCniPodLimitsRequest.



11359
11360
11361
11362
11363
# File 'lib/v20180525/models.rb', line 11359

def initialize(zone=nil, instancefamily=nil, instancetype=nil)
  @Zone = zone
  @InstanceFamily = instancefamily
  @InstanceType = instancetype
end

Instance Attribute Details

#InstanceFamilyObject

Parameters:

  • Zone:

    查询的机型所在可用区,如:ap-guangzhou-3,默认为空,即不按可用区过滤信息

  • InstanceFamily:

    查询的实例机型系列信息,如:S5,默认为空,即不按机型系列过滤信息

  • InstanceType:

    查询的实例机型信息,如:S5.LARGE8,默认为空,即不按机型过滤信息



11357
11358
11359
# File 'lib/v20180525/models.rb', line 11357

def InstanceFamily
  @InstanceFamily
end

#InstanceTypeObject

Parameters:

  • Zone:

    查询的机型所在可用区,如:ap-guangzhou-3,默认为空,即不按可用区过滤信息

  • InstanceFamily:

    查询的实例机型系列信息,如:S5,默认为空,即不按机型系列过滤信息

  • InstanceType:

    查询的实例机型信息,如:S5.LARGE8,默认为空,即不按机型过滤信息



11357
11358
11359
# File 'lib/v20180525/models.rb', line 11357

def InstanceType
  @InstanceType
end

#ZoneObject

Parameters:

  • Zone:

    查询的机型所在可用区,如:ap-guangzhou-3,默认为空,即不按可用区过滤信息

  • InstanceFamily:

    查询的实例机型系列信息,如:S5,默认为空,即不按机型系列过滤信息

  • InstanceType:

    查询的实例机型信息,如:S5.LARGE8,默认为空,即不按机型过滤信息



11357
11358
11359
# File 'lib/v20180525/models.rb', line 11357

def Zone
  @Zone
end

Instance Method Details

#deserialize(params) ⇒ Object



11365
11366
11367
11368
11369
# File 'lib/v20180525/models.rb', line 11365

def deserialize(params)
  @Zone = params['Zone']
  @InstanceFamily = params['InstanceFamily']
  @InstanceType = params['InstanceType']
end