tencentcloud-sdk-emr 3.0.537 → 3.0.539
Sign up to get free protection for your applications and to get access to all the features.
- 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: e629eb61f2455ba641bc0eb49c7a6493450bc099
|
4
|
+
data.tar.gz: 8d00789310f827b7ab98358ceb6f25f34b0fa03d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 64c7c1f86429d5602adaee6f280a678fd5f95666d59cffb1a4addf12a2da3051e31fa17b5b4df24718a3401f41d079c52ab5c82526669b6d7b9804cbed690719
|
7
|
+
data.tar.gz: 9d8a22e49fb0f04cee4a6e44c3697b61b56c8caaaca20dc91f3bfbe200350a4f6e580f71a9dc1ae0aeb045f509525ee718518b4c12d5e08de8d7f105c375cfeb
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.539
|
data/lib/v20190103/models.rb
CHANGED
@@ -2135,10 +2135,13 @@ module TencentCloud
|
|
2135
2135
|
# @param OutSideSoftInfo: 体外客户端组件信息
|
2136
2136
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2137
2137
|
# @type OutSideSoftInfo: Array
|
2138
|
+
# @param IsSupportOutsideCluster: 当前集群的应用场景是否支持体外客户端
|
2139
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2140
|
+
# @type IsSupportOutsideCluster: Boolean
|
2138
2141
|
|
2139
|
-
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
|
2142
|
+
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
|
2140
2143
|
|
2141
|
-
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)
|
2144
|
+
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)
|
2142
2145
|
@ClusterId = clusterid
|
2143
2146
|
@StatusDesc = statusdesc
|
2144
2147
|
@ClusterName = clustername
|
@@ -2168,6 +2171,7 @@ module TencentCloud
|
|
2168
2171
|
@IsMultiZoneCluster = ismultizonecluster
|
2169
2172
|
@IsHandsCluster = ishandscluster
|
2170
2173
|
@OutSideSoftInfo = outsidesoftinfo
|
2174
|
+
@IsSupportOutsideCluster = issupportoutsidecluster
|
2171
2175
|
end
|
2172
2176
|
|
2173
2177
|
def deserialize(params)
|
@@ -2214,6 +2218,7 @@ module TencentCloud
|
|
2214
2218
|
@OutSideSoftInfo << softdependinfo_tmp
|
2215
2219
|
end
|
2216
2220
|
end
|
2221
|
+
@IsSupportOutsideCluster = params['IsSupportOutsideCluster']
|
2217
2222
|
end
|
2218
2223
|
end
|
2219
2224
|
|
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.539
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03-
|
11
|
+
date: 2023-03-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|