tencentcloud-sdk-cdwch 3.0.870 → 3.0.871
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/v20200915/models.rb +29 -4
- 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: f88ddb3d79d3a8c82bd8ce4df4c49c08ebafba6f
|
4
|
+
data.tar.gz: 2a2a1ac02fa3d9a82d40dcfb1bc1c46f734b9c3f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99811da352baa6637d6e4cee485eb2a772e3a57dc96c1edd9e140a6ee55e1baf36ed965641964512e67d4d7bd0e03a4855505b0ad1a6806b2f5f73c29f27e50c
|
7
|
+
data.tar.gz: 36135ce9d097cf5c97b628600738cb9d0411451cc220724113db5b4732562dc249bc3584758478574164bc21a24ce5bb123e5a2a1d491ef87f67a38a82756d49
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.871
|
data/lib/v20200915/models.rb
CHANGED
@@ -424,8 +424,8 @@ module TencentCloud
|
|
424
424
|
|
425
425
|
attr_accessor :Zone, :HaFlag, :UserVPCId, :UserSubnetId, :ProductVersion, :ChargeProperties, :InstanceName, :DataSpec, :Tags, :ClsLogSetId, :CosBucketName, :MountDiskType, :HAZk, :CommonSpec, :TagItems
|
426
426
|
extend Gem::Deprecate
|
427
|
-
deprecate :Tags, :none, 2024,
|
428
|
-
deprecate :Tags=, :none, 2024,
|
427
|
+
deprecate :Tags, :none, 2024, 7
|
428
|
+
deprecate :Tags=, :none, 2024, 7
|
429
429
|
|
430
430
|
def initialize(zone=nil, haflag=nil, uservpcid=nil, usersubnetid=nil, productversion=nil, chargeproperties=nil, instancename=nil, dataspec=nil, tags=nil, clslogsetid=nil, cosbucketname=nil, mountdisktype=nil, hazk=nil, commonspec=nil, tagitems=nil)
|
431
431
|
@Zone = zone
|
@@ -1575,6 +1575,23 @@ module TencentCloud
|
|
1575
1575
|
end
|
1576
1576
|
end
|
1577
1577
|
|
1578
|
+
# Instance表detail字段
|
1579
|
+
class InstanceDetail < TencentCloud::Common::AbstractModel
|
1580
|
+
# @param EnableAlarmStrategy: 告警策略是否可用
|
1581
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1582
|
+
# @type EnableAlarmStrategy: Boolean
|
1583
|
+
|
1584
|
+
attr_accessor :EnableAlarmStrategy
|
1585
|
+
|
1586
|
+
def initialize(enablealarmstrategy=nil)
|
1587
|
+
@EnableAlarmStrategy = enablealarmstrategy
|
1588
|
+
end
|
1589
|
+
|
1590
|
+
def deserialize(params)
|
1591
|
+
@EnableAlarmStrategy = params['EnableAlarmStrategy']
|
1592
|
+
end
|
1593
|
+
end
|
1594
|
+
|
1578
1595
|
# 实例描述信息
|
1579
1596
|
class InstanceInfo < TencentCloud::Common::AbstractModel
|
1580
1597
|
# @param InstanceId: 集群实例ID, "cdw-xxxx" 字符串类型
|
@@ -1727,10 +1744,13 @@ module TencentCloud
|
|
1727
1744
|
# @param ClickHouseKeeper: 是否clickhouse-keeper
|
1728
1745
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1729
1746
|
# @type ClickHouseKeeper: Boolean
|
1747
|
+
# @param Details: 实例扩展信息
|
1748
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1749
|
+
# @type Details: :class:`Tencentcloud::Cdwch.v20200915.models.InstanceDetail`
|
1730
1750
|
|
1731
|
-
attr_accessor :InstanceId, :InstanceName, :Status, :Version, :Region, :Zone, :VpcId, :SubnetId, :PayMode, :CreateTime, :ExpireTime, :MasterSummary, :CommonSummary, :HA, :AccessInfo, :Id, :RegionId, :ZoneDesc, :FlowMsg, :StatusDesc, :RenewFlag, :Tags, :Monitor, :HasClsTopic, :ClsTopicId, :ClsLogSetId, :EnableXMLConfig, :RegionDesc, :Eip, :CosMoveFactor, :Kind, :IsElastic, :InstanceStateInfo, :HAZk, :MountDiskType, :CHProxyVip, :CosBucketName, :CanAttachCbs, :CanAttachCbsLvm, :CanAttachCos, :Components, :UpgradeVersions, :EsIndexId, :EsIndexUsername, :EsIndexPassword, :HasEsIndex, :IsSecondaryZone, :SecondaryZoneInfo, :ClickHouseKeeper
|
1751
|
+
attr_accessor :InstanceId, :InstanceName, :Status, :Version, :Region, :Zone, :VpcId, :SubnetId, :PayMode, :CreateTime, :ExpireTime, :MasterSummary, :CommonSummary, :HA, :AccessInfo, :Id, :RegionId, :ZoneDesc, :FlowMsg, :StatusDesc, :RenewFlag, :Tags, :Monitor, :HasClsTopic, :ClsTopicId, :ClsLogSetId, :EnableXMLConfig, :RegionDesc, :Eip, :CosMoveFactor, :Kind, :IsElastic, :InstanceStateInfo, :HAZk, :MountDiskType, :CHProxyVip, :CosBucketName, :CanAttachCbs, :CanAttachCbsLvm, :CanAttachCos, :Components, :UpgradeVersions, :EsIndexId, :EsIndexUsername, :EsIndexPassword, :HasEsIndex, :IsSecondaryZone, :SecondaryZoneInfo, :ClickHouseKeeper, :Details
|
1732
1752
|
|
1733
|
-
def initialize(instanceid=nil, instancename=nil, status=nil, version=nil, region=nil, zone=nil, vpcid=nil, subnetid=nil, paymode=nil, createtime=nil, expiretime=nil, mastersummary=nil, commonsummary=nil, ha=nil, accessinfo=nil, id=nil, regionid=nil, zonedesc=nil, flowmsg=nil, statusdesc=nil, renewflag=nil, tags=nil, monitor=nil, hasclstopic=nil, clstopicid=nil, clslogsetid=nil, enablexmlconfig=nil, regiondesc=nil, eip=nil, cosmovefactor=nil, kind=nil, iselastic=nil, instancestateinfo=nil, hazk=nil, mountdisktype=nil, chproxyvip=nil, cosbucketname=nil, canattachcbs=nil, canattachcbslvm=nil, canattachcos=nil, components=nil, upgradeversions=nil, esindexid=nil, esindexusername=nil, esindexpassword=nil, hasesindex=nil, issecondaryzone=nil, secondaryzoneinfo=nil, clickhousekeeper=nil)
|
1753
|
+
def initialize(instanceid=nil, instancename=nil, status=nil, version=nil, region=nil, zone=nil, vpcid=nil, subnetid=nil, paymode=nil, createtime=nil, expiretime=nil, mastersummary=nil, commonsummary=nil, ha=nil, accessinfo=nil, id=nil, regionid=nil, zonedesc=nil, flowmsg=nil, statusdesc=nil, renewflag=nil, tags=nil, monitor=nil, hasclstopic=nil, clstopicid=nil, clslogsetid=nil, enablexmlconfig=nil, regiondesc=nil, eip=nil, cosmovefactor=nil, kind=nil, iselastic=nil, instancestateinfo=nil, hazk=nil, mountdisktype=nil, chproxyvip=nil, cosbucketname=nil, canattachcbs=nil, canattachcbslvm=nil, canattachcos=nil, components=nil, upgradeversions=nil, esindexid=nil, esindexusername=nil, esindexpassword=nil, hasesindex=nil, issecondaryzone=nil, secondaryzoneinfo=nil, clickhousekeeper=nil, details=nil)
|
1734
1754
|
@InstanceId = instanceid
|
1735
1755
|
@InstanceName = instancename
|
1736
1756
|
@Status = status
|
@@ -1780,6 +1800,7 @@ module TencentCloud
|
|
1780
1800
|
@IsSecondaryZone = issecondaryzone
|
1781
1801
|
@SecondaryZoneInfo = secondaryzoneinfo
|
1782
1802
|
@ClickHouseKeeper = clickhousekeeper
|
1803
|
+
@Details = details
|
1783
1804
|
end
|
1784
1805
|
|
1785
1806
|
def deserialize(params)
|
@@ -1855,6 +1876,10 @@ module TencentCloud
|
|
1855
1876
|
@IsSecondaryZone = params['IsSecondaryZone']
|
1856
1877
|
@SecondaryZoneInfo = params['SecondaryZoneInfo']
|
1857
1878
|
@ClickHouseKeeper = params['ClickHouseKeeper']
|
1879
|
+
unless params['Details'].nil?
|
1880
|
+
@Details = InstanceDetail.new
|
1881
|
+
@Details.deserialize(params['Details'])
|
1882
|
+
end
|
1858
1883
|
end
|
1859
1884
|
end
|
1860
1885
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cdwch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.871
|
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-07-
|
11
|
+
date: 2024-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|