tencentcloud-sdk-sqlserver 3.0.1116 → 3.0.1119
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 +2 -2
- data/lib/v20180328/models.rb +13 -5
- 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: e600478a44e2c798494db7d348ad9329a4745d39
|
4
|
+
data.tar.gz: 913b1991d1713a5bc25997cab3af566a195a817b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ceb5b3fa8c23d3846fd6ca44cbb844503fa04e53f9ef98228b696946d90bb98ac998f49728b478694659cbafff9741ae1494d055fa15f9e2669e70d1cdafea5
|
7
|
+
data.tar.gz: da38801ad98dcea399bac58f97c57d758d4d4a6c880c27af5a2ef9cc842b232f49c9b0dd3f28e6ce29bbdbbc98f049eccad41e0575a8eb90d82cf46e4e87b020
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1119
|
data/lib/v20180328/client.rb
CHANGED
@@ -1757,7 +1757,7 @@ module TencentCloud
|
|
1757
1757
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1758
1758
|
end
|
1759
1759
|
|
1760
|
-
#
|
1760
|
+
# 本接口(DescribeProductConfig)用于查询售卖规格配置。
|
1761
1761
|
|
1762
1762
|
# @param request: Request instance for DescribeProductConfig.
|
1763
1763
|
# @type request: :class:`Tencentcloud::sqlserver::V20180328::DescribeProductConfigRequest`
|
@@ -2213,7 +2213,7 @@ module TencentCloud
|
|
2213
2213
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2214
2214
|
end
|
2215
2215
|
|
2216
|
-
#
|
2216
|
+
# 本接口(DescribeZones)用于查询当前可售卖的可用区信息。
|
2217
2217
|
|
2218
2218
|
# @param request: Request instance for DescribeZones.
|
2219
2219
|
# @type request: :class:`Tencentcloud::sqlserver::V20180328::DescribeZonesRequest`
|
data/lib/v20180328/models.rb
CHANGED
@@ -4384,12 +4384,16 @@ module TencentCloud
|
|
4384
4384
|
# @type MultiDrReadableInfo: Array
|
4385
4385
|
# @param IsDiskEncryptFlag: 是否开启磁盘加密,1-开启,0-未开启
|
4386
4386
|
# @type IsDiskEncryptFlag: Integer
|
4387
|
+
# @param IsSafetyLimited: 是否安全限制部分功能,0-没有限制,1-有限制。限制的功能有:修改可用区、迁移变配、DTS数据迁移等
|
4388
|
+
# @type IsSafetyLimited: Integer
|
4389
|
+
# @param IsSupportSA: 是否支持创建SA权限账号,0-不支持,1-支持
|
4390
|
+
# @type IsSupportSA: Integer
|
4387
4391
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4388
4392
|
# @type RequestId: String
|
4389
4393
|
|
4390
|
-
attr_accessor :InstanceId, :RegularBackupEnable, :RegularBackupSaveDays, :RegularBackupStrategy, :RegularBackupCounts, :RegularBackupStartTime, :BlockedThreshold, :EventSaveDays, :TDEConfig, :SSLConfig, :DrReadableInfo, :OldVipList, :XEventStatus, :MultiDrReadableInfo, :IsDiskEncryptFlag, :RequestId
|
4394
|
+
attr_accessor :InstanceId, :RegularBackupEnable, :RegularBackupSaveDays, :RegularBackupStrategy, :RegularBackupCounts, :RegularBackupStartTime, :BlockedThreshold, :EventSaveDays, :TDEConfig, :SSLConfig, :DrReadableInfo, :OldVipList, :XEventStatus, :MultiDrReadableInfo, :IsDiskEncryptFlag, :IsSafetyLimited, :IsSupportSA, :RequestId
|
4391
4395
|
|
4392
|
-
def initialize(instanceid=nil, regularbackupenable=nil, regularbackupsavedays=nil, regularbackupstrategy=nil, regularbackupcounts=nil, regularbackupstarttime=nil, blockedthreshold=nil, eventsavedays=nil, tdeconfig=nil, sslconfig=nil, drreadableinfo=nil, oldviplist=nil, xeventstatus=nil, multidrreadableinfo=nil, isdiskencryptflag=nil, requestid=nil)
|
4396
|
+
def initialize(instanceid=nil, regularbackupenable=nil, regularbackupsavedays=nil, regularbackupstrategy=nil, regularbackupcounts=nil, regularbackupstarttime=nil, blockedthreshold=nil, eventsavedays=nil, tdeconfig=nil, sslconfig=nil, drreadableinfo=nil, oldviplist=nil, xeventstatus=nil, multidrreadableinfo=nil, isdiskencryptflag=nil, issafetylimited=nil, issupportsa=nil, requestid=nil)
|
4393
4397
|
@InstanceId = instanceid
|
4394
4398
|
@RegularBackupEnable = regularbackupenable
|
4395
4399
|
@RegularBackupSaveDays = regularbackupsavedays
|
@@ -4405,6 +4409,8 @@ module TencentCloud
|
|
4405
4409
|
@XEventStatus = xeventstatus
|
4406
4410
|
@MultiDrReadableInfo = multidrreadableinfo
|
4407
4411
|
@IsDiskEncryptFlag = isdiskencryptflag
|
4412
|
+
@IsSafetyLimited = issafetylimited
|
4413
|
+
@IsSupportSA = issupportsa
|
4408
4414
|
@RequestId = requestid
|
4409
4415
|
end
|
4410
4416
|
|
@@ -4447,6 +4453,8 @@ module TencentCloud
|
|
4447
4453
|
end
|
4448
4454
|
end
|
4449
4455
|
@IsDiskEncryptFlag = params['IsDiskEncryptFlag']
|
4456
|
+
@IsSafetyLimited = params['IsSafetyLimited']
|
4457
|
+
@IsSupportSA = params['IsSupportSA']
|
4450
4458
|
@RequestId = params['RequestId']
|
4451
4459
|
end
|
4452
4460
|
end
|
@@ -5931,7 +5939,7 @@ module TencentCloud
|
|
5931
5939
|
|
5932
5940
|
# DescribeProductConfig请求参数结构体
|
5933
5941
|
class DescribeProductConfigRequest < TencentCloud::Common::AbstractModel
|
5934
|
-
# @param Zone: 可用区英文ID
|
5942
|
+
# @param Zone: 可用区英文 ID
|
5935
5943
|
# @type Zone: String
|
5936
5944
|
# @param InstanceType: 购买实例的类型 HA-本地盘高可用(包括双机高可用,alwaysOn集群),RO-本地盘只读副本,SI-云盘版单节点,BI-商业智能服务,cvmHA-云盘版高可用,cvmRO-云盘版只读副本,MultiHA-多节点,cvmMultiHA-云盘多节点
|
5937
5945
|
# @type InstanceType: String
|
@@ -11865,9 +11873,9 @@ module TencentCloud
|
|
11865
11873
|
|
11866
11874
|
# 某个地域可用区下的规格售卖状态。
|
11867
11875
|
class ZoneStatus < TencentCloud::Common::AbstractModel
|
11868
|
-
# @param Zone:
|
11876
|
+
# @param Zone: 规格可用区
|
11869
11877
|
# @type Zone: String
|
11870
|
-
# @param Region:
|
11878
|
+
# @param Region: 规格地域
|
11871
11879
|
# @type Region: String
|
11872
11880
|
# @param Status: 规格在该可用区的售卖状态 1-正常 2-关闭售卖但是可以升级 3-完全关闭售卖
|
11873
11881
|
# @type Status: Integer
|
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.1119
|
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-08-
|
11
|
+
date: 2025-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|