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.



3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
# File 'lib/v20190904/models.rb', line 3083

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



3081
3082
3083
# File 'lib/v20190904/models.rb', line 3081

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



3081
3082
3083
# File 'lib/v20190904/models.rb', line 3081

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



3081
3082
3083
# File 'lib/v20190904/models.rb', line 3081

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



3081
3082
3083
# File 'lib/v20190904/models.rb', line 3081

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



3081
3082
3083
# File 'lib/v20190904/models.rb', line 3081

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



3081
3082
3083
# File 'lib/v20190904/models.rb', line 3081

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



3081
3082
3083
# File 'lib/v20190904/models.rb', line 3081

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



3081
3082
3083
# File 'lib/v20190904/models.rb', line 3081

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
# File 'lib/v20190904/models.rb', line 3094

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