tencentcloud-sdk-sqlserver 3.0.556 → 3.0.557

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d2620a72bfd2fb698a4277f98e96d111abdcc873
4
- data.tar.gz: 6f0f6f0547b2567dc4ff4733066c6c4eefa9e3df
3
+ metadata.gz: 73bb8d94367ca6c4027f7329d6bbacd7b1ce65bb
4
+ data.tar.gz: 5a70519c1f2123f2bfdfaba8ff202ce26d3f88c4
5
5
  SHA512:
6
- metadata.gz: bc4fc4e7c2218ab7f3c018961a0f0030b4eec6b71a3bf8bde4e723cc641862c2dcc0d454ce970f5ff9d50d39a3488fde630ffe6f4de0d2cfb97a3ee708291b63
7
- data.tar.gz: 3c05a7ca48352c121a942e98d524b19537366339eef7866e01180c3c91830e5942b39c8fda4b8277200fa06275cd303aea5f346144ba413d677f12eed4c9027a
6
+ metadata.gz: 1c8a3061ac40cf08f59ff8c05575afc6b64b0255b8bd61d6a2b3d127a40d381829aa7b368dde9c85a9e823e9a258af03bff46ff5baa7760a204d1aa4dca2f49d
7
+ data.tar.gz: da98c4940bea035d5fe8271f28c723e7a19b79cac596280349238a5589a5232e5f9a5487a4c2b4d786d92d4affc025a3c811c6744f0cd6260cd57f11f13847f9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.556
1
+ 3.0.557
@@ -2360,7 +2360,7 @@ module TencentCloud
2360
2360
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2361
2361
  end
2362
2362
 
2363
- # 本接口(RestoreInstance)用于根据备份文件恢复实例。
2363
+ # 本接口(RestoreInstance)用于按照备份集回档数据库。
2364
2364
 
2365
2365
  # @param request: Request instance for RestoreInstance.
2366
2366
  # @type request: :class:`Tencentcloud::sqlserver::V20180328::RestoreInstanceRequest`
@@ -2384,7 +2384,7 @@ module TencentCloud
2384
2384
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2385
2385
  end
2386
2386
 
2387
- # 本接口(RollbackInstance)用于回档实例
2387
+ # 本接口(RollbackInstance)用于按照时间点回档实例
2388
2388
 
2389
2389
  # @param request: Request instance for RollbackInstance.
2390
2390
  # @type request: :class:`Tencentcloud::sqlserver::V20180328::RollbackInstanceRequest`
@@ -1809,10 +1809,16 @@ module TencentCloud
1809
1809
  # @param SlaveZones: 备可用区信息
1810
1810
  # 注意:此字段可能返回 null,表示取不到有效值。
1811
1811
  # @type SlaveZones: :class:`Tencentcloud::Sqlserver.v20180328.models.SlaveZones`
1812
+ # @param Architecture: 架构标识,SINGLE-单节点 DOUBLE-双节点 TRIPLE-三节点
1813
+ # 注意:此字段可能返回 null,表示取不到有效值。
1814
+ # @type Architecture: String
1815
+ # @param Style: 类型标识,EXCLUSIVE-独享型,SHARED-共享型
1816
+ # 注意:此字段可能返回 null,表示取不到有效值。
1817
+ # @type Style: String
1812
1818
 
1813
- 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, :IsDrZone, :SlaveZones
1819
+ 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, :IsDrZone, :SlaveZones, :Architecture, :Style
1814
1820
 
1815
- 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, isdrzone=nil, slavezones=nil)
1821
+ 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, isdrzone=nil, slavezones=nil, architecture=nil, style=nil)
1816
1822
  @InstanceId = instanceid
1817
1823
  @Name = name
1818
1824
  @ProjectId = projectid
@@ -1865,6 +1871,8 @@ module TencentCloud
1865
1871
  @TimeZone = timezone
1866
1872
  @IsDrZone = isdrzone
1867
1873
  @SlaveZones = slavezones
1874
+ @Architecture = architecture
1875
+ @Style = style
1868
1876
  end
1869
1877
 
1870
1878
  def deserialize(params)
@@ -1930,6 +1938,8 @@ module TencentCloud
1930
1938
  @SlaveZones = SlaveZones.new
1931
1939
  @SlaveZones.deserialize(params['SlaveZones'])
1932
1940
  end
1941
+ @Architecture = params['Architecture']
1942
+ @Style = params['Style']
1933
1943
  end
1934
1944
  end
1935
1945
 
@@ -7551,16 +7561,22 @@ module TencentCloud
7551
7561
  # @type TargetInstanceId: String
