Class: TencentCloud::Apm::V20210622::CVMMeta
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apm::V20210622::CVMMeta
- Defined in:
- lib/v20210622/models.rb
Overview
CVM元数据
Instance Attribute Summary collapse
-
#InstanceID ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Region ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(region = nil, instanceid = nil) ⇒ CVMMeta
constructor
A new instance of CVMMeta.
Constructor Details
#initialize(region = nil, instanceid = nil) ⇒ CVMMeta
Returns a new instance of CVMMeta.
1157 1158 1159 1160 |
# File 'lib/v20210622/models.rb', line 1157 def initialize(region=nil, instanceid=nil) @Region = region @InstanceID = instanceid end |
Instance Attribute Details
#InstanceID ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1155 1156 1157 |
# File 'lib/v20210622/models.rb', line 1155 def InstanceID @InstanceID end |
#Region ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1155 1156 1157 |
# File 'lib/v20210622/models.rb', line 1155 def Region @Region end |
Instance Method Details
#deserialize(params) ⇒ Object
1162 1163 1164 1165 |
# File 'lib/v20210622/models.rb', line 1162 def deserialize(params) @Region = params['Region'] @InstanceID = params['InstanceID'] end |