tencentcloud-sdk-emr 3.0.758 → 3.0.760

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 635eadf9b83749620a018338b3a712016a1ef7c4
4
- data.tar.gz: 2c9cad7110be59eb50e7e60580aeea575fac67f0
3
+ metadata.gz: d2ac1acfd3eb066cf8799ec055742983ca79695a
4
+ data.tar.gz: 4976597f5f403117a795a7545d9d601e7b1a17b1
5
5
  SHA512:
6
- metadata.gz: 2a8c7f005bcb9e282a42cf93a23a25c77853b3a042ec08f1de65a9c5efae4ebeab90d4aacb2d25841512b0f7b997804f0477b6d35f61070f5385b9e90271e9f6
7
- data.tar.gz: 6a1a6ba98095e21ff79249dd6f509044f83776adcaedc889a8390c9f9856337bbb7505f37e66ef6cc57c0a2f7761a5b8953893fbf843540a8fa0ee815d002567
6
+ metadata.gz: 4499b1383679a093b7d71d5a2dead15c7af533271433d1e53df2053c69897f376ccd61c0300ac74d9d82daad248c296353b263a399a8e91a4033a2cb01dd3aa1
7
+ data.tar.gz: 3d805cda65171d6eb6db5ef42ab7647609bf336d5a5497a46ecf2542fb94dd60b90d1d085edb91efe74e03d0be488c1c1bcf625dd8b7b22c605fc0fe993de512
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.758
1
+ 3.0.760
@@ -1092,7 +1092,7 @@ module TencentCloud
1092
1092
  # <li>0:表示不自动续费。</li>
1093
1093
  # <li>1:表示自动续费。</li>
1094
1094
  # @type AutoRenew: Integer
1095
- # @param ClientToken: 客户端Token。
1095
+ # @param ClientToken: 唯一随机标识,时效5分钟,需要调用者指定 防止客户端重新创建资源,例如 a9a90aa6-751a-41b6-aad6-fae36063280
1096
1096
  # @type ClientToken: String
1097
1097
  # @param NeedMasterWan: 是否开启集群Master节点公网。取值范围:
1098
1098
  # <li>NEED_MASTER_WAN:表示开启集群Master节点公网。</li>
@@ -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
 
@@ -6402,7 +6407,7 @@ module TencentCloud
6402
6407
  # <li>0:表示按量计费。</li>
6403
6408
  # <li>1:表示包年包月。</li>
6404
6409
  # @type PayMode: Integer
6405
- # @param ClientToken: 客户端Token。
6410
+ # @param ClientToken: 唯一随机标识,时效5分钟,需要调用者指定 防止客户端重新创建资源,例如 a9a90aa6-751a-41b6-aad6-fae36063280
6406
6411
  # @type ClientToken: String
6407
6412
  # @param PreExecutedFileSettings: 引导操作脚本设置。
6408
6413
  # @type PreExecutedFileSettings: Array
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.758
4
+ version: 3.0.760
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-26 00:00:00.000000000 Z
11
+ date: 2024-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common