tencentcloud-sdk-emr 3.0.995 → 3.0.997
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 -3
- 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: 9e987848e4a42f026473ca53ab89e215a3d94e12
|
4
|
+
data.tar.gz: e8398f9efeae1f660f2a4f25451f09d2888bcb77
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea14faea486727ccb6ddc6c951fc0cfcfca0b5faa1ac1058d0e9594146169cc9ba7dcbd68db093a923068bb80f18f118f6671bf410393b9680d57d93f44a022b
|
7
|
+
data.tar.gz: 2afaab11da9eebdba93c8bdfdcec20a2aeab793c6710b9f99de0230938652c38752ae5f5c26b9a8e4bb4ecb5680303ee9ea928e20a00e915bd47068d044fe0e6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.997
|
data/lib/v20190103/models.rb
CHANGED
@@ -10246,7 +10246,7 @@ module TencentCloud
|
|
10246
10246
|
end
|
10247
10247
|
end
|
10248
10248
|
|
10249
|
-
# Serverless HBase
|
10249
|
+
# Serverless HBase实例信息
|
10250
10250
|
class SLInstanceInfo < TencentCloud::Common::AbstractModel
|
10251
10251
|
# @param ClusterId: 集群实例字符串ID
|
10252
10252
|
# @type ClusterId: String
|
@@ -10254,6 +10254,8 @@ module TencentCloud
|
|
10254
10254
|
# @type Id: Integer
|
10255
10255
|
# @param StatusDesc: 状态描述
|
10256
10256
|
# @type StatusDesc: String
|
10257
|
+
# @param HealthStatus: 健康状态
|
10258
|
+
# @type HealthStatus: String
|
10257
10259
|
# @param ClusterName: 实例名称
|
10258
10260
|
# @type ClusterName: String
|
10259
10261
|
# @param RegionId: 地域ID
|
@@ -10287,12 +10289,13 @@ module TencentCloud
|
|
10287
10289
|
# @param ExpireTime: 过期时间,后付费返回0000-00-00 00:00:00
|
10288
10290
|
# @type ExpireTime: String
|
10289
10291
|
|
10290
|
-
attr_accessor :ClusterId, :Id, :StatusDesc, :ClusterName, :RegionId, :ZoneId, :Zone, :AppId, :VpcId, :SubnetId, :Status, :AddTime, :PayMode, :ZoneSettings, :Tags, :AutoRenewFlag, :IsolateTime, :ExpireTime
|
10292
|
+
attr_accessor :ClusterId, :Id, :StatusDesc, :HealthStatus, :ClusterName, :RegionId, :ZoneId, :Zone, :AppId, :VpcId, :SubnetId, :Status, :AddTime, :PayMode, :ZoneSettings, :Tags, :AutoRenewFlag, :IsolateTime, :ExpireTime
|
10291
10293
|
|
10292
|
-
def initialize(clusterid=nil, id=nil, statusdesc=nil, clustername=nil, regionid=nil, zoneid=nil, zone=nil, appid=nil, vpcid=nil, subnetid=nil, status=nil, addtime=nil, paymode=nil, zonesettings=nil, tags=nil, autorenewflag=nil, isolatetime=nil, expiretime=nil)
|
10294
|
+
def initialize(clusterid=nil, id=nil, statusdesc=nil, healthstatus=nil, clustername=nil, regionid=nil, zoneid=nil, zone=nil, appid=nil, vpcid=nil, subnetid=nil, status=nil, addtime=nil, paymode=nil, zonesettings=nil, tags=nil, autorenewflag=nil, isolatetime=nil, expiretime=nil)
|
10293
10295
|
@ClusterId = clusterid
|
10294
10296
|
@Id = id
|
10295
10297
|
@StatusDesc = statusdesc
|
10298
|
+
@HealthStatus = healthstatus
|
10296
10299
|
@ClusterName = clustername
|
10297
10300
|
@RegionId = regionid
|
10298
10301
|
@ZoneId = zoneid
|
@@ -10314,6 +10317,7 @@ module TencentCloud
|
|
10314
10317
|
@ClusterId = params['ClusterId']
|
10315
10318
|
@Id = params['Id']
|
10316
10319
|
@StatusDesc = params['StatusDesc']
|
10320
|
+
@HealthStatus = params['HealthStatus']
|
10317
10321
|
@ClusterName = params['ClusterName']
|
10318
10322
|
@RegionId = params['RegionId']
|
10319
10323
|
@ZoneId = params['ZoneId']
|
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.997
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|