Class: TencentCloud::Emr::V20190103::ClusterRelationMeta

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

Overview

集群间绑定使用信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ClusterIdListObject

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

Parameters:

  • ClusterType:

    集群类型

  • ClusterIdList:

    集群id列表



1277
1278
1279
# File 'lib/v20190103/models.rb', line 1277

def ClusterIdList
  @ClusterIdList
end

#ClusterTypeObject

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

Parameters:

  • ClusterType:

    集群类型

  • ClusterIdList:

    集群id列表



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