Class: TencentCloud::Tke::V20180525::PrometheusAlertManagerConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::PrometheusAlertManagerConfig
- Defined in:
- lib/v20180525/models.rb
Overview
告警渠道使用自建alertmanager的配置
Instance Attribute Summary collapse
-
#ClusterId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ClusterType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Url ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(url = nil, clustertype = nil, clusterid = nil) ⇒ PrometheusAlertManagerConfig
constructor
A new instance of PrometheusAlertManagerConfig.
Constructor Details
#initialize(url = nil, clustertype = nil, clusterid = nil) ⇒ PrometheusAlertManagerConfig
Returns a new instance of PrometheusAlertManagerConfig.
15793 15794 15795 15796 15797 |
# File 'lib/v20180525/models.rb', line 15793 def initialize(url=nil, clustertype=nil, clusterid=nil) @Url = url @ClusterType = clustertype @ClusterId = clusterid end |
Instance Attribute Details
#ClusterId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
15791 15792 15793 |
# File 'lib/v20180525/models.rb', line 15791 def ClusterId @ClusterId end |
#ClusterType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
15791 15792 15793 |
# File 'lib/v20180525/models.rb', line 15791 def ClusterType @ClusterType end |
#Url ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
15791 15792 15793 |
# File 'lib/v20180525/models.rb', line 15791 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
15799 15800 15801 15802 15803 |
# File 'lib/v20180525/models.rb', line 15799 def deserialize(params) @Url = params['Url'] @ClusterType = params['ClusterType'] @ClusterId = params['ClusterId'] end |