tencentcloud-sdk-cdwch 3.0.616 → 3.0.617
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: 379b304e38b78789d90cb04f1cc9bc80143c821a
|
4
|
+
data.tar.gz: c6c99832501bb8ee734c46f0140ec59d177a0c0e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1745b1514e822e726bc28e43c63f08d472cc386417980af38c62302ee04dd16eda9851cd4026d6dc61baf74e876869d96e702d4edb8cdedeeab30fe7fb0975d3
|
7
|
+
data.tar.gz: 09fb703b0a5da533d0cfc1c7b2dfda1167ec57445c22d28f57c92aa90adbb9561210bec197c3fbb6edc662fc0e7f740caa43a04e9a5f0ddb9aa40fe3a97c1636
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.617
|
data/lib/v20200915/models.rb
CHANGED
@@ -1306,10 +1306,22 @@ module TencentCloud
|
|
1306
1306
|
# @param UpgradeVersions: 可升级的内核版本
|
1307
1307
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1308
1308
|
# @type UpgradeVersions: String
|
1309
|
+
# @param EsIndexId: ex-index
|
1310
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1311
|
+
# @type EsIndexId: String
|
1312
|
+
# @param EsIndexUsername: username
|
1313
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1314
|
+
# @type EsIndexUsername: String
|
1315
|
+
# @param EsIndexPassword: password
|
1316
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1317
|
+
# @type EsIndexPassword: String
|
1318
|
+
# @param HasEsIndex: true
|
1319
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1320
|
+
# @type HasEsIndex: Boolean
|
1309
1321
|
|
1310
|
-
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
|
1322
|
+
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
|
1311
1323
|
|
1312
|
-
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)
|
1324
|
+
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)
|
1313
1325
|
@InstanceId = instanceid
|
1314
1326
|
@InstanceName = instancename
|
1315
1327
|
@Status = status
|
@@ -1352,6 +1364,10 @@ module TencentCloud
|
|
1352
1364
|
@CanAttachCos = canattachcos
|
1353
1365
|
@Components = components
|
1354
1366
|
@UpgradeVersions = upgradeversions
|
1367
|
+
@EsIndexId = esindexid
|
1368
|
+
@EsIndexUsername = esindexusername
|
1369
|
+
@EsIndexPassword = esindexpassword
|
1370
|
+
@HasEsIndex = hasesindex
|
1355
1371
|
end
|
1356
1372
|
|
1357
1373
|
def deserialize(params)
|
@@ -1420,6 +1436,10 @@ module TencentCloud
|
|
1420
1436
|
end
|
1421
1437
|
end
|
1422
1438
|
@UpgradeVersions = params['UpgradeVersions']
|
1439
|
+
@EsIndexId = params['EsIndexId']
|
1440
|
+
@EsIndexUsername = params['EsIndexUsername']
|
1441
|
+
@EsIndexPassword = params['EsIndexPassword']
|
1442
|
+
@HasEsIndex = params['HasEsIndex']
|
1423
1443
|
end
|
1424
1444
|
end
|
1425
1445
|
|
@@ -1449,10 +1469,13 @@ module TencentCloud
|
|
1449
1469
|
# @param RequestId: 请求id
|
1450
1470
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1451
1471
|
# @type RequestId: String
|
1472
|
+
# @param ProcessSubName: 流程的二级名称
|
1473
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1474
|
+
# @type ProcessSubName: String
|
1452
1475
|
|
1453
|
-
attr_accessor :InstanceState, :FlowCreateTime, :FlowName, :FlowProgress, :InstanceStateDesc, :FlowMsg, :ProcessName, :RequestId
|
1476
|
+
attr_accessor :InstanceState, :FlowCreateTime, :FlowName, :FlowProgress, :InstanceStateDesc, :FlowMsg, :ProcessName, :RequestId, :ProcessSubName
|
1454
1477
|
|
1455
|
-
def initialize(instancestate=nil, flowcreatetime=nil, flowname=nil, flowprogress=nil, instancestatedesc=nil, flowmsg=nil, processname=nil, requestid=nil)
|
1478
|
+
def initialize(instancestate=nil, flowcreatetime=nil, flowname=nil, flowprogress=nil, instancestatedesc=nil, flowmsg=nil, processname=nil, requestid=nil, processsubname=nil)
|
1456
1479
|
@InstanceState = instancestate
|
1457
1480
|
@FlowCreateTime = flowcreatetime
|
1458
1481
|
@FlowName = flowname
|
@@ -1461,6 +1484,7 @@ module TencentCloud
|
|
1461
1484
|
@FlowMsg = flowmsg
|
1462
1485
|
@ProcessName = processname
|
1463
1486
|
@RequestId = requestid
|
1487
|
+
@ProcessSubName = processsubname
|
1464
1488
|
end
|
1465
1489
|
|
1466
1490
|
def deserialize(params)
|
@@ -1472,6 +1496,7 @@ module TencentCloud
|
|
1472
1496
|
@FlowMsg = params['FlowMsg']
|
1473
1497
|
@ProcessName = params['ProcessName']
|
1474
1498
|
@RequestId = params['RequestId']
|
1499
|
+
@ProcessSubName = params['ProcessSubName']
|
1475
1500
|
end
|
1476
1501
|
end
|
1477
1502
|
|
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.617
|
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-07-
|
11
|
+
date: 2023-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|