Class: TencentCloud::Tdmq::V20200217::RabbitMQClusterSpecInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::RabbitMQClusterSpecInfo
- Defined in:
- lib/v20200217/models.rb
Overview
RabbitMQ集群规格信息
Instance Attribute Summary collapse
- #MaxBandWidth ⇒ Object
- #MaxStorage ⇒ Object
- #MaxTps ⇒ Object
- #NodeCount ⇒ Object
- #PublicNetworkTps ⇒ Object
- #SpecName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(specname = nil, nodecount = nil, maxtps = nil, maxbandwidth = nil, maxstorage = nil, publicnetworktps = nil) ⇒ RabbitMQClusterSpecInfo
constructor
A new instance of RabbitMQClusterSpecInfo.
Constructor Details
#initialize(specname = nil, nodecount = nil, maxtps = nil, maxbandwidth = nil, maxstorage = nil, publicnetworktps = nil) ⇒ RabbitMQClusterSpecInfo
Returns a new instance of RabbitMQClusterSpecInfo.
10488 10489 10490 10491 10492 10493 10494 10495 |
# File 'lib/v20200217/models.rb', line 10488 def initialize(specname=nil, nodecount=nil, maxtps=nil, maxbandwidth=nil, maxstorage=nil, publicnetworktps=nil) @SpecName = specname @NodeCount = nodecount @MaxTps = maxtps @MaxBandWidth = maxbandwidth @MaxStorage = maxstorage @PublicNetworkTps = publicnetworktps end |
Instance Attribute Details
#MaxBandWidth ⇒ Object
10486 10487 10488 |
# File 'lib/v20200217/models.rb', line 10486 def MaxBandWidth @MaxBandWidth end |
#MaxStorage ⇒ Object
10486 10487 10488 |
# File 'lib/v20200217/models.rb', line 10486 def MaxStorage @MaxStorage end |
#MaxTps ⇒ Object
10486 10487 10488 |
# File 'lib/v20200217/models.rb', line 10486 def MaxTps @MaxTps end |
#NodeCount ⇒ Object
10486 10487 10488 |
# File 'lib/v20200217/models.rb', line 10486 def NodeCount @NodeCount end |
#PublicNetworkTps ⇒ Object
10486 10487 10488 |
# File 'lib/v20200217/models.rb', line 10486 def PublicNetworkTps @PublicNetworkTps end |
#SpecName ⇒ Object
10486 10487 10488 |
# File 'lib/v20200217/models.rb', line 10486 def SpecName @SpecName end |
Instance Method Details
#deserialize(params) ⇒ Object
10497 10498 10499 10500 10501 10502 10503 10504 |
# File 'lib/v20200217/models.rb', line 10497 def deserialize(params) @SpecName = params['SpecName'] @NodeCount = params['NodeCount'] @MaxTps = params['MaxTps'] @MaxBandWidth = params['MaxBandWidth'] @MaxStorage = params['MaxStorage'] @PublicNetworkTps = params['PublicNetworkTps'] end |