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.



2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
# File 'lib/v20190904/models.rb', line 2884

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’是云数据库



2882
2883
2884
# File 'lib/v20190904/models.rb', line 2882

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’是云数据库



2882
2883
2884
# File 'lib/v20190904/models.rb', line 2882

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’是云数据库



2882
2883
2884
# File 'lib/v20190904/models.rb', line 2882

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’是云数据库



2882
2883
2884
# File 'lib/v20190904/models.rb', line 2882

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’是云数据库



2882
2883
2884
# File 'lib/v20190904/models.rb', line 2882

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’是云数据库



2882
2883
2884
# File 'lib/v20190904/models.rb', line 2882

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’是云数据库



2882
2883
2884
# File 'lib/v20190904/models.rb', line 2882

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’是云数据库



2882
2883
2884
# File 'lib/v20190904/models.rb', line 2882

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
# File 'lib/v20190904/models.rb', line 2895

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