Class: TencentCloud::Thpc::V20230321::SpacePlacement
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20230321::SpacePlacement
- Defined in:
- lib/v20230321/models.rb
Overview
描述了实例的抽象位置,包括其所在的可用区,所属的项目
Instance Attribute Summary collapse
-
#ProjectId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Zone ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(zone = nil, projectid = nil) ⇒ SpacePlacement
constructor
A new instance of SpacePlacement.
Constructor Details
#initialize(zone = nil, projectid = nil) ⇒ SpacePlacement
Returns a new instance of SpacePlacement.
2855 2856 2857 2858 |
# File 'lib/v20230321/models.rb', line 2855 def initialize(zone=nil, projectid=nil) @Zone = zone @ProjectId = projectid end |
Instance Attribute Details
#ProjectId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2853 2854 2855 |
# File 'lib/v20230321/models.rb', line 2853 def ProjectId @ProjectId end |
#Zone ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2853 2854 2855 |
# File 'lib/v20230321/models.rb', line 2853 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
2860 2861 2862 2863 |
# File 'lib/v20230321/models.rb', line 2860 def deserialize(params) @Zone = params['Zone'] @ProjectId = params['ProjectId'] end |