tencentcloud-sdk-sqlserver 3.0.1124 → 3.0.1140
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/client.rb +1 -1
- data/lib/v20180328/models.rb +12 -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: bd4f09d296f72f6d953553285764e4471ab5cd97
|
4
|
+
data.tar.gz: 5155a71008a0d5010a833ada0c864bd083cc9c98
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eca7109fc7da872708b226a1ae049a8d3c5e12728e2dd6ecffab420b8c80ce674c9ce8cb95e4dfe62c6f5ca86d40e7bedd7f9eb1b29ef95d7b5c590ba0329088
|
7
|
+
data.tar.gz: 58573b74e32d8336e69df0edd7374be576021a5d635db47b1c589cb269f764b38e5ec02f94a258547bbb9274b2327ed38600afb716238500f457f1f6b0b37fdf
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1140
|
data/lib/v20180328/client.rb
CHANGED
@@ -2861,7 +2861,7 @@ module TencentCloud
|
|
2861
2861
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2862
2862
|
end
|
2863
2863
|
|
2864
|
-
#
|
2864
|
+
# 本接口(ModifyDatabaseShrinkMDF)用于收缩数据库 mdf(Shrink mdf)。
|
2865
2865
|
|
2866
2866
|
# @param request: Request instance for ModifyDatabaseShrinkMDF.
|
2867
2867
|
# @type request: :class:`Tencentcloud::sqlserver::V20180328::ModifyDatabaseShrinkMDFRequest`
|
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, 9
|
2679
|
+
deprecate :IsFulltextEnabled=, :none, 2025, 9
|
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
|
@@ -6806,8 +6806,8 @@ module TencentCloud
|
|
6806
6806
|
|
6807
6807
|
attr_accessor :TotalCount, :Slowlogs, :SlowLogs, :RequestId
|
6808
6808
|
extend Gem::Deprecate
|
6809
|
-
deprecate :Slowlogs, :none, 2025,
|
6810
|
-
deprecate :Slowlogs=, :none, 2025,
|
6809
|
+
deprecate :Slowlogs, :none, 2025, 9
|
6810
|
+
deprecate :Slowlogs=, :none, 2025, 9
|
6811
6811
|
|
6812
6812
|
def initialize(totalcount=nil, slowlogs=nil, requestid=nil)
|
6813
6813
|
@TotalCount = totalcount
|
@@ -7027,8 +7027,8 @@ module TencentCloud
|
|
7027
7027
|
|
7028
7028
|
attr_accessor :BucketName, :Region, :Path, :TmpSecretId, :TmpSecretKey, :XCosSecurityToken, :StartTime, :ExpiredTime, :CosSecurityToken, :RequestId
|
7029
7029
|
extend Gem::Deprecate
|
7030
|
-
deprecate :XCosSecurityToken, :none, 2025,
|
7031
|
-
deprecate :XCosSecurityToken=, :none, 2025,
|
7030
|
+
deprecate :XCosSecurityToken, :none, 2025, 9
|
7031
|
+
deprecate :XCosSecurityToken=, :none, 2025, 9
|
7032
7032
|
|
7033
7033
|
def initialize(bucketname=nil, region=nil, path=nil, tmpsecretid=nil, tmpsecretkey=nil, xcossecuritytoken=nil, starttime=nil, expiredtime=nil, cossecuritytoken=nil, requestid=nil)
|
7034
7034
|
@BucketName = bucketname
|
@@ -7106,8 +7106,8 @@ module TencentCloud
|
|
7106
7106
|
|
7107
7107
|
attr_accessor :BucketName, :Region, :Path, :TmpSecretId, :TmpSecretKey, :XCosSecurityToken, :StartTime, :ExpiredTime, :CosSecurityToken, :RequestId
|
7108
7108
|
extend Gem::Deprecate
|
7109
|
-
deprecate :XCosSecurityToken, :none, 2025,
|
7110
|
-
deprecate :XCosSecurityToken=, :none, 2025,
|
7109
|
+
deprecate :XCosSecurityToken, :none, 2025, 9
|
7110
|
+
deprecate :XCosSecurityToken=, :none, 2025, 9
|
7111
7111
|
|
7112
7112
|
def initialize(bucketname=nil, region=nil, path=nil, tmpsecretid=nil, tmpsecretkey=nil, xcossecuritytoken=nil, starttime=nil, expiredtime=nil, cossecuritytoken=nil, requestid=nil)
|
7113
7113
|
@BucketName = bucketname
|
@@ -8435,8 +8435,8 @@ module TencentCloud
|
|
8435
8435
|
|
8436
8436
|
attr_accessor :Errno, :Msg, :Code, :RequestId
|
8437
8437
|
extend Gem::Deprecate
|
8438
|
-
deprecate :Errno, :none, 2025,
|
8439
|
-
deprecate :Errno=, :none, 2025,
|
8438
|
+
deprecate :Errno, :none, 2025, 9
|
8439
|
+
deprecate :Errno=, :none, 2025, 9
|
8440
8440
|
|
8441
8441
|
def initialize(errno=nil, msg=nil, code=nil, requestid=nil)
|
8442
8442
|
@Errno = errno
|
@@ -8867,7 +8867,8 @@ module TencentCloud
|
|
8867
8867
|
class ModifyDBInstanceSecurityGroupsRequest < TencentCloud::Common::AbstractModel
|
8868
8868
|
# @param InstanceId: 实例 ID,格式如:mssql-c1nl9rpv 或者 mssqlro-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
|
8869
8869
|
# @type InstanceId: String
|
8870
|
-
# @param SecurityGroupIdSet: 要修改的安全组 ID 列表,一个或者多个安全组 ID
|
8870
|
+
# @param SecurityGroupIdSet: 要修改的安全组 ID 列表,一个或者多个安全组 ID 组成的数组。可通过 DescribeDBSecurityGroups 接口获取。输入的安全组 ID 数组无长度限制。
|
8871
|
+
# 注意:该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
|
8871
8872
|
# @type SecurityGroupIdSet: Array
|
8872
8873
|
|
8873
8874
|
attr_accessor :InstanceId, :SecurityGroupIdSet
|
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.1140
|
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-09-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|