tencentcloud-sdk-sqlserver 3.0.1064 → 3.0.1065
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/v20180328/models.rb +11 -11
- 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: 68287cb8444701accd083adb9d8aad045fd12661
|
4
|
+
data.tar.gz: 4c7324de6e35ee40bd1c53ed7f4464e4677ad60f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 46f1124546f5061c38c2edbe02fcf2428b86a18ce5f001e61a9d25b7607111c476566958d7fea58154571b4c7a7db235eab3efc04585f1167aae7669af09ccbf
|
7
|
+
data.tar.gz: a84b6ce579484fc591e5ce3a21c2d60e256c36a982f7842f634abbfb475bd8a2e21927d0a1b556d2bab4e132fc75c0c694ca326aab194bb4418fef5d99f5de78
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1065
|
data/lib/v20180328/models.rb
CHANGED
@@ -2675,8 +2675,8 @@ module TencentCloud
|
|
2675
2675
|
|
2676
2676
|
attr_accessor :IsSubscribed, :CollationName, :IsAutoCleanupOn, :IsBrokerEnabled, :IsCdcEnabled, :IsDbChainingOn, :IsEncrypted, :IsFulltextEnabled, :IsMirroring, :IsPublished, :IsReadCommittedSnapshotOn, :IsTrustworthyOn, :MirroringState, :Name, :RecoveryModelDesc, :RetentionPeriod, :StateDesc, :UserAccessDesc, :CreateTime, :IsFullTextEnabled
|
2677
2677
|
extend Gem::Deprecate
|
2678
|
-
deprecate :IsFulltextEnabled, :none, 2025,
|
2679
|
-
deprecate :IsFulltextEnabled=, :none, 2025,
|
2678
|
+
deprecate :IsFulltextEnabled, :none, 2025, 5
|
2679
|
+
deprecate :IsFulltextEnabled=, :none, 2025, 5
|
2680
2680
|
|
2681
2681
|
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)
|
2682
2682
|
@IsSubscribed = issubscribed
|
@@ -6786,8 +6786,8 @@ module TencentCloud
|
|
6786
6786
|
|
6787
6787
|
attr_accessor :TotalCount, :Slowlogs, :SlowLogs, :RequestId
|
6788
6788
|
extend Gem::Deprecate
|
6789
|
-
deprecate :Slowlogs, :none, 2025,
|
6790
|
-
deprecate :Slowlogs=, :none, 2025,
|
6789
|
+
deprecate :Slowlogs, :none, 2025, 5
|
6790
|
+
deprecate :Slowlogs=, :none, 2025, 5
|
6791
6791
|
|
6792
6792
|
def initialize(totalcount=nil, slowlogs=nil, requestid=nil)
|
6793
6793
|
@TotalCount = totalcount
|
@@ -7007,8 +7007,8 @@ module TencentCloud
|
|
7007
7007
|
|
7008
7008
|
attr_accessor :BucketName, :Region, :Path, :TmpSecretId, :TmpSecretKey, :XCosSecurityToken, :StartTime, :ExpiredTime, :CosSecurityToken, :RequestId
|
7009
7009
|
extend Gem::Deprecate
|
7010
|
-
deprecate :XCosSecurityToken, :none, 2025,
|
7011
|
-
deprecate :XCosSecurityToken=, :none, 2025,
|
7010
|
+
deprecate :XCosSecurityToken, :none, 2025, 5
|
7011
|
+
deprecate :XCosSecurityToken=, :none, 2025, 5
|
7012
7012
|
|
7013
7013
|
def initialize(bucketname=nil, region=nil, path=nil, tmpsecretid=nil, tmpsecretkey=nil, xcossecuritytoken=nil, starttime=nil, expiredtime=nil, cossecuritytoken=nil, requestid=nil)
|
7014
7014
|
@BucketName = bucketname
|
@@ -7086,8 +7086,8 @@ module TencentCloud
|
|
7086
7086
|
|
7087
7087
|
attr_accessor :BucketName, :Region, :Path, :TmpSecretId, :TmpSecretKey, :XCosSecurityToken, :StartTime, :ExpiredTime, :CosSecurityToken, :RequestId
|
7088
7088
|
extend Gem::Deprecate
|
7089
|
-
deprecate :XCosSecurityToken, :none, 2025,
|
7090
|
-
deprecate :XCosSecurityToken=, :none, 2025,
|
7089
|
+
deprecate :XCosSecurityToken, :none, 2025, 5
|
7090
|
+
deprecate :XCosSecurityToken=, :none, 2025, 5
|
7091
7091
|
|
7092
7092
|
def initialize(bucketname=nil, region=nil, path=nil, tmpsecretid=nil, tmpsecretkey=nil, xcossecuritytoken=nil, starttime=nil, expiredtime=nil, cossecuritytoken=nil, requestid=nil)
|
7093
7093
|
@BucketName = bucketname
|
@@ -8415,8 +8415,8 @@ module TencentCloud
|
|
8415
8415
|
|
8416
8416
|
attr_accessor :Errno, :Msg, :Code, :RequestId
|
8417
8417
|
extend Gem::Deprecate
|
8418
|
-
deprecate :Errno, :none, 2025,
|
8419
|
-
deprecate :Errno=, :none, 2025,
|
8418
|
+
deprecate :Errno, :none, 2025, 5
|
8419
|
+
deprecate :Errno=, :none, 2025, 5
|
8420
8420
|
|
8421
8421
|
def initialize(errno=nil, msg=nil, code=nil, requestid=nil)
|
8422
8422
|
@Errno = errno
|
@@ -10388,7 +10388,7 @@ module TencentCloud
|
|
10388
10388
|
|
10389
10389
|
# 地域信息
|
10390
10390
|
class RegionInfo < TencentCloud::Common::AbstractModel
|
10391
|
-
# @param Region: 地域英文ID,类似ap-
|
10391
|
+
# @param Region: 地域英文ID,类似ap-guangzhou
|
10392
10392
|
# @type Region: String
|
10393
10393
|
# @param RegionName: 地域中文名称
|
10394
10394
|
# @type RegionName: String
|
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.1065
|
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-05-
|
11
|
+
date: 2025-05-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|