Class: TencentCloud::Cfw::V20190904::DescribeAssociatedInstanceListRequest

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

Overview

DescribeAssociatedInstanceList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(offset = nil, limit = nil, area = nil, searchvalue = nil, by = nil, order = nil, securitygroupid = nil, type = nil) ⇒ DescribeAssociatedInstanceListRequest

Returns a new instance of DescribeAssociatedInstanceListRequest.



2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
# File 'lib/v20190904/models.rb', line 2827

def initialize(offset=nil, limit=nil, area=nil, searchvalue=nil, by=nil, order=nil, securitygroupid=nil, type=nil)
  @Offset = offset
  @Limit = limit
  @Area = area
  @SearchValue = searchvalue
  @By = by
  @Order = order
  @SecurityGroupId = securitygroupid
  @Type = type
end

Instance Attribute Details

#AreaObject

Parameters:

  • Offset:

    列表偏移量

  • Limit:

    每页记录条数

  • Area:

    地域代码(例:ap-guangzhou),支持腾讯云全地域

  • SearchValue:

    额外检索条件(JSON字符串)

  • By:

    排序字段

  • Order:

    排序方式(asc:升序,desc:降序)

  • SecurityGroupId:

    安全组ID

  • Type:

    实例类型,‘3’是cvm实例,‘4’是clb实例,‘5’是eni实例,‘6’是云数据库



2825
2826
2827
# File 'lib/v20190904/models.rb', line 2825

def Area
  @Area
end

#ByObject

Parameters:

  • Offset:

    列表偏移量

  • Limit:

    每页记录条数

  • Area:

    地域代码(例:ap-guangzhou),支持腾讯云全地域

  • SearchValue:

    额外检索条件(JSON字符串)

  • By:

    排序字段

  • Order:

    排序方式(asc:升序,desc:降序)

  • SecurityGroupId:

    安全组ID

  • Type:

    实例类型,‘3’是cvm实例,‘4’是clb实例,‘5’是eni实例,‘6’是云数据库



2825
2826
2827
# File 'lib/v20190904/models.rb', line 2825

def By
  @By
end

#LimitObject

Parameters:

  • Offset:

    列表偏移量

  • Limit:

    每页记录条数

  • Area:

    地域代码(例:ap-guangzhou),支持腾讯云全地域

  • SearchValue:

    额外检索条件(JSON字符串)

  • By:

    排序字段

  • Order:

    排序方式(asc:升序,desc:降序)

  • SecurityGroupId:

    安全组ID

  • Type:

    实例类型,‘3’是cvm实例,‘4’是clb实例,‘5’是eni实例,‘6’是云数据库



2825
2826
2827
# File 'lib/v20190904/models.rb', line 2825

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • Offset:

    列表偏移量

  • Limit:

    每页记录条数

  • Area:

    地域代码(例:ap-guangzhou),支持腾讯云全地域

  • SearchValue:

    额外检索条件(JSON字符串)

  • By:

    排序字段

  • Order:

    排序方式(asc:升序,desc:降序)

  • SecurityGroupId:

    安全组ID

  • Type:

    实例类型,‘3’是cvm实例,‘4’是clb实例,‘5’是eni实例,‘6’是云数据库



2825
2826
2827
# File 'lib/v20190904/models.rb', line 2825

def Offset
  @Offset
end

#OrderObject

Parameters:

  • Offset:

    列表偏移量

  • Limit:

    每页记录条数

  • Area:

    地域代码(例:ap-guangzhou),支持腾讯云全地域

  • SearchValue:

    额外检索条件(JSON字符串)

  • By:

    排序字段

  • Order:

    排序方式(asc:升序,desc:降序)

  • SecurityGroupId:

    安全组ID

  • Type:

    实例类型,‘3’是cvm实例,‘4’是clb实例,‘5’是eni实例,‘6’是云数据库



2825
2826
2827
# File 'lib/v20190904/models.rb', line 2825

def Order
  @Order
end

#SearchValueObject

Parameters:

  • Offset:

    列表偏移量

  • Limit:

    每页记录条数

  • Area:

    地域代码(例:ap-guangzhou),支持腾讯云全地域

  • SearchValue:

    额外检索条件(JSON字符串)

  • By:

    排序字段

  • Order:

    排序方式(asc:升序,desc:降序)

  • SecurityGroupId:

    安全组ID

  • Type:

    实例类型,‘3’是cvm实例,‘4’是clb实例,‘5’是eni实例,‘6’是云数据库



2825
2826
2827
# File 'lib/v20190904/models.rb', line 2825

def SearchValue
  @SearchValue
end

#SecurityGroupIdObject

Parameters:

  • Offset:

    列表偏移量

  • Limit:

    每页记录条数

  • Area:

    地域代码(例:ap-guangzhou),支持腾讯云全地域

  • SearchValue:

    额外检索条件(JSON字符串)

  • By:

    排序字段

  • Order:

    排序方式(asc:升序,desc:降序)

  • SecurityGroupId:

    安全组ID

  • Type:

    实例类型,‘3’是cvm实例,‘4’是clb实例,‘5’是eni实例,‘6’是云数据库



2825
2826
2827
# File 'lib/v20190904/models.rb', line 2825

def SecurityGroupId
  @SecurityGroupId
end

#TypeObject

Parameters:

  • Offset:

    列表偏移量

  • Limit:

    每页记录条数

  • Area:

    地域代码(例:ap-guangzhou),支持腾讯云全地域

  • SearchValue:

    额外检索条件(JSON字符串)

  • By:

    排序字段

  • Order:

    排序方式(asc:升序,desc:降序)

  • SecurityGroupId:

    安全组ID

  • Type:

    实例类型,‘3’是cvm实例,‘4’是clb实例,‘5’是eni实例,‘6’是云数据库



2825
2826
2827
# File 'lib/v20190904/models.rb', line 2825

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
# File 'lib/v20190904/models.rb', line 2838

def deserialize(params)
  @Offset = params['Offset']
  @Limit = params['Limit']
  @Area = params['Area']
  @SearchValue = params['SearchValue']
  @By = params['By']
  @Order = params['Order']
  @SecurityGroupId = params['SecurityGroupId']
  @Type = params['Type']
end