tencentcloud-sdk-cdwdoris 3.0.730 → 3.0.732
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/v20211228/models.rb +10 -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: 7ff0e24440891585415b0e0d660bfdcdc332caaf
|
4
|
+
data.tar.gz: 8e45da66165e99bb05e6a317ccb0f83d14bd040b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ecf326f816c608a9b4f6ae81b080a057c076824da028e4c68f9b55b0a80cf545318feb4581a5c185bab21635dc9b14debb91a6e2ecbd90910fb8dd52e6c352bc
|
7
|
+
data.tar.gz: 08ff3788c3070eb747da761dc09034849780a05bfdf4333a24e3e3795c484ea667c7bf0c6ab009d0135d4e0b794cc8b7b5ce2fbde90f61db2e64cb75e3afcff3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.732
|
data/lib/v20211228/models.rb
CHANGED
@@ -337,10 +337,16 @@ module TencentCloud
|
|
337
337
|
# @param IfExistCatalog: 判断审计日志表是否有catalog字段
|
338
338
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
339
339
|
# @type IfExistCatalog: Integer
|
340
|
+
# @param Characteristic: 页面特性,用于前端屏蔽一些页面入口
|
341
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
342
|
+
# @type Characteristic: Array
|
340
343
|
|
341
|
-
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
|
344
|
+
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
|
345
|
+
extend Gem::Deprecate
|
346
|
+
deprecate :IfExistCatalog, :none, 2023, 12
|
347
|
+
deprecate :IfExistCatalog=, :none, 2023, 12
|
342
348
|
|
343
|
-
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)
|
349
|
+
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)
|
344
350
|
@InstanceId = instanceid
|
345
351
|
@InstanceName = instancename
|
346
352
|
@Status = status
|
@@ -378,6 +384,7 @@ module TencentCloud
|
|
378
384
|
@BuildVersion = buildversion
|
379
385
|
@Components = components
|
380
386
|
@IfExistCatalog = ifexistcatalog
|
387
|
+
@Characteristic = characteristic
|
381
388
|
end
|
382
389
|
|
383
390
|
def deserialize(params)
|
@@ -431,6 +438,7 @@ module TencentCloud
|
|
431
438
|
@BuildVersion = params['BuildVersion']
|
432
439
|
@Components = params['Components']
|
433
440
|
@IfExistCatalog = params['IfExistCatalog']
|
441
|
+
@Characteristic = params['Characteristic']
|
434
442
|
end
|
435
443
|
end
|
436
444
|
|
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.732
|
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-12-
|
11
|
+
date: 2023-12-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|