tencentcloud-sdk-cdb 1.0.254 → 1.0.258
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/v20170320/models.rb +26 -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: 04445dab9e12b34803b72dc2aced4fbe0efca8fe
|
|
4
|
+
data.tar.gz: 74ad1de82298d8dd737aa37df76289232c94ab1b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7cf34c50797b40411cd095e6068831335e9033c11a94e6d971055280cc239b7271d77637d68782fb58a68ae4ad0971e58a155493582405e8f10d6a5d82782699
|
|
7
|
+
data.tar.gz: d912ff1370c0b5f907e66573222200d6d1c04ce79ac29b1ae32f5817dd7de1b0e20a3298063202ff3561c42228e1309e92b088ff98709530a43854462c38bc2b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.258
|
data/lib/v20170320/models.rb
CHANGED
|
@@ -4387,15 +4387,19 @@ module TencentCloud
|
|
|
4387
4387
|
class DescribeDefaultParamsRequest < TencentCloud::Common::AbstractModel
|
|
4388
4388
|
# @param EngineVersion: mysql版本,目前支持 ["5.1", "5.5", "5.6", "5.7"]。
|
|
4389
4389
|
# @type EngineVersion: String
|
|
4390
|
+
# @param TemplateType: 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模版,"HIGH_PERFORMANCE" - 高性能模版。
|
|
4391
|
+
# @type TemplateType: String
|
|
4390
4392
|
|
|
4391
|
-
attr_accessor :EngineVersion
|
|
4393
|
+
attr_accessor :EngineVersion, :TemplateType
|
|
4392
4394
|
|
|
4393
|
-
def initialize(engineversion=nil)
|
|
4395
|
+
def initialize(engineversion=nil, templatetype=nil)
|
|
4394
4396
|
@EngineVersion = engineversion
|
|
4397
|
+
@TemplateType = templatetype
|
|
4395
4398
|
end
|
|
4396
4399
|
|
|
4397
4400
|
def deserialize(params)
|
|
4398
4401
|
@EngineVersion = params['EngineVersion']
|
|
4402
|
+
@TemplateType = params['TemplateType']
|
|
4399
4403
|
end
|
|
4400
4404
|
end
|
|
4401
4405
|
|
|
@@ -10582,7 +10586,7 @@ module TencentCloud
|
|
|
10582
10586
|
|
|
10583
10587
|
# 可用区售卖配置
|
|
10584
10588
|
class ZoneSellConf < TencentCloud::Common::AbstractModel
|
|
10585
|
-
# @param Status: 可用区状态。可能的返回值为:
|
|
10589
|
+
# @param Status: 可用区状态。可能的返回值为:1-上线;3-停售;4-不展示
|
|
10586
10590
|
# @type Status: Integer
|
|
10587
10591
|
# @param ZoneName: 可用区中文名称
|
|
10588
10592
|
# @type ZoneName: String
|
|
@@ -10615,10 +10619,18 @@ module TencentCloud
|
|
|
10615
10619
|
# @param RemoteRoZone: 可支持的跨可用区只读区信息
|
|
10616
10620
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
10617
10621
|
# @type RemoteRoZone: Array
|
|
10622
|
+
# @param ExClusterStatus: 独享型可用区状态。可能的返回值为:1-上线;3-停售;4-不展示
|
|
10623
|
+
# @type ExClusterStatus: Integer
|
|
10624
|
+
# @param ExClusterRemoteRoZone: 独享型可支持的跨可用区只读区信息
|
|
10625
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
10626
|
+
# @type ExClusterRemoteRoZone: Array
|
|
10627
|
+
# @param ExClusterZoneConf: 独享型多可用区信息
|
|
10628
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
10629
|
+
# @type ExClusterZoneConf: :class:`Tencentcloud::Cdb.v20170320.models.ZoneConf`
|
|
10618
10630
|
|
|
10619
|
-
attr_accessor :Status, :ZoneName, :IsCustom, :IsSupportDr, :IsSupportVpc, :HourInstanceSaleMaxNum, :IsDefaultZone, :IsBm, :PayType, :ProtectMode, :Zone, :SellType, :ZoneConf, :DrZone, :IsSupportRemoteRo, :RemoteRoZone
|
|
10631
|
+
attr_accessor :Status, :ZoneName, :IsCustom, :IsSupportDr, :IsSupportVpc, :HourInstanceSaleMaxNum, :IsDefaultZone, :IsBm, :PayType, :ProtectMode, :Zone, :SellType, :ZoneConf, :DrZone, :IsSupportRemoteRo, :RemoteRoZone, :ExClusterStatus, :ExClusterRemoteRoZone, :ExClusterZoneConf
|
|
10620
10632
|
|
|
10621
|
-
def initialize(status=nil, zonename=nil, iscustom=nil, issupportdr=nil, issupportvpc=nil, hourinstancesalemaxnum=nil, isdefaultzone=nil, isbm=nil, paytype=nil, protectmode=nil, zone=nil, selltype=nil, zoneconf=nil, drzone=nil, issupportremotero=nil, remoterozone=nil)
|
|
10633
|
+
def initialize(status=nil, zonename=nil, iscustom=nil, issupportdr=nil, issupportvpc=nil, hourinstancesalemaxnum=nil, isdefaultzone=nil, isbm=nil, paytype=nil, protectmode=nil, zone=nil, selltype=nil, zoneconf=nil, drzone=nil, issupportremotero=nil, remoterozone=nil, exclusterstatus=nil, exclusterremoterozone=nil, exclusterzoneconf=nil)
|
|
10622
10634
|
@Status = status
|
|
10623
10635
|
@ZoneName = zonename
|
|
10624
10636
|
@IsCustom = iscustom
|
|
@@ -10635,6 +10647,9 @@ module TencentCloud
|
|
|
10635
10647
|
@DrZone = drzone
|
|
10636
10648
|
@IsSupportRemoteRo = issupportremotero
|
|
10637
10649
|
@RemoteRoZone = remoterozone
|
|
10650
|
+
@ExClusterStatus = exclusterstatus
|
|
10651
|
+
@ExClusterRemoteRoZone = exclusterremoterozone
|
|
10652
|
+
@ExClusterZoneConf = exclusterzoneconf
|
|
10638
10653
|
end
|
|
10639
10654
|
|
|
10640
10655
|
def deserialize(params)
|
|
@@ -10664,6 +10679,12 @@ module TencentCloud
|
|
|
10664
10679
|
@DrZone = params['DrZone']
|
|
10665
10680
|
@IsSupportRemoteRo = params['IsSupportRemoteRo']
|
|
10666
10681
|
@RemoteRoZone = params['RemoteRoZone']
|
|
10682
|
+
@ExClusterStatus = params['ExClusterStatus']
|
|
10683
|
+
@ExClusterRemoteRoZone = params['ExClusterRemoteRoZone']
|
|
10684
|
+
unless params['ExClusterZoneConf'].nil?
|
|
10685
|
+
@ExClusterZoneConf = ZoneConf.new
|
|
10686
|
+
@ExClusterZoneConf.deserialize(params['ExClusterZoneConf'])
|
|
10687
|
+
end
|
|
10667
10688
|
end
|
|
10668
10689
|
end
|
|
10669
10690
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cdb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.258
|
|
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-02-
|
|
11
|
+
date: 2022-02-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|