tencentcloud-sdk-emr 3.0.536 → 3.0.538
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: 59070156ceb51c19d73a951a47945a9ca66446ae
|
|
4
|
+
data.tar.gz: 335d1ca62f2a89673135b4328abc3aad4f9c9f84
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6385dbe592d6c7f89caef3ae364673fe74e16d4990046a01448c9fc488757ee78095af53e867bed163965301033ae5b06b1556adc4cc207a6d749ab49daeadcc
|
|
7
|
+
data.tar.gz: 2731ae1c692b30736d2f7f82ae1e11c4cbbd7f4907c64ad7fa0a85ec09fa1bc6fa1fdbfa55266da2576b65fea488aa55dbee04c69f6cfeccc49b6159a4c6c3fc
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.538
|
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.538
|
|
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-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|