Class: TencentCloud::Tdmq::V20200217::ModifyRabbitMQVipInstanceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::ModifyRabbitMQVipInstanceRequest
- Defined in:
- lib/v20200217/models.rb
Overview
ModifyRabbitMQVipInstance请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, clustername = nil, remark = nil) ⇒ ModifyRabbitMQVipInstanceRequest
constructor
A new instance of ModifyRabbitMQVipInstanceRequest.
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
#ClusterName ⇒ Object
8998 8999 9000 |
# File 'lib/v20200217/models.rb', line 8998 def ClusterName @ClusterName end |
#InstanceId ⇒ Object
8998 8999 9000 |
# File 'lib/v20200217/models.rb', line 8998 def InstanceId @InstanceId end |
#Remark ⇒ Object
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 |