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.



10506
10507
10508
10509
10510
# File 'lib/v20180525/models.rb', line 10506

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,默认为空,即不按机型过滤信息



10504
10505
10506
# File 'lib/v20180525/models.rb', line 10504

def InstanceFamily
  @InstanceFamily
end

#InstanceTypeObject

Parameters:

  • Zone:

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

  • InstanceFamily:

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

  • InstanceType:

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



10504
10505
10506
# File 'lib/v20180525/models.rb', line 10504

def InstanceType
  @InstanceType
end

#ZoneObject

Parameters:

  • Zone:

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

  • InstanceFamily:

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

  • InstanceType:

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



10504
10505
10506
# File 'lib/v20180525/models.rb', line 10504

def Zone
  @Zone
end

Instance Method Details

#deserialize(params) ⇒ Object



10512
10513
10514
10515
10516
# File 'lib/v20180525/models.rb', line 10512

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