Class: TencentCloud::Apm::V20210622::ComponentTopologyView

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

Overview

包含了视图中节点组件类型的数量

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(service = nil, database = nil, mq = nil) ⇒ ComponentTopologyView

Returns a new instance of ComponentTopologyView.



1182
1183
1184
1185
1186
# File 'lib/v20210622/models.rb', line 1182

def initialize(service=nil, database=nil, mq=nil)
  @Service = service
  @Database = database
  @MQ = mq
end

Instance Attribute Details

#DatabaseObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Service:

    服务纬度的节点数量

  • Database:

    数据库节点数量

  • MQ:

    消息队列节点数量



1180
1181
1182
# File 'lib/v20210622/models.rb', line 1180

def Database
  @Database
end

#MQObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Service:

    服务纬度的节点数量

  • Database:

    数据库节点数量

  • MQ:

    消息队列节点数量



1180
1181
1182
# File 'lib/v20210622/models.rb', line 1180

def MQ
  @MQ
end

#ServiceObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Service:

    服务纬度的节点数量

  • Database:

    数据库节点数量

  • MQ:

    消息队列节点数量



1180
1181
1182
# File 'lib/v20210622/models.rb', line 1180

def Service
  @Service
end

Instance Method Details

#deserialize(params) ⇒ Object



1188
1189
1190
1191
1192
# File 'lib/v20210622/models.rb', line 1188

def deserialize(params)
  @Service = params['Service']
  @Database = params['Database']
  @MQ = params['MQ']
end