tencentcloud-sdk-sqlserver 3.0.1030 → 3.0.1032
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 +16 -12
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d75a58d225ad82d2f4048cb369cb8f73d297660b
|
4
|
+
data.tar.gz: 117a20ee166d3fd9b38f84e2e7326a882cc02d89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97b29ee85ba9c238efc9d2d46d36033af09232e6f39d2a684523eb045162d0094fca2938050e96c1412e56cc2642ce70622b12f9ffbee94e3f97792c10da1da4
|
7
|
+
data.tar.gz: f2898ed274f05dea0ae727ecd64ad6a97afae8e741c189c638d624d2bd82957ef3be6d9470c2dbdcddf2c3b263b5aa704548c4e894dd6ff87dd121480a59896d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1032
|
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, 4
|
2679
|
+
deprecate :IsFulltextEnabled=, :none, 2025, 4
|
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, 4
|
6790
|
+
deprecate :Slowlogs=, :none, 2025, 4
|
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, 4
|
7011
|
+
deprecate :XCosSecurityToken=, :none, 2025, 4
|
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, 4
|
7090
|
+
deprecate :XCosSecurityToken=, :none, 2025, 4
|
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, 4
|
8419
|
+
deprecate :Errno=, :none, 2025, 4
|
8420
8420
|
|
8421
8421
|
def initialize(errno=nil, msg=nil, code=nil, requestid=nil)
|
8422
8422
|
@Errno = errno
|
@@ -10634,15 +10634,19 @@ module TencentCloud
|
|
10634
10634
|
class RestartDBInstanceRequest < TencentCloud::Common::AbstractModel
|
10635
10635
|
# @param InstanceId: 数据库实例ID,形如mssql-njj2mtpl
|
10636
10636
|
# @type InstanceId: String
|
10637
|
+
# @param WaitSwitch: 重启设置,0-立刻重启,1-维护时间窗口内重启,默认0
|
10638
|
+
# @type WaitSwitch: Integer
|
10637
10639
|
|
10638
|
-
attr_accessor :InstanceId
|
10640
|
+
attr_accessor :InstanceId, :WaitSwitch
|
10639
10641
|
|
10640
|
-
def initialize(instanceid=nil)
|
10642
|
+
def initialize(instanceid=nil, waitswitch=nil)
|
10641
10643
|
@InstanceId = instanceid
|
10644
|
+
@WaitSwitch = waitswitch
|
10642
10645
|
end
|
10643
10646
|
|
10644
10647
|
def deserialize(params)
|
10645
10648
|
@InstanceId = params['InstanceId']
|
10649
|
+
@WaitSwitch = params['WaitSwitch']
|
10646
10650
|
end
|
10647
10651
|
end
|
10648
10652
|
|
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.1032
|
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-
|
11
|
+
date: 2025-04-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,8 +33,8 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20180328/models.rb
|
37
36
|
- lib/v20180328/client.rb
|
37
|
+
- lib/v20180328/models.rb
|
38
38
|
- lib/tencentcloud-sdk-sqlserver.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|