Class: TencentCloud::Thpc::V20230321::Placement
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20230321::Placement
- Defined in:
- lib/v20230321/models.rb
Overview
描述了实例的抽象位置
Instance Attribute Summary collapse
-
#Zone ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(zone = nil) ⇒ Placement
constructor
A new instance of Placement.
Constructor Details
#initialize(zone = nil) ⇒ Placement
Returns a new instance of Placement.
2285 2286 2287 |
# File 'lib/v20230321/models.rb', line 2285 def initialize(zone=nil) @Zone = zone end |
Instance Attribute Details
#Zone ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2283 2284 2285 |
# File 'lib/v20230321/models.rb', line 2283 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
2289 2290 2291 |
# File 'lib/v20230321/models.rb', line 2289 def deserialize(params) @Zone = params['Zone'] end |