Class: TencentCloud::Tdmq::V20200217::ModifyRabbitMQVipInstanceRequest

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

Overview

ModifyRabbitMQVipInstance请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(instanceid = nil, clustername = nil, remark = nil) ⇒ ModifyRabbitMQVipInstanceRequest

Returns a new instance of ModifyRabbitMQVipInstanceRequest.



9000
9001
9002
9003
9004
# File 'lib/v20200217/models.rb', line 9000

def initialize(instanceid=nil, clustername=nil, remark=nil)
  @InstanceId = instanceid
  @ClusterName = clustername
  @Remark = remark
end

Instance Attribute Details

#ClusterNameObject

Parameters:

  • InstanceId:

    实例Id

  • ClusterName:

    集群名称

  • Remark:

    备注



8998
8999
9000
# File 'lib/v20200217/models.rb', line 8998

def ClusterName
  @ClusterName
end

#InstanceIdObject

Parameters:

  • InstanceId:

    实例Id

  • ClusterName:

    集群名称

  • Remark:

    备注



8998
8999
9000
# File 'lib/v20200217/models.rb', line 8998

def InstanceId
  @InstanceId
end

#RemarkObject

Parameters:

  • InstanceId:

    实例Id

  • ClusterName:

    集群名称

  • Remark:

    备注



8998
8999
9000
# File 'lib/v20200217/models.rb', line 8998

def Remark
  @Remark
end

Instance Method Details

#deserialize(params) ⇒ Object



9006
9007
9008
9009
9010
# File 'lib/v20200217/models.rb', line 9006

def deserialize(params)
  @InstanceId = params['InstanceId']
  @ClusterName = params['ClusterName']
  @Remark = params['Remark']
end