Class: TencentCloud::Emr::V20190103::ClusterRelationMeta
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::ClusterRelationMeta
- Defined in:
- lib/v20190103/models.rb
Overview
集群间绑定使用信息
Instance Attribute Summary collapse
-
#ClusterIdList ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ClusterType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clustertype = nil, clusteridlist = nil) ⇒ ClusterRelationMeta
constructor
A new instance of ClusterRelationMeta.
Constructor Details
#initialize(clustertype = nil, clusteridlist = nil) ⇒ ClusterRelationMeta
Returns a new instance of ClusterRelationMeta.
1279 1280 1281 1282 |
# File 'lib/v20190103/models.rb', line 1279 def initialize(clustertype=nil, clusteridlist=nil) @ClusterType = clustertype @ClusterIdList = clusteridlist end |
Instance Attribute Details
#ClusterIdList ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1277 1278 1279 |
# File 'lib/v20190103/models.rb', line 1277 def ClusterIdList @ClusterIdList end |
#ClusterType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1277 1278 1279 |
# File 'lib/v20190103/models.rb', line 1277 def ClusterType @ClusterType end |
Instance Method Details
#deserialize(params) ⇒ Object
1284 1285 1286 1287 |
# File 'lib/v20190103/models.rb', line 1284 def deserialize(params) @ClusterType = params['ClusterType'] @ClusterIdList = params['ClusterIdList'] end |