tencentcloud-sdk-sqlserver 3.0.384 → 3.0.385
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180328/models.rb +40 -8
- 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: 739bb53ae30c0b486b10ae7b22e68cf55086da28
|
4
|
+
data.tar.gz: 3f5b96db8f2696ccc68ee269e20eb348ccbb28e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3c7e123e6a38efcbbadc8a2700a7362b4a605c71a10aa41eabbdade8d6a7d0325a99afb59bf6c348cecf9da255eedde7dd808c37fadde15ae55bee4e80ea8c6
|
7
|
+
data.tar.gz: 23482c99b480c058394b15bc8b7a6663ab73f9e14d3323ee185a0e99007c9fbebcbf5d9f7f31b50fbb8323551ac1cb01066c9ae794e8a56225992afea78f10e3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.385
|
data/lib/v20180328/models.rb
CHANGED
@@ -719,10 +719,14 @@ module TencentCloud
|
|
719
719
|
# @type Span: Integer
|
720
720
|
# @param ResourceTags: 新建实例绑定的标签集合
|
721
721
|
# @type ResourceTags: Array
|
722
|
+
# @param Collation: 系统字符集排序规则,默认:Chinese_PRC_CI_AS
|
723
|
+
# @type Collation: String
|
724
|
+
# @param TimeZone: 系统时区,默认:China Standard Time
|
725
|
+
# @type TimeZone: String
|
722
726
|
|
723
|
-
attr_accessor :Zone, :Cpu, :Memory, :Storage, :SubnetId, :VpcId, :MachineType, :InstanceChargeType, :ProjectId, :GoodsNum, :DBVersion, :Period, :SecurityGroupList, :AutoRenewFlag, :AutoVoucher, :VoucherIds, :Weekly, :StartTime, :Span, :ResourceTags
|
727
|
+
attr_accessor :Zone, :Cpu, :Memory, :Storage, :SubnetId, :VpcId, :MachineType, :InstanceChargeType, :ProjectId, :GoodsNum, :DBVersion, :Period, :SecurityGroupList, :AutoRenewFlag, :AutoVoucher, :VoucherIds, :Weekly, :StartTime, :Span, :ResourceTags, :Collation, :TimeZone
|
724
728
|
|
725
|
-
def initialize(zone=nil, cpu=nil, memory=nil, storage=nil, subnetid=nil, vpcid=nil, machinetype=nil, instancechargetype=nil, projectid=nil, goodsnum=nil, dbversion=nil, period=nil, securitygrouplist=nil, autorenewflag=nil, autovoucher=nil, voucherids=nil, weekly=nil, starttime=nil, span=nil, resourcetags=nil)
|
729
|
+
def initialize(zone=nil, cpu=nil, memory=nil, storage=nil, subnetid=nil, vpcid=nil, machinetype=nil, instancechargetype=nil, projectid=nil, goodsnum=nil, dbversion=nil, period=nil, securitygrouplist=nil, autorenewflag=nil, autovoucher=nil, voucherids=nil, weekly=nil, starttime=nil, span=nil, resourcetags=nil, collation=nil, timezone=nil)
|
726
730
|
@Zone = zone
|
727
731
|
@Cpu = cpu
|
728
732
|
@Memory = memory
|
@@ -743,6 +747,8 @@ module TencentCloud
|
|
743
747
|
@StartTime = starttime
|
744
748
|
@Span = span
|
745
749
|
@ResourceTags = resourcetags
|
750
|
+
@Collation = collation
|
751
|
+
@TimeZone = timezone
|
746
752
|
end
|
747
753
|
|
748
754
|
def deserialize(params)
|
@@ -773,6 +779,8 @@ module TencentCloud
|
|
773
779
|
@ResourceTags << resourcetag_tmp
|
774
780
|
end
|
775
781
|
end
|
782
|
+
@Collation = params['Collation']
|
783
|
+
@TimeZone = params['TimeZone']
|
776
784
|
end
|
777
785
|
end
|
778
786
|
|
@@ -838,10 +846,14 @@ module TencentCloud
|
|
838
846
|
# @type MultiZones: Boolean
|
839
847
|
# @param ResourceTags: 新建实例绑定的标签集合
|
840
848
|
# @type ResourceTags: Array
|
849
|
+
# @param Collation: 系统字符集排序规则,默认:Chinese_PRC_CI_AS
|
850
|
+
# @type Collation: String
|
851
|
+
# @param TimeZone: 系统时区,默认:China Standard Time
|
852
|
+
# @type TimeZone: String
|
841
853
|
|
842
|
-
attr_accessor :Zone, :Memory, :Storage, :InstanceChargeType, :ProjectId, :GoodsNum, :SubnetId, :VpcId, :Period, :AutoVoucher, :VoucherIds, :DBVersion, :AutoRenewFlag, :SecurityGroupList, :Weekly, :StartTime, :Span, :HAType, :MultiZones, :ResourceTags
|
854
|
+
attr_accessor :Zone, :Memory, :Storage, :InstanceChargeType, :ProjectId, :GoodsNum, :SubnetId, :VpcId, :Period, :AutoVoucher, :VoucherIds, :DBVersion, :AutoRenewFlag, :SecurityGroupList, :Weekly, :StartTime, :Span, :HAType, :MultiZones, :ResourceTags, :Collation, :TimeZone
|
843
855
|
|
844
|
-
def initialize(zone=nil, memory=nil, storage=nil, instancechargetype=nil, projectid=nil, goodsnum=nil, subnetid=nil, vpcid=nil, period=nil, autovoucher=nil, voucherids=nil, dbversion=nil, autorenewflag=nil, securitygrouplist=nil, weekly=nil, starttime=nil, span=nil, hatype=nil, multizones=nil, resourcetags=nil)
|
856
|
+
def initialize(zone=nil, memory=nil, storage=nil, instancechargetype=nil, projectid=nil, goodsnum=nil, subnetid=nil, vpcid=nil, period=nil, autovoucher=nil, voucherids=nil, dbversion=nil, autorenewflag=nil, securitygrouplist=nil, weekly=nil, starttime=nil, span=nil, hatype=nil, multizones=nil, resourcetags=nil, collation=nil, timezone=nil)
|
845
857
|
@Zone = zone
|
846
858
|
@Memory = memory
|
847
859
|
@Storage = storage
|
@@ -862,6 +874,8 @@ module TencentCloud
|
|
862
874
|
@HAType = hatype
|
863
875
|
@MultiZones = multizones
|
864
876
|
@ResourceTags = resourcetags
|
877
|
+
@Collation = collation
|
878
|
+
@TimeZone = timezone
|
865
879
|
end
|
866
880
|
|
867
881
|
def deserialize(params)
|
@@ -892,6 +906,8 @@ module TencentCloud
|
|
892
906
|
@ResourceTags << resourcetag_tmp
|
893
907
|
end
|
894
908
|
end
|
909
|
+
@Collation = params['Collation']
|
910
|
+
@TimeZone = params['TimeZone']
|
895
911
|
end
|
896
912
|
end
|
897
913
|
|
@@ -1191,10 +1207,14 @@ module TencentCloud
|
|
1191
1207
|
# @type VoucherIds: Array
|
1192
1208
|
# @param ResourceTags: 新建实例绑定的标签集合
|
1193
1209
|
# @type ResourceTags: Array
|
1210
|
+
# @param Collation: 系统字符集排序规则,默认:Chinese_PRC_CI_AS
|
1211
|
+
# @type Collation: String
|
1212
|
+
# @param TimeZone: 系统时区,默认:China Standard Time
|
1213
|
+
# @type TimeZone: String
|
1194
1214
|
|
1195
|
-
attr_accessor :InstanceId, :Zone, :ReadOnlyGroupType, :Memory, :Storage, :ReadOnlyGroupForcedUpgrade, :ReadOnlyGroupId, :ReadOnlyGroupName, :ReadOnlyGroupIsOfflineDelay, :ReadOnlyGroupMaxDelayTime, :ReadOnlyGroupMinInGroup, :InstanceChargeType, :GoodsNum, :SubnetId, :VpcId, :Period, :SecurityGroupList, :AutoVoucher, :VoucherIds, :ResourceTags
|
1215
|
+
attr_accessor :InstanceId, :Zone, :ReadOnlyGroupType, :Memory, :Storage, :ReadOnlyGroupForcedUpgrade, :ReadOnlyGroupId, :ReadOnlyGroupName, :ReadOnlyGroupIsOfflineDelay, :ReadOnlyGroupMaxDelayTime, :ReadOnlyGroupMinInGroup, :InstanceChargeType, :GoodsNum, :SubnetId, :VpcId, :Period, :SecurityGroupList, :AutoVoucher, :VoucherIds, :ResourceTags, :Collation, :TimeZone
|
1196
1216
|
|
1197
|
-
def initialize(instanceid=nil, zone=nil, readonlygrouptype=nil, memory=nil, storage=nil, readonlygroupforcedupgrade=nil, readonlygroupid=nil, readonlygroupname=nil, readonlygroupisofflinedelay=nil, readonlygroupmaxdelaytime=nil, readonlygroupminingroup=nil, instancechargetype=nil, goodsnum=nil, subnetid=nil, vpcid=nil, period=nil, securitygrouplist=nil, autovoucher=nil, voucherids=nil, resourcetags=nil)
|
1217
|
+
def initialize(instanceid=nil, zone=nil, readonlygrouptype=nil, memory=nil, storage=nil, readonlygroupforcedupgrade=nil, readonlygroupid=nil, readonlygroupname=nil, readonlygroupisofflinedelay=nil, readonlygroupmaxdelaytime=nil, readonlygroupminingroup=nil, instancechargetype=nil, goodsnum=nil, subnetid=nil, vpcid=nil, period=nil, securitygrouplist=nil, autovoucher=nil, voucherids=nil, resourcetags=nil, collation=nil, timezone=nil)
|
1198
1218
|
@InstanceId = instanceid
|
1199
1219
|
@Zone = zone
|
1200
1220
|
@ReadOnlyGroupType = readonlygrouptype
|
@@ -1215,6 +1235,8 @@ module TencentCloud
|
|
1215
1235
|
@AutoVoucher = autovoucher
|
1216
1236
|
@VoucherIds = voucherids
|
1217
1237
|
@ResourceTags = resourcetags
|
1238
|
+
@Collation = collation
|
1239
|
+
@TimeZone = timezone
|
1218
1240
|
end
|
1219
1241
|
|
1220
1242
|
def deserialize(params)
|
@@ -1245,6 +1267,8 @@ module TencentCloud
|
|
1245
1267
|
@ResourceTags << resourcetag_tmp
|
1246
1268
|
end
|
1247
1269
|
end
|
1270
|
+
@Collation = params['Collation']
|
1271
|
+
@TimeZone = params['TimeZone']
|
1248
1272
|
end
|
1249
1273
|
end
|
1250
1274
|
|
@@ -1499,10 +1523,14 @@ module TencentCloud
|
|
1499
1523
|
# @type DnsPodDomain: String
|
1500
1524
|
# @param TgwWanVPort: 外网端口号
|
1501
1525
|
# @type TgwWanVPort: Integer
|
1526
|
+
# @param Collation: 系统字符集排序规则,默认:Chinese_PRC_CI_AS
|
1527
|
+
# @type Collation: String
|
1528
|
+
# @param TimeZone: 系统时区,默认:China Standard Time
|
1529
|
+
# @type TimeZone: String
|
1502
1530
|
|
1503
|
-
attr_accessor :InstanceId, :Name, :ProjectId, :RegionId, :ZoneId, :VpcId, :SubnetId, :Status, :Vip, :Vport, :CreateTime, :UpdateTime, :StartTime, :EndTime, :IsolateTime, :Memory, :UsedStorage, :Storage, :VersionName, :RenewFlag, :Model, :Region, :Zone, :BackupTime, :PayMode, :Uid, :Cpu, :Version, :Type, :Pid, :UniqVpcId, :UniqSubnetId, :IsolateOperator, :SubFlag, :ROFlag, :HAFlag, :ResourceTags, :BackupModel, :InstanceNote, :BackupCycle, :BackupCycleType, :BackupSaveDays, :InstanceType, :CrossRegions, :CrossBackupEnabled, :CrossBackupSaveDays, :DnsPodDomain, :TgwWanVPort
|
1531
|
+
attr_accessor :InstanceId, :Name, :ProjectId, :RegionId, :ZoneId, :VpcId, :SubnetId, :Status, :Vip, :Vport, :CreateTime, :UpdateTime, :StartTime, :EndTime, :IsolateTime, :Memory, :UsedStorage, :Storage, :VersionName, :RenewFlag, :Model, :Region, :Zone, :BackupTime, :PayMode, :Uid, :Cpu, :Version, :Type, :Pid, :UniqVpcId, :UniqSubnetId, :IsolateOperator, :SubFlag, :ROFlag, :HAFlag, :ResourceTags, :BackupModel, :InstanceNote, :BackupCycle, :BackupCycleType, :BackupSaveDays, :InstanceType, :CrossRegions, :CrossBackupEnabled, :CrossBackupSaveDays, :DnsPodDomain, :TgwWanVPort, :Collation, :TimeZone
|
1504
1532
|
|
1505
|
-
def initialize(instanceid=nil, name=nil, projectid=nil, regionid=nil, zoneid=nil, vpcid=nil, subnetid=nil, status=nil, vip=nil, vport=nil, createtime=nil, updatetime=nil, starttime=nil, endtime=nil, isolatetime=nil, memory=nil, usedstorage=nil, storage=nil, versionname=nil, renewflag=nil, model=nil, region=nil, zone=nil, backuptime=nil, paymode=nil, uid=nil, cpu=nil, version=nil, type=nil, pid=nil, uniqvpcid=nil, uniqsubnetid=nil, isolateoperator=nil, subflag=nil, roflag=nil, haflag=nil, resourcetags=nil, backupmodel=nil, instancenote=nil, backupcycle=nil, backupcycletype=nil, backupsavedays=nil, instancetype=nil, crossregions=nil, crossbackupenabled=nil, crossbackupsavedays=nil, dnspoddomain=nil, tgwwanvport=nil)
|
1533
|
+
def initialize(instanceid=nil, name=nil, projectid=nil, regionid=nil, zoneid=nil, vpcid=nil, subnetid=nil, status=nil, vip=nil, vport=nil, createtime=nil, updatetime=nil, starttime=nil, endtime=nil, isolatetime=nil, memory=nil, usedstorage=nil, storage=nil, versionname=nil, renewflag=nil, model=nil, region=nil, zone=nil, backuptime=nil, paymode=nil, uid=nil, cpu=nil, version=nil, type=nil, pid=nil, uniqvpcid=nil, uniqsubnetid=nil, isolateoperator=nil, subflag=nil, roflag=nil, haflag=nil, resourcetags=nil, backupmodel=nil, instancenote=nil, backupcycle=nil, backupcycletype=nil, backupsavedays=nil, instancetype=nil, crossregions=nil, crossbackupenabled=nil, crossbackupsavedays=nil, dnspoddomain=nil, tgwwanvport=nil, collation=nil, timezone=nil)
|
1506
1534
|
@InstanceId = instanceid
|
1507
1535
|
@Name = name
|
1508
1536
|
@ProjectId = projectid
|
@@ -1551,6 +1579,8 @@ module TencentCloud
|
|
1551
1579
|
@CrossBackupSaveDays = crossbackupsavedays
|
1552
1580
|
@DnsPodDomain = dnspoddomain
|
1553
1581
|
@TgwWanVPort = tgwwanvport
|
1582
|
+
@Collation = collation
|
1583
|
+
@TimeZone = timezone
|
1554
1584
|
end
|
1555
1585
|
|
1556
1586
|
def deserialize(params)
|
@@ -1609,6 +1639,8 @@ module TencentCloud
|
|
1609
1639
|
@CrossBackupSaveDays = params['CrossBackupSaveDays']
|
1610
1640
|
@DnsPodDomain = params['DnsPodDomain']
|
1611
1641
|
@TgwWanVPort = params['TgwWanVPort']
|
1642
|
+
@Collation = params['Collation']
|
1643
|
+
@TimeZone = params['TimeZone']
|
1612
1644
|
end
|
1613
1645
|
end
|
1614
1646
|
|
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.385
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-08-
|
11
|
+
date: 2022-08-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|