tencentcloud-sdk-sqlserver 3.0.466 → 3.0.467

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180328/models.rb +58 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6740e770e220c9d9e65f0e99a866bc54110bdbe8
4
- data.tar.gz: 8913b4d82edab12127d891fa64dbdfc2fdd783b6
3
+ metadata.gz: 67d90afac3f3ab3b5e77ad359512ee93d6defdbb
4
+ data.tar.gz: 73ca575436a0b8f52ea5c92ee414323ff549e92c
5
5
  SHA512:
6
- metadata.gz: bbd8a22851e43400c4bcaff9821fa46460f3fe40aecdc127a2ad80636988256fc8716a297fd10f54368f7ec765ff23976952f4ed887d28d20fbf39c94d6492f1
7
- data.tar.gz: 4ba6839840ab40ec38ddf019aecd0cc2bf508bfb32d9297463097abe421b8fc655e655d874ff1e9696cc88e8d21616bfdd870ab8d8b6ad6f03fc17f009027821
6
+ metadata.gz: 4633f2096a1c0e51b525e68014c875a2509419cf1712d7d02c907a52aa081fc1d8c407910df59b70a653cd64d26032686769e79d98838f57e4151571a8796f5c
7
+ data.tar.gz: 66babb7507907b9d6827fb2e9110bc44434f0cfcbfd8f001c589c7963aa3004a6a8ba3c167f412fc294f9ff097947d31d93ab0dc5dead35571318e586f952f03
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.466
1
+ 3.0.467
@@ -1788,10 +1788,15 @@ module TencentCloud
1788
1788
  # @type Collation: String
1789
1789
  # @param TimeZone: 系统时区,默认:China Standard Time
1790
1790
  # @type TimeZone: String
1791
+ # @param IsDrZone: 是否跨AZ
1792
+ # @type IsDrZone: Boolean
1793
+ # @param SlaveZones: 备可用区信息
1794
+ # 注意:此字段可能返回 null,表示取不到有效值。
1795
+ # @type SlaveZones: :class:`Tencentcloud::Sqlserver.v20180328.models.SlaveZones`
1791
1796
 
1792
- 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
1797
+ 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
1793
1798
 
1794
- 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)
1799
+ 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)
1795
1800
  @InstanceId = instanceid
1796
1801
  @Name = name
1797
1802
  @ProjectId = projectid
@@ -1842,6 +1847,8 @@ module TencentCloud
1842
1847
  @TgwWanVPort = tgwwanvport
1843
1848
  @Collation = collation
1844
1849
  @TimeZone = timezone
1850
+ @IsDrZone = isdrzone
1851
+ @SlaveZones = slavezones
1845
1852
  end
1846
1853
 
1847
1854
  def deserialize(params)
@@ -1902,6 +1909,11 @@ module TencentCloud
1902
1909
  @TgwWanVPort = params['TgwWanVPort']
1903
1910
  @Collation = params['Collation']
1904
1911
  @TimeZone = params['TimeZone']
1912
+ @IsDrZone = params['IsDrZone']
1913
+ unless params['SlaveZones'].nil?
1914
+ @SlaveZones = SlaveZones.new
1915
+ @SlaveZones.deserialize(params['SlaveZones'])
1916
+ end
1905
1917
  end
1906
1918
  end
1907
1919
 
@@ -2464,19 +2476,31 @@ module TencentCloud
2464
2476
  # @type Limit: Integer
2465
2477
  # @param Offset: 分页返回,页编号,默认值为第0页
2466
2478
  # @type Offset: Integer
2479
+ # @param Name: 账号名称
2480
+ # @type Name: String
2481
+ # @param OrderBy: createTime,updateTime,passTime" note:"排序字段,默认按照账号创建时间倒序
2482
+ # @type OrderBy: String
2483
+ # @param OrderByType: 排序规则(desc-降序,asc-升序),默认desc
2484
+ # @type OrderByType: String
2467
2485
 
