Class: TencentCloud::Iecp::V20210914::GridEventInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::GridEventInfo
- Defined in:
- lib/v20210914/models.rb
Overview
Grid事件信息
Instance Attribute Summary collapse
-
#Count ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#FirstTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#InvolvedObjectKind ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#InvolvedObjectName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#IP ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#LastTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Message ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#NodeName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Reason ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(firsttime = nil, lasttime = nil, involvedobjectkind = nil, involvedobjectname = nil, type = nil, reason = nil, message = nil, count = nil, nodename = nil, ip = nil) ⇒ GridEventInfo
constructor
A new instance of GridEventInfo.
Constructor Details
#initialize(firsttime = nil, lasttime = nil, involvedobjectkind = nil, involvedobjectname = nil, type = nil, reason = nil, message = nil, count = nil, nodename = nil, ip = nil) ⇒ GridEventInfo
Returns a new instance of GridEventInfo.
4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 |
# File 'lib/v20210914/models.rb', line 4678 def initialize(firsttime=nil, lasttime=nil, involvedobjectkind=nil, involvedobjectname=nil, type=nil, reason=nil, =nil, count=nil, nodename=nil, ip=nil) @FirstTime = firsttime @LastTime = lasttime @InvolvedObjectKind = involvedobjectkind @InvolvedObjectName = involvedobjectname @Type = type @Reason = reason @Message = @Count = count @NodeName = nodename @IP = ip end |
Instance Attribute Details
#Count ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4676 4677 4678 |
# File 'lib/v20210914/models.rb', line 4676 def Count @Count end |
#FirstTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4676 4677 4678 |
# File 'lib/v20210914/models.rb', line 4676 def FirstTime @FirstTime end |
#InvolvedObjectKind ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4676 4677 4678 |
# File 'lib/v20210914/models.rb', line 4676 def InvolvedObjectKind @InvolvedObjectKind end |
#InvolvedObjectName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4676 4677 4678 |
# File 'lib/v20210914/models.rb', line 4676 def InvolvedObjectName @InvolvedObjectName end |
#IP ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4676 4677 4678 |
# File 'lib/v20210914/models.rb', line 4676 def IP @IP end |
#LastTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4676 4677 4678 |
# File 'lib/v20210914/models.rb', line 4676 def LastTime @LastTime end |
#Message ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4676 4677 4678 |
# File 'lib/v20210914/models.rb', line 4676 def Message @Message end |
#NodeName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4676 4677 4678 |
# File 'lib/v20210914/models.rb', line 4676 def NodeName @NodeName end |
#Reason ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4676 4677 4678 |
# File 'lib/v20210914/models.rb', line 4676 def Reason @Reason end |
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4676 4677 4678 |
# File 'lib/v20210914/models.rb', line 4676 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 |
# File 'lib/v20210914/models.rb', line 4691 def deserialize(params) @FirstTime = params['FirstTime'] @LastTime = params['LastTime'] @InvolvedObjectKind = params['InvolvedObjectKind'] @InvolvedObjectName = params['InvolvedObjectName'] @Type = params['Type'] @Reason = params['Reason'] @Message = params['Message'] @Count = params['Count'] @NodeName = params['NodeName'] @IP = params['IP'] end |