tencentcloud-sdk-cynosdb 3.0.925 → 3.0.926
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/v20190107/client.rb +1 -1
- data/lib/v20190107/models.rb +6 -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: 563dada74241df1a0a825dccdde144d4bff84cdd
|
4
|
+
data.tar.gz: e3cb798fd8b0045773ec03cc69d8a7774711f8fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4bb2e6de9042d624705ae4d038802b7608f7ee99a80dc8b40b65b59ecc36d2bf84fd68d69ec394a7c2a816a0ddccda86f5f8dab37928b14ee073bd31e56dfd8
|
7
|
+
data.tar.gz: f9674342110c1946f53db34cd5a3517ef811fa9eac8cfab72b34615925a13042cab3ec2a7bdbd083f91dfabb78bf59f490c740ee06eb585d951f5fbcf719937c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.926
|
data/lib/v20190107/client.rb
CHANGED
@@ -2549,7 +2549,7 @@ module TencentCloud
|
|
2549
2549
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2550
2550
|
end
|
2551
2551
|
|
2552
|
-
#
|
2552
|
+
# 本接口(ModifyDBInstanceSecurityGroups)用于修改实例绑定的安全组。
|
2553
2553
|
|
2554
2554
|
# @param request: Request instance for ModifyDBInstanceSecurityGroups.
|
2555
2555
|
# @type request: :class:`Tencentcloud::cynosdb::V20190107::ModifyDBInstanceSecurityGroupsRequest`
|
data/lib/v20190107/models.rb
CHANGED
@@ -13248,10 +13248,12 @@ module TencentCloud
|
|
13248
13248
|
# @type HasPermission: Boolean
|
13249
13249
|
# @param IsWholeRdmaZone: 是否为全链路RDMA可用区
|
13250
13250
|
# @type IsWholeRdmaZone: String
|
13251
|
+
# @param IsSupportCreateCluster: 当前可用区是否允许新购集群,1:允许,0:不允许
|
13252
|
+
# @type IsSupportCreateCluster: Integer
|
13251
13253
|
|
13252
|
-
attr_accessor :Zone, :ZoneId, :ZoneZh, :IsSupportServerless, :IsSupportNormal, :PhysicalZone, :HasPermission, :IsWholeRdmaZone
|
13254
|
+
attr_accessor :Zone, :ZoneId, :ZoneZh, :IsSupportServerless, :IsSupportNormal, :PhysicalZone, :HasPermission, :IsWholeRdmaZone, :IsSupportCreateCluster
|
13253
13255
|
|
13254
|
-
def initialize(zone=nil, zoneid=nil, zonezh=nil, issupportserverless=nil, issupportnormal=nil, physicalzone=nil, haspermission=nil, iswholerdmazone=nil)
|
13256
|
+
def initialize(zone=nil, zoneid=nil, zonezh=nil, issupportserverless=nil, issupportnormal=nil, physicalzone=nil, haspermission=nil, iswholerdmazone=nil, issupportcreatecluster=nil)
|
13255
13257
|
@Zone = zone
|
13256
13258
|
@ZoneId = zoneid
|
13257
13259
|
@ZoneZh = zonezh
|
@@ -13260,6 +13262,7 @@ module TencentCloud
|
|
13260
13262
|
@PhysicalZone = physicalzone
|
13261
13263
|
@HasPermission = haspermission
|
13262
13264
|
@IsWholeRdmaZone = iswholerdmazone
|
13265
|
+
@IsSupportCreateCluster = issupportcreatecluster
|
13263
13266
|
end
|
13264
13267
|
|
13265
13268
|
def deserialize(params)
|
@@ -13271,6 +13274,7 @@ module TencentCloud
|
|
13271
13274
|
@PhysicalZone = params['PhysicalZone']
|
13272
13275
|
@HasPermission = params['HasPermission']
|
13273
13276
|
@IsWholeRdmaZone = params['IsWholeRdmaZone']
|
13277
|
+
@IsSupportCreateCluster = params['IsSupportCreateCluster']
|
13274
13278
|
end
|
13275
13279
|
end
|
13276
13280
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cynosdb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.926
|
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-10-
|
11
|
+
date: 2024-10-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|