2468
- attr_accessor :InstanceId, :Limit, :Offset
2486
+ attr_accessor :InstanceId, :Limit, :Offset, :Name, :OrderBy, :OrderByType
2469
2487
 
2470
- def initialize(instanceid=nil, limit=nil, offset=nil)
2488
+ def initialize(instanceid=nil, limit=nil, offset=nil, name=nil, orderby=nil, orderbytype=nil)
2471
2489
  @InstanceId = instanceid
2472
2490
  @Limit = limit
2473
2491
  @Offset = offset
2492
+ @Name = name
2493
+ @OrderBy = orderby
2494
+ @OrderByType = orderbytype
2474
2495
  end
2475
2496
 
2476
2497
  def deserialize(params)
2477
2498
  @InstanceId = params['InstanceId']
2478
2499
  @Limit = params['Limit']
2479
2500
  @Offset = params['Offset']
2501
+ @Name = params['Name']
2502
+ @OrderBy = params['OrderBy']
2503
+ @OrderByType = params['OrderByType']
2480
2504
  end
2481
2505
  end
2482
2506
 
@@ -3386,19 +3410,27 @@ module TencentCloud
3386
3410
  # @type Limit: Integer
3387
3411
  # @param Offset: 分页返回,页编号,默认值为第0页
3388
3412
  # @type Offset: Integer
3413
+ # @param Name: 数据库名称
3414
+ # @type Name: String
3415
+ # @param OrderByType: 排序规则(desc-降序,asc-升序),默认desc
3416
+ # @type OrderByType: String
3389
3417
 
3390
- attr_accessor :InstanceIdSet, :Limit, :Offset
3418
+ attr_accessor :InstanceIdSet, :Limit, :Offset, :Name, :OrderByType
3391
3419
 
3392
- def initialize(instanceidset=nil, limit=nil, offset=nil)
3420
+ def initialize(instanceidset=nil, limit=nil, offset=nil, name=nil, orderbytype=nil)
3393
3421
  @InstanceIdSet = instanceidset
3394
3422
  @Limit = limit
3395
3423
  @Offset = offset
3424
+ @Name = name
3425
+ @OrderByType = orderbytype
3396
3426
  end
3397
3427
 
3398
3428
  def deserialize(params)
3399
3429
  @InstanceIdSet = params['InstanceIdSet']
3400
3430
  @Limit = params['Limit']
3401
3431
  @Offset = params['Offset']
3432
+ @Name = params['Name']
3433
+ @OrderByType = params['OrderByType']
3402
3434
  end
3403
3435
  end
3404
3436
 
@@ -7491,6 +7523,26 @@ module TencentCloud
7491
7523
  end
7492
7524
  end
7493
7525
 
7526
+ # 备可用区信息
7527
+ class SlaveZones < TencentCloud::Common::AbstractModel
7528
+ # @param SlaveZone: 备可用区地域码
7529
+ # @type SlaveZone: String
7530
+ # @param SlaveZoneName: 备可用区
7531
+ # @type SlaveZoneName: String
7532
+
7533
+ attr_accessor :SlaveZone, :SlaveZoneName
7534
+
7535
+ def initialize(slavezone=nil, slavezonename=nil)
7536
+ @SlaveZone = slavezone
7537
+ @SlaveZoneName = slavezonename
7538
+ end
7539
+
7540
+ def deserialize(params)
7541
+ @SlaveZone = params['SlaveZone']
7542
+ @SlaveZoneName = params['SlaveZoneName']
7543
+ end
7544
+ end
7545
+
7494
7546
  # 慢查询日志文件信息
7495
7547
  class SlowlogInfo < TencentCloud::Common::AbstractModel
7496
7548
  # @param Id: 慢查询日志文件唯一标识
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.466
4
+ version: 3.0.467
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-12-06 00:00:00.000000000 Z
11
+ date: 2022-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common