Class: TencentCloud::Tke::V20180525::PrometheusRecordRuleYamlItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::PrometheusRecordRuleYamlItem
- Defined in:
- lib/v20180525/models.rb
Overview
prometheus聚合规则实例详情,包含所属集群ID
Instance Attribute Summary collapse
-
#ClusterId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Content ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TemplateId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#UpdateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, updatetime = nil, templateid = nil, content = nil, clusterid = nil) ⇒ PrometheusRecordRuleYamlItem
constructor
A new instance of PrometheusRecordRuleYamlItem.
Constructor Details
#initialize(name = nil, updatetime = nil, templateid = nil, content = nil, clusterid = nil) ⇒ PrometheusRecordRuleYamlItem
Returns a new instance of PrometheusRecordRuleYamlItem.
16479 16480 16481 16482 16483 16484 16485 |
# File 'lib/v20180525/models.rb', line 16479 def initialize(name=nil, updatetime=nil, templateid=nil, content=nil, clusterid=nil) @Name = name @UpdateTime = updatetime @TemplateId = templateid @Content = content @ClusterId = clusterid end |
Instance Attribute Details
#ClusterId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
16477 16478 16479 |
# File 'lib/v20180525/models.rb', line 16477 def ClusterId @ClusterId end |
#Content ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
16477 16478 16479 |
# File 'lib/v20180525/models.rb', line 16477 def Content @Content end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
16477 16478 16479 |
# File 'lib/v20180525/models.rb', line 16477 def Name @Name end |
#TemplateId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
16477 16478 16479 |
# File 'lib/v20180525/models.rb', line 16477 def TemplateId @TemplateId end |
#UpdateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
16477 16478 16479 |
# File 'lib/v20180525/models.rb', line 16477 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
16487 16488 16489 16490 16491 16492 16493 |
# File 'lib/v20180525/models.rb', line 16487 def deserialize(params) @Name = params['Name'] @UpdateTime = params['UpdateTime'] @TemplateId = params['TemplateId'] @Content = params['Content'] @ClusterId = params['ClusterId'] end |