Class: TencentCloud::Vdb::V20230616::DescribeInstanceNodesRequest

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

Overview

DescribeInstanceNodes请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(instanceid = nil, limit = nil, offset = nil, component = nil) ⇒ DescribeInstanceNodesRequest

Returns a new instance of DescribeInstanceNodesRequest.



416
417
418
419
420
421
# File 'lib/v20230616/models.rb', line 416

def initialize(instanceid=nil, limit=nil, offset=nil, component=nil)
  @InstanceId = instanceid
  @Limit = limit
  @Offset = offset
  @Component = component
end

Instance Attribute Details

#ComponentObject

Parameters:

  • InstanceId:

    实例ID。

  • Limit:

    limit

  • Offset:

    offset

  • Component:

    component



414
415
416
# File 'lib/v20230616/models.rb', line 414

def Component
  @Component
end

#InstanceIdObject

Parameters:

  • InstanceId:

    实例ID。

  • Limit:

    limit

  • Offset:

    offset

  • Component:

    component



414
415
416
# File 'lib/v20230616/models.rb', line 414

def InstanceId
  @InstanceId
end

#LimitObject

Parameters:

  • InstanceId:

    实例ID。

  • Limit:

    limit

  • Offset:

    offset

  • Component:

    component



414
415
416
# File 'lib/v20230616/models.rb', line 414

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • InstanceId:

    实例ID。

  • Limit:

    limit

  • Offset:

    offset

  • Component:

    component



414
415
416
# File 'lib/v20230616/models.rb', line 414

def Offset
  @Offset
end

Instance Method Details

#deserialize(params) ⇒ Object



423
424
425
426
427
428
# File 'lib/v20230616/models.rb', line 423

def deserialize(params)
  @InstanceId = params['InstanceId']
  @Limit = params['Limit']
  @Offset = params['Offset']
  @Component = params['Component']
end