tencentcloud-sdk-cdwdoris 3.0.818 → 3.0.820
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 +4 -4
- 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: 8ea58258738a31707021a2fdf5cab15260dca3e1
|
|
4
|
+
data.tar.gz: a791cc83ba9b6b74a2c56087fcc7380323e70d01
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: af5d94f3f9c35dc226d4fc6f7c33aa98792c01b901e20990bfb54831486f7da2688603d983121271c24a67a9e3c19bf640dec943c9e94976a408f49ca2557a25
|
|
7
|
+
data.tar.gz: 65dfbaa35fc028c8355433b12c3ae4cf841ad5148e9974459f61b97fb0568a917ea785b127768481c1c63e0b6bc28f1d75515b2c5dbb4948d754aab68085666f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.820
|
data/lib/v20211228/models.rb
CHANGED
|
@@ -101,8 +101,8 @@ module TencentCloud
|
|
|
101
101
|
|
|
102
102
|
attr_accessor :FileName, :FileConf, :KeyConf, :OriParam, :NeedRestart, :FilePath, :FileKeyValues, :FileKeyValuesNew
|
|
103
103
|
extend Gem::Deprecate
|
|
104
|
-
deprecate :FileKeyValues, :none, 2024,
|
|
105
|
-
deprecate :FileKeyValues=, :none, 2024,
|
|
104
|
+
deprecate :FileKeyValues, :none, 2024, 5
|
|
105
|
+
deprecate :FileKeyValues=, :none, 2024, 5
|
|
106
106
|
|
|
107
107
|
def initialize(filename=nil, fileconf=nil, keyconf=nil, oriparam=nil, needrestart=nil, filepath=nil, filekeyvalues=nil, filekeyvaluesnew=nil)
|
|
108
108
|
@FileName = filename
|
|
@@ -1280,8 +1280,8 @@ module TencentCloud
|
|
|
1280
1280
|
|
|
1281
1281
|
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, :EnableMultiZones, :UserNetworkInfos
|
|
1282
1282
|
extend Gem::Deprecate
|
|
1283
|
-
deprecate :IfExistCatalog, :none, 2024,
|
|
1284
|
-
deprecate :IfExistCatalog=, :none, 2024,
|
|
1283
|
+
deprecate :IfExistCatalog, :none, 2024, 5
|
|
1284
|
+
deprecate :IfExistCatalog=, :none, 2024, 5
|
|
1285
1285
|
|
|
1286
1286
|
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, enablemultizones=nil, usernetworkinfos=nil)
|
|
1287
1287
|
@InstanceId = instanceid
|
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.820
|
|
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-05-
|
|
11
|
+
date: 2024-05-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|