tencentcloud-sdk-cdwdoris 3.0.776 → 3.0.778
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/v20211228/models.rb +12 -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: 7e7ca7eaf62be5c0ef04ff35e5e3b7b3fcb5a128
|
4
|
+
data.tar.gz: 7dfe60924b860f093621a8f356ae61863de778a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d575b5b787effab3d63474183d917cf5654b5dfcb98e8505a8a9f155e73bbec632598680d560bad7bc644f45ea4a1ee88715efe4a2614a2fd025c25d02e8aff5
|
7
|
+
data.tar.gz: 311de3d52d8d316871b082b1cb9ecd586d0ee01168d441783d6b4fd4ba3c6c626ffca65643618d7721c904362c02f39cc1faead43c85bbf9c3961959d4ad9d32
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.778
|
data/lib/v20211228/models.rb
CHANGED
@@ -1254,13 +1254,19 @@ module TencentCloud
|
|
1254
1254
|
# @param CaseSensitive: 表名大小写是否敏感,0:敏感;1:不敏感,以小写进行比较;2:不敏感,表名改为以小写存储
|
1255
1255
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1256
1256
|
# @type CaseSensitive: Integer
|
1257
|
+
# @param IsWhiteSGs: 用户是否可以绑定安全组
|
1258
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1259
|
+
# @type IsWhiteSGs: Boolean
|
1260
|
+
# @param BindSGs: 已绑定的安全组信息
|
1261
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1262
|
+
# @type BindSGs: Array
|
1257
1263
|
|
1258
|
-
attr_accessor :InstanceId, :InstanceName, :Status, :Version, :Region, :Zone, :VpcId, :SubnetId, :PayMode, :CreateTime, :ExpireTime, :MasterSummary, :CoreSummary, :HA, :HaType, :AccessInfo, :Id, :RegionId, :ZoneDesc, :FlowMsg, :StatusDesc, :RenewFlag, :Tags, :Monitor, :HasClsTopic, :ClsTopicId, :ClsLogSetId, :EnableXMLConfig, :RegionDesc, :Eip, :CosMoveFactor, :Kind, :CosBucketName, :CanAttachCbs, :BuildVersion, :Components, :IfExistCatalog, :Characteristic, :RestartTimeout, :GraceShutdownWaitSeconds, :CaseSensitive
|
1264
|
+
attr_accessor :InstanceId, :InstanceName, :Status, :Version, :Region, :Zone, :VpcId, :SubnetId, :PayMode, :CreateTime, :ExpireTime, :MasterSummary, :CoreSummary, :HA, :HaType, :AccessInfo, :Id, :RegionId, :ZoneDesc, :FlowMsg, :StatusDesc, :RenewFlag, :Tags, :Monitor, :HasClsTopic, :ClsTopicId, :ClsLogSetId, :EnableXMLConfig, :RegionDesc, :Eip, :CosMoveFactor, :Kind, :CosBucketName, :CanAttachCbs, :BuildVersion, :Components, :IfExistCatalog, :Characteristic, :RestartTimeout, :GraceShutdownWaitSeconds, :CaseSensitive, :IsWhiteSGs, :BindSGs
|
1259
1265
|
extend Gem::Deprecate
|
1260
1266
|
deprecate :IfExistCatalog, :none, 2024, 3
|
1261
1267
|
deprecate :IfExistCatalog=, :none, 2024, 3
|
1262
1268
|
|
1263
|
-
def initialize(instanceid=nil, instancename=nil, status=nil, version=nil, region=nil, zone=nil, vpcid=nil, subnetid=nil, paymode=nil, createtime=nil, expiretime=nil, mastersummary=nil, coresummary=nil, ha=nil, hatype=nil, accessinfo=nil, id=nil, regionid=nil, zonedesc=nil, flowmsg=nil, statusdesc=nil, renewflag=nil, tags=nil, monitor=nil, hasclstopic=nil, clstopicid=nil, clslogsetid=nil, enablexmlconfig=nil, regiondesc=nil, eip=nil, cosmovefactor=nil, kind=nil, cosbucketname=nil, canattachcbs=nil, buildversion=nil, components=nil, ifexistcatalog=nil, characteristic=nil, restarttimeout=nil, graceshutdownwaitseconds=nil, casesensitive=nil)
|
1269
|
+
def initialize(instanceid=nil, instancename=nil, status=nil, version=nil, region=nil, zone=nil, vpcid=nil, subnetid=nil, paymode=nil, createtime=nil, expiretime=nil, mastersummary=nil, coresummary=nil, ha=nil, hatype=nil, accessinfo=nil, id=nil, regionid=nil, zonedesc=nil, flowmsg=nil, statusdesc=nil, renewflag=nil, tags=nil, monitor=nil, hasclstopic=nil, clstopicid=nil, clslogsetid=nil, enablexmlconfig=nil, regiondesc=nil, eip=nil, cosmovefactor=nil, kind=nil, cosbucketname=nil, canattachcbs=nil, buildversion=nil, components=nil, ifexistcatalog=nil, characteristic=nil, restarttimeout=nil, graceshutdownwaitseconds=nil, casesensitive=nil, iswhitesgs=nil, bindsgs=nil)
|
1264
1270
|
@InstanceId = instanceid
|
1265
1271
|
@InstanceName = instancename
|
1266
1272
|
@Status = status
|
@@ -1302,6 +1308,8 @@ module TencentCloud
|
|
1302
1308
|
@RestartTimeout = restarttimeout
|
1303
1309
|
@GraceShutdownWaitSeconds = graceshutdownwaitseconds
|
1304
1310
|
@CaseSensitive = casesensitive
|
1311
|
+
@IsWhiteSGs = iswhitesgs
|
1312
|
+
@BindSGs = bindsgs
|
1305
1313
|
end
|
1306
1314
|
|
1307
1315
|
def deserialize(params)
|
@@ -1359,6 +1367,8 @@ module TencentCloud
|
|
1359
1367
|
@RestartTimeout = params['RestartTimeout']
|
1360
1368
|
@GraceShutdownWaitSeconds = params['GraceShutdownWaitSeconds']
|
1361
1369
|
@CaseSensitive = params['CaseSensitive']
|
1370
|
+
@IsWhiteSGs = params['IsWhiteSGs']
|
1371
|
+
@BindSGs = params['BindSGs']
|
1362
1372
|
end
|
1363
1373
|
end
|
1364
1374
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cdwdoris
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.778
|
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-03-
|
11
|
+
date: 2024-03-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|