Class: TencentCloud::Tdmq::V20200217::ModifyRocketMQClusterRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::ModifyRocketMQClusterRequest
- Defined in:
- lib/v20200217/models.rb
Overview
ModifyRocketMQCluster请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, clustername = nil, remark = nil, publicaccessenabled = nil) ⇒ ModifyRocketMQClusterRequest
constructor
A new instance of ModifyRocketMQClusterRequest.
Constructor Details
#initialize(clusterid = nil, clustername = nil, remark = nil, publicaccessenabled = nil) ⇒ ModifyRocketMQClusterRequest
Returns a new instance of ModifyRocketMQClusterRequest.
9091 9092 9093 9094 9095 9096 |
# File 'lib/v20200217/models.rb', line 9091 def initialize(clusterid=nil, clustername=nil, remark=nil, publicaccessenabled=nil) @ClusterId = clusterid @ClusterName = clustername @Remark = remark @PublicAccessEnabled = publicaccessenabled end |
Instance Attribute Details
#ClusterId ⇒ Object
9089 9090 9091 |
# File 'lib/v20200217/models.rb', line 9089 def ClusterId @ClusterId end |
#ClusterName ⇒ Object
9089 9090 9091 |
# File 'lib/v20200217/models.rb', line 9089 def ClusterName @ClusterName end |
#PublicAccessEnabled ⇒ Object
9089 9090 9091 |
# File 'lib/v20200217/models.rb', line 9089 def PublicAccessEnabled @PublicAccessEnabled end |
#Remark ⇒ Object
9089 9090 9091 |
# File 'lib/v20200217/models.rb', line 9089 def Remark @Remark end |
Instance Method Details
#deserialize(params) ⇒ Object
9098 9099 9100 9101 9102 9103 |
# File 'lib/v20200217/models.rb', line 9098 def deserialize(params) @ClusterId = params['ClusterId'] @ClusterName = params['ClusterName'] @Remark = params['Remark'] @PublicAccessEnabled = params['PublicAccessEnabled'] end |