tencentcloud-sdk-emr 3.0.758 → 3.0.759
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190103/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa0beb622931e000a316cc499073ba9a2e91d2cd
|
4
|
+
data.tar.gz: a75f4ab62c5b78dcebea115ca8bd0f729dba6e7a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22cd7d6f258483dc6001dc0a2fb1d3a10362d422f0151b56b46b730be5f9750a3ad8d974779ab5082541c347a40c50c261e25fe6dac1c8cb74a1de14c07b3d92
|
7
|
+
data.tar.gz: 4a514384c7ffe55874556d332f45a491189513f88a5b51409f6a45cccb1683c26634624729f9174764149eccc1543574d0f4b2dde96d952cfc9c69cbefdace5f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.759
|
data/lib/v20190103/models.rb
CHANGED
@@ -2612,10 +2612,13 @@ module TencentCloud
|
|
2612
2612
|
# @param IsSupportOutsideCluster: 当前集群的应用场景是否支持体外客户端
|
2613
2613
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2614
2614
|
# @type IsSupportOutsideCluster: Boolean
|
2615
|
+
# @param IsDedicatedCluster: 是否专有集群场景集群
|
2616
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2617
|
+
# @type IsDedicatedCluster: Boolean
|
2615
2618
|
|
2616
|
-
attr_accessor :ClusterId, :StatusDesc, :ClusterName, :ZoneId, :AppId, :AddTime, :RunTime, :MasterIp, :EmrVersion, :ChargeType, :Id, :ProductId, :ProjectId, :RegionId, :SubnetId, :VpcId, :Zone, :Status, :Tags, :AlarmInfo, :IsWoodpeckerCluster, :VpcName, :SubnetName, :UniqVpcId, :UniqSubnetId, :ClusterClass, :IsMultiZoneCluster, :IsHandsCluster, :OutSideSoftInfo, :IsSupportOutsideCluster
|
2619
|
+
attr_accessor :ClusterId, :StatusDesc, :ClusterName, :ZoneId, :AppId, :AddTime, :RunTime, :MasterIp, :EmrVersion, :ChargeType, :Id, :ProductId, :ProjectId, :RegionId, :SubnetId, :VpcId, :Zone, :Status, :Tags, :AlarmInfo, :IsWoodpeckerCluster, :VpcName, :SubnetName, :UniqVpcId, :UniqSubnetId, :ClusterClass, :IsMultiZoneCluster, :IsHandsCluster, :OutSideSoftInfo, :IsSupportOutsideCluster, :IsDedicatedCluster
|
2617
2620
|
|
2618
|
-
def initialize(clusterid=nil, statusdesc=nil, clustername=nil, zoneid=nil, appid=nil, addtime=nil, runtime=nil, masterip=nil, emrversion=nil, chargetype=nil, id=nil, productid=nil, projectid=nil, regionid=nil, subnetid=nil, vpcid=nil, zone=nil, status=nil, tags=nil, alarminfo=nil, iswoodpeckercluster=nil, vpcname=nil, subnetname=nil, uniqvpcid=nil, uniqsubnetid=nil, clusterclass=nil, ismultizonecluster=nil, ishandscluster=nil, outsidesoftinfo=nil, issupportoutsidecluster=nil)
|
2621
|
+
def initialize(clusterid=nil, statusdesc=nil, clustername=nil, zoneid=nil, appid=nil, addtime=nil, runtime=nil, masterip=nil, emrversion=nil, chargetype=nil, id=nil, productid=nil, projectid=nil, regionid=nil, subnetid=nil, vpcid=nil, zone=nil, status=nil, tags=nil, alarminfo=nil, iswoodpeckercluster=nil, vpcname=nil, subnetname=nil, uniqvpcid=nil, uniqsubnetid=nil, clusterclass=nil, ismultizonecluster=nil, ishandscluster=nil, outsidesoftinfo=nil, issupportoutsidecluster=nil, isdedicatedcluster=nil)
|
2619
2622
|
@ClusterId = clusterid
|
2620
2623
|
@StatusDesc = statusdesc
|
2621
2624
|
@ClusterName = clustername
|
@@ -2646,6 +2649,7 @@ module TencentCloud
|
|
2646
2649
|
@IsHandsCluster = ishandscluster
|
2647
2650
|
@OutSideSoftInfo = outsidesoftinfo
|
2648
2651
|
@IsSupportOutsideCluster = issupportoutsidecluster
|
2652
|
+
@IsDedicatedCluster = isdedicatedcluster
|
2649
2653
|
end
|
2650
2654
|
|
2651
2655
|
def deserialize(params)
|
@@ -2693,6 +2697,7 @@ module TencentCloud
|
|
2693
2697
|
end
|
2694
2698
|
end
|
2695
2699
|
@IsSupportOutsideCluster = params['IsSupportOutsideCluster']
|
2700
|
+
@IsDedicatedCluster = params['IsDedicatedCluster']
|
2696
2701
|
end
|
2697
2702
|
end
|
2698
2703
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-emr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.759
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-01-
|
11
|
+
date: 2024-01-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|