tencentcloud-sdk-dlc 3.0.791 → 3.0.792
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/v20210125/models.rb +5 -0
- 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: f938605240bd1a28f3de9162cc6911586270b213
|
|
4
|
+
data.tar.gz: f19c004634cf8a6cb03831aee278434704a5da2c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a0468af82d665339b119b7fd3e2e0cb25a4599d8bd1b47ed1576878b4b130e3a3e06af02db348bbf1f03b7348baf12b644141b7ed75df4fd050fdb95df91e19b
|
|
7
|
+
data.tar.gz: 64081924652e603bcc3749cb2c80534ce3a14b6569b401a0cc4477bb4c2b360ed9859ad58df9cf004de3775fdc89593a86aab783a7b785687aaa1210801d1298
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.792
|
data/lib/v20210125/models.rb
CHANGED
|
@@ -10539,6 +10539,11 @@ module TencentCloud
|
|
|
10539
10539
|
# @type SmartPolicy: :class:`Tencentcloud::Dlc.v20210125.models.SmartPolicy`
|
|
10540
10540
|
|
|
10541
10541
|
attr_accessor :DatabaseName, :TableName, :DatasourceConnectionName, :TableComment, :Type, :TableFormat, :UserAlias, :UserSubUin, :GovernPolicy, :DbGovernPolicyIsDisable, :SmartPolicy
|
|
10542
|
+
extend Gem::Deprecate
|
|
10543
|
+
deprecate :GovernPolicy, :none, 2024, 3
|
|
10544
|
+
deprecate :GovernPolicy=, :none, 2024, 3
|
|
10545
|
+
deprecate :DbGovernPolicyIsDisable, :none, 2024, 3
|
|
10546
|
+
deprecate :DbGovernPolicyIsDisable=, :none, 2024, 3
|
|
10542
10547
|
|
|
10543
10548
|
def initialize(databasename=nil, tablename=nil, datasourceconnectionname=nil, tablecomment=nil, type=nil, tableformat=nil, useralias=nil, usersubuin=nil, governpolicy=nil, dbgovernpolicyisdisable=nil, smartpolicy=nil)
|
|
10544
10549
|
@DatabaseName = databasename
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-dlc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.792
|
|
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-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|