Class: TencentCloud::Thpc::V20230321::SpacePlacement

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20230321/models.rb

Overview

描述了实例的抽象位置,包括其所在的可用区,所属的项目

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ProjectIdObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Zone:

    可用区

  • ProjectId:

    项目,默认是0



2853
2854
2855
# File 'lib/v20230321/models.rb', line 2853

def ProjectId
  @ProjectId
end

#ZoneObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Zone:

    可用区

  • ProjectId:

    项目,默认是0



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