Class: TencentCloud::Tdmq::V20200217::RabbitMQVirtualHostStatistics
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::RabbitMQVirtualHostStatistics
- Defined in:
- lib/v20200217/models.rb
Overview
vhost概览统计信息
Instance Attribute Summary collapse
- #CurrentChannels ⇒ Object
- #CurrentConnections ⇒ Object
- #CurrentExchanges ⇒ Object
- #CurrentQueues ⇒ Object
- #CurrentUsers ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(currentqueues = nil, currentexchanges = nil, currentconnections = nil, currentchannels = nil, currentusers = nil) ⇒ RabbitMQVirtualHostStatistics
constructor
A new instance of RabbitMQVirtualHostStatistics.
Constructor Details
#initialize(currentqueues = nil, currentexchanges = nil, currentconnections = nil, currentchannels = nil, currentusers = nil) ⇒ RabbitMQVirtualHostStatistics
Returns a new instance of RabbitMQVirtualHostStatistics.
11069 11070 11071 11072 11073 11074 11075 |
# File 'lib/v20200217/models.rb', line 11069 def initialize(currentqueues=nil, currentexchanges=nil, currentconnections=nil, currentchannels=nil, currentusers=nil) @CurrentQueues = currentqueues @CurrentExchanges = currentexchanges @CurrentConnections = currentconnections @CurrentChannels = currentchannels @CurrentUsers = currentusers end |
Instance Attribute Details
#CurrentChannels ⇒ Object
11067 11068 11069 |
# File 'lib/v20200217/models.rb', line 11067 def CurrentChannels @CurrentChannels end |
#CurrentConnections ⇒ Object
11067 11068 11069 |
# File 'lib/v20200217/models.rb', line 11067 def CurrentConnections @CurrentConnections end |
#CurrentExchanges ⇒ Object
11067 11068 11069 |
# File 'lib/v20200217/models.rb', line 11067 def CurrentExchanges @CurrentExchanges end |
#CurrentQueues ⇒ Object
11067 11068 11069 |
# File 'lib/v20200217/models.rb', line 11067 def CurrentQueues @CurrentQueues end |
#CurrentUsers ⇒ Object
11067 11068 11069 |
# File 'lib/v20200217/models.rb', line 11067 def CurrentUsers @CurrentUsers end |
Instance Method Details
#deserialize(params) ⇒ Object
11077 11078 11079 11080 11081 11082 11083 |
# File 'lib/v20200217/models.rb', line 11077 def deserialize(params) @CurrentQueues = params['CurrentQueues'] @CurrentExchanges = params['CurrentExchanges'] @CurrentConnections = params['CurrentConnections'] @CurrentChannels = params['CurrentChannels'] @CurrentUsers = params['CurrentUsers'] end |