Class: TencentCloud::Emr::V20190103::Placement
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::Placement
- Defined in:
- lib/v20190103/models.rb
Overview
描述集群实例位置信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(zone = nil, projectid = nil) ⇒ Placement
constructor
A new instance of Placement.
Constructor Details
#initialize(zone = nil, projectid = nil) ⇒ Placement
Returns a new instance of Placement.
10976 10977 10978 10979 |
# File 'lib/v20190103/models.rb', line 10976 def initialize(zone=nil, projectid=nil) @Zone = zone @ProjectId = projectid end |
Instance Attribute Details
#ProjectId ⇒ Object
10974 10975 10976 |
# File 'lib/v20190103/models.rb', line 10974 def ProjectId @ProjectId end |
#Zone ⇒ Object
10974 10975 10976 |
# File 'lib/v20190103/models.rb', line 10974 def Zone @Zone end |
Instance Method Details
#deserialize(params) ⇒ Object
10981 10982 10983 10984 |
# File 'lib/v20190103/models.rb', line 10981 def deserialize(params) @Zone = params['Zone'] @ProjectId = params['ProjectId'] end |