7552
7562
  # @param RenameRestore: 按照ReNameRestoreDatabase中的库进行恢复,并重命名,不填则按照默认方式命名恢复的库,且恢复所有的库。
7553
7563
  # @type RenameRestore: Array
7554
- # @param GroupId: 备份任务组ID,在单库备份文件模式下,可通过[DescribeBackups](https://cloud.tencent.com/document/product/238/19943) 接口获得。
7564
+ # @param Type: 回档类型,0-覆盖方式;1-重命名方式,默认1
7565
+ # @type Type: Integer
7566
+ # @param DBList: 需要覆盖回档的数据库,只有覆盖回档时必填
7567
+ # @type DBList: Array
7568
+ # @param GroupId: 备份任务组ID,在单库备份文件模式下
7555
7569
  # @type GroupId: String
7556
7570
 
7557
- attr_accessor :InstanceId, :BackupId, :TargetInstanceId, :RenameRestore, :GroupId
7571
+ attr_accessor :InstanceId, :BackupId, :TargetInstanceId, :RenameRestore, :Type, :DBList, :GroupId
7558
7572
 
7559
- def initialize(instanceid=nil, backupid=nil, targetinstanceid=nil, renamerestore=nil, groupid=nil)
7573
+ def initialize(instanceid=nil, backupid=nil, targetinstanceid=nil, renamerestore=nil, type=nil, dblist=nil, groupid=nil)
7560
7574
  @InstanceId = instanceid
7561
7575
  @BackupId = backupid
7562
7576
  @TargetInstanceId = targetinstanceid
7563
7577
  @RenameRestore = renamerestore
7578
+ @Type = type
7579
+ @DBList = dblist
7564
7580
  @GroupId = groupid
7565
7581
  end
7566
7582
 
@@ -7576,6 +7592,8 @@ module TencentCloud
7576
7592
  @RenameRestore << renamerestoredatabase_tmp
7577
7593
  end
7578
7594
  end
7595
+ @Type = params['Type']
7596
+ @DBList = params['DBList']
7579
7597
  @GroupId = params['GroupId']
7580
7598
  end
7581
7599
  end
@@ -7606,22 +7624,22 @@ module TencentCloud
7606
7624
  # @type InstanceId: String
7607
7625
  # @param Type: 回档类型,0-回档的数据库覆盖原库;1-回档的数据库以重命名的形式生成,不覆盖原库
7608
7626
  # @type Type: Integer
7609
- # @param DBs: 需要回档的数据库
7610
- # @type DBs: Array
7611
7627
  # @param Time: 回档目标时间点
7612
7628
  # @type Time: String
7629
+ # @param DBs: 需要回档的数据库
7630
+ # @type DBs: Array
7613
7631
  # @param TargetInstanceId: 备份恢复到的同一个APPID下的实例ID,不填则恢复到原实例ID
7614
7632
  # @type TargetInstanceId: String
7615
7633
  # @param RenameRestore: 按照ReNameRestoreDatabase中的库进行重命名,仅在Type = 1重命名回档方式有效;不填则按照默认方式命名库,DBs参数确定要恢复的库
7616
7634
  # @type RenameRestore: Array
7617
7635
 
7618
- attr_accessor :InstanceId, :Type, :DBs, :Time, :TargetInstanceId, :RenameRestore
7636
+ attr_accessor :InstanceId, :Type, :Time, :DBs, :TargetInstanceId, :RenameRestore
7619
7637
 
7620
- def initialize(instanceid=nil, type=nil, dbs=nil, time=nil, targetinstanceid=nil, renamerestore=nil)
7638
+ def initialize(instanceid=nil, type=nil, time=nil, dbs=nil, targetinstanceid=nil, renamerestore=nil)
7621
7639
  @InstanceId = instanceid
7622
7640
  @Type = type
7623
- @DBs = dbs
7624
7641
  @Time = time
7642
+ @DBs = dbs
7625
7643
  @TargetInstanceId = targetinstanceid
7626
7644
  @RenameRestore = renamerestore
7627
7645
  end
@@ -7629,8 +7647,8 @@ module TencentCloud
7629
7647
  def deserialize(params)
7630
7648
  @InstanceId = params['InstanceId']
7631
7649
  @Type = params['Type']
7632
- @DBs = params['DBs']
7633
7650
  @Time = params['Time']
7651
+ @DBs = params['DBs']
7634
7652
  @TargetInstanceId = params['TargetInstanceId']
7635
7653
  unless params['RenameRestore'].nil?
7636
7654
  @RenameRestore = []
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.556
4
+ version: 3.0.557
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-20 00:00:00.000000000 Z
11
+ date: 2023-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common