tencentcloud-sdk-sqlserver 3.0.971 → 3.0.973
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 +61 -18
- 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: 6763dafd0e457969545d2f2b525a6f0858680fec
|
|
4
|
+
data.tar.gz: 1428c235a7e7713726b5fbe3ab13617fbdb36cd9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae6b901472abe3a214239f2912a49afd000a3d1eee9a76bc6d29800fea12cfa6dcb9cc595acee2935e6968227980f59ed1d3e5b91ace8c7aa1b8d8bb256a96c1
|
|
7
|
+
data.tar.gz: 5de8be72a689b7773cdbbfaf26ab491fbbce9ff580b1ba1b095304c60c60989e57e08d966fe89971796d01fd1c7c3ec35969025647069038b928348305185c3d
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.973
|
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,
|
|
2667
|
-
deprecate :IsFulltextEnabled=, :none,
|
|
2666
|
+
deprecate :IsFulltextEnabled, :none, 2025, 1
|
|
2667
|
+
deprecate :IsFulltextEnabled=, :none, 2025, 1
|
|
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
|
|
@@ -5890,7 +5890,7 @@ module TencentCloud
|
|
|
5890
5890
|
class DescribeProductConfigRequest < TencentCloud::Common::AbstractModel
|
|
5891
5891
|
# @param Zone: 可用区英文ID,形如ap-guangzhou-1
|
|
5892
5892
|
# @type Zone: String
|
|
5893
|
-
# @param InstanceType: 购买实例的类型 HA-本地盘高可用(包括双机高可用,alwaysOn集群),RO-本地盘只读副本,SI-云盘版单节点,BI-商业智能服务,cvmHA-云盘版高可用,cvmRO
|
|
5893
|
+
# @param InstanceType: 购买实例的类型 HA-本地盘高可用(包括双机高可用,alwaysOn集群),RO-本地盘只读副本,SI-云盘版单节点,BI-商业智能服务,cvmHA-云盘版高可用,cvmRO-云盘版只读副本,MultiHA-多节点,cvmMultiHA-云盘多节点
|
|
5894
5894
|
# @type InstanceType: String
|
|
5895
5895
|
|
|
5896
5896
|
attr_accessor :Zone, :InstanceType
|
|
@@ -6755,8 +6755,8 @@ module TencentCloud
|
|
|
6755
6755
|
|
|
6756
6756
|
attr_accessor :TotalCount, :Slowlogs, :SlowLogs, :RequestId
|
|
6757
6757
|
extend Gem::Deprecate
|
|
6758
|
-
deprecate :Slowlogs, :none,
|
|
6759
|
-
deprecate :Slowlogs=, :none,
|
|
6758
|
+
deprecate :Slowlogs, :none, 2025, 1
|
|
6759
|
+
deprecate :Slowlogs=, :none, 2025, 1
|
|
6760
6760
|
|
|
6761
6761
|
def initialize(totalcount=nil, slowlogs=nil, requestid=nil)
|
|
6762
6762
|
@TotalCount = totalcount
|
|
@@ -6857,10 +6857,12 @@ module TencentCloud
|
|
|
6857
6857
|
# @type HAType: String
|
|
6858
6858
|
# @param MultiZones: 实例变配后的跨可用区类型,可选值: SameZones-修改为同可用区 MultiZones-修改为跨可用区,不填则不修改
|
|
6859
6859
|
# @type MultiZones: String
|
|
6860
|
+
# @param DrZones: 多节点架构实例的备节点可用区,默认为空。如果需要在变配的同时修改指定备节点的可用区时必传,当MultiZones = MultiZones时主节点和备节点可用区不能全部相同。备机可用区集合最小为2个,最大不超过5个。
|
|
6861
|
+
# @type DrZones: Array
|
|
6860
6862
|
|
|
6861
|
-
attr_accessor :InstanceId, :Cpu, :Memory, :Storage, :DBVersion, :HAType, :MultiZones
|
|
6863
|
+
attr_accessor :InstanceId, :Cpu, :Memory, :Storage, :DBVersion, :HAType, :MultiZones, :DrZones
|
|
6862
6864
|
|
|
6863
|
-
def initialize(instanceid=nil, cpu=nil, memory=nil, storage=nil, dbversion=nil, hatype=nil, multizones=nil)
|
|
6865
|
+
def initialize(instanceid=nil, cpu=nil, memory=nil, storage=nil, dbversion=nil, hatype=nil, multizones=nil, drzones=nil)
|
|
6864
6866
|
@InstanceId = instanceid
|
|
6865
6867
|
@Cpu = cpu
|
|
6866
6868
|
@Memory = memory
|
|
@@ -6868,6 +6870,7 @@ module TencentCloud
|
|
|
6868
6870
|
@DBVersion = dbversion
|
|
6869
6871
|
@HAType = hatype
|
|
6870
6872
|
@MultiZones = multizones
|
|
6873
|
+
@DrZones = drzones
|
|
6871
6874
|
end
|
|
6872
6875
|
|
|
6873
6876
|
def deserialize(params)
|
|
@@ -6878,6 +6881,14 @@ module TencentCloud
|
|
|
6878
6881
|
@DBVersion = params['DBVersion']
|
|
6879
6882
|
@HAType = params['HAType']
|
|
6880
6883
|
@MultiZones = params['MultiZones']
|
|
6884
|
+
unless params['DrZones'].nil?
|
|
6885
|
+
@DrZones = []
|
|
6886
|
+
params['DrZones'].each do |i|
|
|
6887
|
+
drzoneinfo_tmp = DrZoneInfo.new
|
|
6888
|
+
drzoneinfo_tmp.deserialize(i)
|
|
6889
|
+
@DrZones << drzoneinfo_tmp
|
|
6890
|
+
end
|
|
6891
|
+
end
|
|
6881
6892
|
end
|
|
6882
6893
|
end
|
|
6883
6894
|
|
|
@@ -6965,8 +6976,8 @@ module TencentCloud
|
|
|
6965
6976
|
|
|
6966
6977
|
attr_accessor :BucketName, :Region, :Path, :TmpSecretId, :TmpSecretKey, :XCosSecurityToken, :StartTime, :ExpiredTime, :CosSecurityToken, :RequestId
|
|
6967
6978
|
extend Gem::Deprecate
|
|
6968
|
-
deprecate :XCosSecurityToken, :none,
|
|
6969
|
-
deprecate :XCosSecurityToken=, :none,
|
|
6979
|
+
deprecate :XCosSecurityToken, :none, 2025, 1
|
|
6980
|
+
deprecate :XCosSecurityToken=, :none, 2025, 1
|
|
6970
6981
|
|
|
6971
6982
|
def initialize(bucketname=nil, region=nil, path=nil, tmpsecretid=nil, tmpsecretkey=nil, xcossecuritytoken=nil, starttime=nil, expiredtime=nil, cossecuritytoken=nil, requestid=nil)
|
|
6972
6983
|
@BucketName = bucketname
|
|
@@ -7044,8 +7055,8 @@ module TencentCloud
|
|
|
7044
7055
|
|
|
7045
7056
|
attr_accessor :BucketName, :Region, :Path, :TmpSecretId, :TmpSecretKey, :XCosSecurityToken, :StartTime, :ExpiredTime, :CosSecurityToken, :RequestId
|
|
7046
7057
|
extend Gem::Deprecate
|
|
7047
|
-
deprecate :XCosSecurityToken, :none,
|
|
7048
|
-
deprecate :XCosSecurityToken=, :none,
|
|
7058
|
+
deprecate :XCosSecurityToken, :none, 2025, 1
|
|
7059
|
+
deprecate :XCosSecurityToken=, :none, 2025, 1
|
|
7049
7060
|
|
|
7050
7061
|
def initialize(bucketname=nil, region=nil, path=nil, tmpsecretid=nil, tmpsecretkey=nil, xcossecuritytoken=nil, starttime=nil, expiredtime=nil, cossecuritytoken=nil, requestid=nil)
|
|
7051
7062
|
@BucketName = bucketname
|
|
@@ -7280,6 +7291,26 @@ module TencentCloud
|
|
|
7280
7291
|
end
|
|
7281
7292
|
end
|
|
7282
7293
|
|
|
7294
|
+
# 备机可用区信息
|
|
7295
|
+
class DrZoneInfo < TencentCloud::Common::AbstractModel
|
|
7296
|
+
# @param DrInstanceId: 备机资源ID
|
|
7297
|
+
# @type DrInstanceId: String
|
|
7298
|
+
# @param Zone: 备机可用区
|
|
7299
|
+
# @type Zone: String
|
|
7300
|
+
|
|
7301
|
+
attr_accessor :DrInstanceId, :Zone
|
|
7302
|
+
|
|
7303
|
+
def initialize(drinstanceid=nil, zone=nil)
|
|
7304
|
+
@DrInstanceId = drinstanceid
|
|
7305
|
+
@Zone = zone
|
|
7306
|
+
end
|
|
7307
|
+
|
|
7308
|
+
def deserialize(params)
|
|
7309
|
+
@DrInstanceId = params['DrInstanceId']
|
|
7310
|
+
@Zone = params['Zone']
|
|
7311
|
+
end
|
|
7312
|
+
end
|
|
7313
|
+
|
|
7283
7314
|
# 设置实例扩展事件阈值
|
|
7284
7315
|
class EventConfig < TencentCloud::Common::AbstractModel
|
|
7285
7316
|
# @param EventType: 事件类型,slow-设置慢SQL阈值,blocked-设置阻塞、死锁阈值
|
|
@@ -7386,15 +7417,17 @@ module TencentCloud
|
|
|
7386
7417
|
# @type DBVersion: String
|
|
7387
7418
|
# @param Cpu: 预购买实例的CPU核心数
|
|
7388
7419
|
# @type Cpu: Integer
|
|
7389
|
-
# @param InstanceType: 购买实例的类型 HA-高可用型(包括双机高可用,alwaysOn集群),RO-只读副本型,SI-单节点型,cvmHA-虚拟机双机高可用,cvmRO
|
|
7420
|
+
# @param InstanceType: 购买实例的类型 HA-高可用型(包括双机高可用,alwaysOn集群),RO-只读副本型,SI-单节点型,cvmHA-虚拟机双机高可用,cvmRO-虚拟机只读,MultiHA-多节点,cvmMultiHA-云盘
|
|
7390
7421
|
# @type InstanceType: String
|
|
7391
7422
|
# @param MachineType: 购买实例的宿主机类型,PM-物理机, CLOUD_PREMIUM-虚拟机高性能云盘,CLOUD_SSD-虚拟机SSD云盘,
|
|
7392
7423
|
# CLOUD_HSSD-虚拟机加强型SSD云盘,CLOUD_TSSD-虚拟机极速型SSD云盘,CLOUD_BSSD-虚拟机通用型SSD云盘
|
|
7393
7424
|
# @type MachineType: String
|
|
7425
|
+
# @param DrZones: 备节点可用区,默认为空。如果是多节点架构时必传,并且备机可用区集合最小为2个,最大不超过5个。
|
|
7426
|
+
# @type DrZones: Array
|
|
7394
7427
|
|
|
7395
|
-
attr_accessor :Zone, :Memory, :Storage, :InstanceChargeType, :Period, :GoodsNum, :DBVersion, :Cpu, :InstanceType, :MachineType
|
|
7428
|
+
attr_accessor :Zone, :Memory, :Storage, :InstanceChargeType, :Period, :GoodsNum, :DBVersion, :Cpu, :InstanceType, :MachineType, :DrZones
|
|
7396
7429
|
|
|
7397
|
-
def initialize(zone=nil, memory=nil, storage=nil, instancechargetype=nil, period=nil, goodsnum=nil, dbversion=nil, cpu=nil, instancetype=nil, machinetype=nil)
|
|
7430
|
+
def initialize(zone=nil, memory=nil, storage=nil, instancechargetype=nil, period=nil, goodsnum=nil, dbversion=nil, cpu=nil, instancetype=nil, machinetype=nil, drzones=nil)
|
|
7398
7431
|
@Zone = zone
|
|
7399
7432
|
@Memory = memory
|
|
7400
7433
|
@Storage = storage
|
|
@@ -7405,6 +7438,7 @@ module TencentCloud
|
|
|
7405
7438
|
@Cpu = cpu
|
|
7406
7439
|
@InstanceType = instancetype
|
|
7407
7440
|
@MachineType = machinetype
|
|
7441
|
+
@DrZones = drzones
|
|
7408
7442
|
end
|
|
7409
7443
|
|
|
7410
7444
|
def deserialize(params)
|
|
@@ -7418,6 +7452,7 @@ module TencentCloud
|
|
|
7418
7452
|
@Cpu = params['Cpu']
|
|
7419
7453
|
@InstanceType = params['InstanceType']
|
|
7420
7454
|
@MachineType = params['MachineType']
|
|
7455
|
+
@DrZones = params['DrZones']
|
|
7421
7456
|
end
|
|
7422
7457
|
end
|
|
7423
7458
|
|
|
@@ -8349,8 +8384,8 @@ module TencentCloud
|
|
|
8349
8384
|
|
|
8350
8385
|
attr_accessor :Errno, :Msg, :Code, :RequestId
|
|
8351
8386
|
extend Gem::Deprecate
|
|
8352
|
-
deprecate :Errno, :none,
|
|
8353
|
-
deprecate :Errno=, :none,
|
|
8387
|
+
deprecate :Errno, :none, 2025, 1
|
|
8388
|
+
deprecate :Errno=, :none, 2025, 1
|
|
8354
8389
|
|
|
8355
8390
|
def initialize(errno=nil, msg=nil, code=nil, requestid=nil)
|
|
8356
8391
|
@Errno = errno
|
|
@@ -10041,10 +10076,14 @@ module TencentCloud
|
|
|
10041
10076
|
# @type DnsPodDomain: String
|
|
10042
10077
|
# @param TgwWanVPort: RO组外网地址端口
|
|
10043
10078
|
# @type TgwWanVPort: Integer
|
|
10079
|
+
# @param ReadOnlyGroupType: RO只读组类型,1-按照一个实例一个只读组的方式发货,2-新建只读组后发货的所有实例都在这个只读组下面, 3-发货的所有实例都在已有的只读组下面
|
|
10080
|
+
# @type ReadOnlyGroupType: Integer
|
|
10081
|
+
# @param ReadOnlyGroupForcedUpgrade: 部署RO副本模式,0-默认不升级主实例,1-强制升级主实例完成RO部署
|
|
10082
|
+
# @type ReadOnlyGroupForcedUpgrade: Integer
|
|
10044
10083
|
|
|
10045
|
-
attr_accessor :ReadOnlyGroupId, :ReadOnlyGroupName, :RegionId, :ZoneId, :IsOfflineDelay, :ReadOnlyMaxDelayTime, :MinReadOnlyInGroup, :Vip, :Vport, :VpcId, :SubnetId, :Status, :MasterInstanceId, :ReadOnlyInstanceSet, :DnsPodDomain, :TgwWanVPort
|
|
10084
|
+
attr_accessor :ReadOnlyGroupId, :ReadOnlyGroupName, :RegionId, :ZoneId, :IsOfflineDelay, :ReadOnlyMaxDelayTime, :MinReadOnlyInGroup, :Vip, :Vport, :VpcId, :SubnetId, :Status, :MasterInstanceId, :ReadOnlyInstanceSet, :DnsPodDomain, :TgwWanVPort, :ReadOnlyGroupType, :ReadOnlyGroupForcedUpgrade
|
|
10046
10085
|
|
|
10047
|
-
def initialize(readonlygroupid=nil, readonlygroupname=nil, regionid=nil, zoneid=nil, isofflinedelay=nil, readonlymaxdelaytime=nil, minreadonlyingroup=nil, vip=nil, vport=nil, vpcid=nil, subnetid=nil, status=nil, masterinstanceid=nil, readonlyinstanceset=nil, dnspoddomain=nil, tgwwanvport=nil)
|
|
10086
|
+
def initialize(readonlygroupid=nil, readonlygroupname=nil, regionid=nil, zoneid=nil, isofflinedelay=nil, readonlymaxdelaytime=nil, minreadonlyingroup=nil, vip=nil, vport=nil, vpcid=nil, subnetid=nil, status=nil, masterinstanceid=nil, readonlyinstanceset=nil, dnspoddomain=nil, tgwwanvport=nil, readonlygrouptype=nil, readonlygroupforcedupgrade=nil)
|
|
10048
10087
|
@ReadOnlyGroupId = readonlygroupid
|
|
10049
10088
|
@ReadOnlyGroupName = readonlygroupname
|
|
10050
10089
|
@RegionId = regionid
|
|
@@ -10061,6 +10100,8 @@ module TencentCloud
|
|
|
10061
10100
|
@ReadOnlyInstanceSet = readonlyinstanceset
|
|
10062
10101
|
@DnsPodDomain = dnspoddomain
|
|
10063
10102
|
@TgwWanVPort = tgwwanvport
|
|
10103
|
+
@ReadOnlyGroupType = readonlygrouptype
|
|
10104
|
+
@ReadOnlyGroupForcedUpgrade = readonlygroupforcedupgrade
|
|
10064
10105
|
end
|
|
10065
10106
|
|
|
10066
10107
|
def deserialize(params)
|
|
@@ -10087,6 +10128,8 @@ module TencentCloud
|
|
|
10087
10128
|
end
|
|
10088
10129
|
@DnsPodDomain = params['DnsPodDomain']
|
|
10089
10130
|
@TgwWanVPort = params['TgwWanVPort']
|
|
10131
|
+
@ReadOnlyGroupType = params['ReadOnlyGroupType']
|
|
10132
|
+
@ReadOnlyGroupForcedUpgrade = params['ReadOnlyGroupForcedUpgrade']
|
|
10090
10133
|
end
|
|
10091
10134
|
end
|
|
10092
10135
|
|
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.973
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-12-
|
|
11
|
+
date: 2024-12-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|