tencentcloud-sdk-sqlserver 3.0.1000 → 3.0.1001
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/v20180328/models.rb +10 -10
- 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: 0cac737ac9358e1ec451b6ccef28b31f5b2a4c40
|
4
|
+
data.tar.gz: 6a898969c2bcb35149093e4d4641bc62bcefe356
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d6252982de81265f74ec864349a517ddd7ccbdd2713b52b4b95d902d66d23c53b2df528f7504346e9c90ba72ec0b1259c4f4d3f63270095130ee925805a7d94
|
7
|
+
data.tar.gz: fff09e80f1c1d865719ec06f002819f41f42f1d876b65d959555cc24716bfbf7e8224288e6d9be0a41e0abe6ebbdcbda9165fb5435ac2a85af3a85af98c321a7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1001
|
data/lib/v20180328/models.rb
CHANGED
@@ -2663,8 +2663,8 @@ module TencentCloud
|
|
2663
2663
|
|
2664
2664
|
attr_accessor :IsSubscribed, :CollationName, :IsAutoCleanupOn, :IsBrokerEnabled, :IsCdcEnabled, :IsDbChainingOn, :IsEncrypted, :IsFulltextEnabled, :IsMirroring, :IsPublished, :IsReadCommittedSnapshotOn, :IsTrustworthyOn, :MirroringState, :Name, :RecoveryModelDesc, :RetentionPeriod, :StateDesc, :UserAccessDesc, :CreateTime, :IsFullTextEnabled
|
2665
2665
|
extend Gem::Deprecate
|
2666
|
-
deprecate :IsFulltextEnabled, :none, 2025,
|
2667
|
-
deprecate :IsFulltextEnabled=, :none, 2025,
|
2666
|
+
deprecate :IsFulltextEnabled, :none, 2025, 2
|
2667
|
+
deprecate :IsFulltextEnabled=, :none, 2025, 2
|
2668
2668
|
|
2669
2669
|
def initialize(issubscribed=nil, collationname=nil, isautocleanupon=nil, isbrokerenabled=nil, iscdcenabled=nil, isdbchainingon=nil, isencrypted=nil, ismirroring=nil, ispublished=nil, isreadcommittedsnapshoton=nil, istrustworthyon=nil, mirroringstate=nil, name=nil, recoverymodeldesc=nil, retentionperiod=nil, statedesc=nil, useraccessdesc=nil, createtime=nil, isfulltextenabled=nil)
|
2670
2670
|
@IsSubscribed = issubscribed
|
@@ -6770,8 +6770,8 @@ module TencentCloud
|
|
6770
6770
|
|
6771
6771
|
attr_accessor :TotalCount, :Slowlogs, :SlowLogs, :RequestId
|
6772
6772
|
extend Gem::Deprecate
|
6773
|
-
deprecate :Slowlogs, :none, 2025,
|
6774
|
-
deprecate :Slowlogs=, :none, 2025,
|
6773
|
+
deprecate :Slowlogs, :none, 2025, 2
|
6774
|
+
deprecate :Slowlogs=, :none, 2025, 2
|
6775
6775
|
|
6776
6776
|
def initialize(totalcount=nil, slowlogs=nil, requestid=nil)
|
6777
6777
|
@TotalCount = totalcount
|
@@ -6991,8 +6991,8 @@ module TencentCloud
|
|
6991
6991
|
|
6992
6992
|
attr_accessor :BucketName, :Region, :Path, :TmpSecretId, :TmpSecretKey, :XCosSecurityToken, :StartTime, :ExpiredTime, :CosSecurityToken, :RequestId
|
6993
6993
|
extend Gem::Deprecate
|
6994
|
-
deprecate :XCosSecurityToken, :none, 2025,
|
6995
|
-
deprecate :XCosSecurityToken=, :none, 2025,
|
6994
|
+
deprecate :XCosSecurityToken, :none, 2025, 2
|
6995
|
+
deprecate :XCosSecurityToken=, :none, 2025, 2
|
6996
6996
|
|
6997
6997
|
def initialize(bucketname=nil, region=nil, path=nil, tmpsecretid=nil, tmpsecretkey=nil, xcossecuritytoken=nil, starttime=nil, expiredtime=nil, cossecuritytoken=nil, requestid=nil)
|
6998
6998
|
@BucketName = bucketname
|
@@ -7070,8 +7070,8 @@ module TencentCloud
|
|
7070
7070
|
|
7071
7071
|
attr_accessor :BucketName, :Region, :Path, :TmpSecretId, :TmpSecretKey, :XCosSecurityToken, :StartTime, :ExpiredTime, :CosSecurityToken, :RequestId
|
7072
7072
|
extend Gem::Deprecate
|
7073
|
-
deprecate :XCosSecurityToken, :none, 2025,
|
7074
|
-
deprecate :XCosSecurityToken=, :none, 2025,
|
7073
|
+
deprecate :XCosSecurityToken, :none, 2025, 2
|
7074
|
+
deprecate :XCosSecurityToken=, :none, 2025, 2
|
7075
7075
|
|
7076
7076
|
def initialize(bucketname=nil, region=nil, path=nil, tmpsecretid=nil, tmpsecretkey=nil, xcossecuritytoken=nil, starttime=nil, expiredtime=nil, cossecuritytoken=nil, requestid=nil)
|
7077
7077
|
@BucketName = bucketname
|
@@ -8399,8 +8399,8 @@ module TencentCloud
|
|
8399
8399
|
|
8400
8400
|
attr_accessor :Errno, :Msg, :Code, :RequestId
|
8401
8401
|
extend Gem::Deprecate
|
8402
|
-
deprecate :Errno, :none, 2025,
|
8403
|
-
deprecate :Errno=, :none, 2025,
|
8402
|
+
deprecate :Errno, :none, 2025, 2
|
8403
|
+
deprecate :Errno=, :none, 2025, 2
|
8404
8404
|
|
8405
8405
|
def initialize(errno=nil, msg=nil, code=nil, requestid=nil)
|
8406
8406
|
@Errno = errno
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-sqlserver
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1001
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|