tencentcloud-sdk-oceanus 3.0.867 → 3.0.868

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/v20190422/models.rb +14 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d6afddee3e722aaa6dc778bc3f89ff9cee41c1f0
4
- data.tar.gz: 12f0db061f804f12d3bf295038ee178b5b933ee1
3
+ metadata.gz: 1ff19eaa86daab150c27141ed48b3a89ecc4be2a
4
+ data.tar.gz: 6e79caf27919a64a2051f7861e0012dbe43c4314
5
5
  SHA512:
6
- metadata.gz: 1f4ff6e0604862c39616dab4f87e0c9d18d5a71ad7684ee9a0bc68d15229d6cd66759a1f93a3e8273ec1b9bc14671836fe6ea6e6930cceafbdc35e56b6ec6ca2
7
- data.tar.gz: 4a4126888b3b45514ad39ccbe03b947b8ff6164f6d9510e1d8f48f57643586f1f0e8299a43f6eebbfca9e5b83c5d4569d0a7875b5325d4051074cb28a9cd2036
6
+ metadata.gz: fb609edcb1d98847247379debb4900cb12acc09b27136841fe7b6b16e5511952c0df210c58bc579b632304cf0f59a61c536912150cd21c0674eb442e9c84bd70
7
+ data.tar.gz: c35579103097622364893df94dbb7c7255481d992f63f875dfb16316abfa6a3010457dc0f027ac5b49d2bf7524b0b8ce6833a09f2d71457e04cf1c20412fbaca
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.867
1
+ 3.0.868
@@ -242,10 +242,13 @@ module TencentCloud
242
242
  # @param ResourceType: 资源类型
243
243
  # 注意:此字段可能返回 null,表示取不到有效值。
244
244
  # @type ResourceType: Integer
245
+ # @param BillingResourceMode: 集群类型
246
+ # 注意:此字段可能返回 null,表示取不到有效值。
247
+ # @type BillingResourceMode: String
245
248
 
246
- attr_accessor :ClusterId, :Name, :Region, :AppId, :OwnerUin, :CreatorUin, :Status, :Remark, :CreateTime, :UpdateTime, :CuNum, :CuMem, :Zone, :StatusDesc, :CCNs, :NetEnvironmentType, :FreeCuNum, :Tags, :IsolatedTime, :ExpireTime, :SecondsUntilExpiry, :AutoRenewFlag, :DefaultCOSBucket, :CLSLogSet, :CLSTopicId, :CLSLogName, :CLSTopicName, :Version, :FreeCu, :DefaultLogCollectConf, :CustomizedDNSEnabled, :Correlations, :RunningCu, :PayMode, :IsNeedManageNode, :ClusterSessions, :ArchGeneration, :ClusterType, :Orders, :SqlGateways, :WebUIType, :Type, :SubEks, :AgentSerialId, :ResourceType
249
+ attr_accessor :ClusterId, :Name, :Region, :AppId, :OwnerUin, :CreatorUin, :Status, :Remark, :CreateTime, :UpdateTime, :CuNum, :CuMem, :Zone, :StatusDesc, :CCNs, :NetEnvironmentType, :FreeCuNum, :Tags, :IsolatedTime, :ExpireTime, :SecondsUntilExpiry, :AutoRenewFlag, :DefaultCOSBucket, :CLSLogSet, :CLSTopicId, :CLSLogName, :CLSTopicName, :Version, :FreeCu, :DefaultLogCollectConf, :CustomizedDNSEnabled, :Correlations, :RunningCu, :PayMode, :IsNeedManageNode, :ClusterSessions, :ArchGeneration, :ClusterType, :Orders, :SqlGateways, :WebUIType, :Type, :SubEks, :AgentSerialId, :ResourceType, :BillingResourceMode
247
250
 
248
- def initialize(clusterid=nil, name=nil, region=nil, appid=nil, owneruin=nil, creatoruin=nil, status=nil, remark=nil, createtime=nil, updatetime=nil, cunum=nil, cumem=nil, zone=nil, statusdesc=nil, ccns=nil, netenvironmenttype=nil, freecunum=nil, tags=nil, isolatedtime=nil, expiretime=nil, secondsuntilexpiry=nil, autorenewflag=nil, defaultcosbucket=nil, clslogset=nil, clstopicid=nil, clslogname=nil, clstopicname=nil, version=nil, freecu=nil, defaultlogcollectconf=nil, customizeddnsenabled=nil, correlations=nil, runningcu=nil, paymode=nil, isneedmanagenode=nil, clustersessions=nil, archgeneration=nil, clustertype=nil, orders=nil, sqlgateways=nil, webuitype=nil, type=nil, subeks=nil, agentserialid=nil, resourcetype=nil)
251
+ def initialize(clusterid=nil, name=nil, region=nil, appid=nil, owneruin=nil, creatoruin=nil, status=nil, remark=nil, createtime=nil, updatetime=nil, cunum=nil, cumem=nil, zone=nil, statusdesc=nil, ccns=nil, netenvironmenttype=nil, freecunum=nil, tags=nil, isolatedtime=nil, expiretime=nil, secondsuntilexpiry=nil, autorenewflag=nil, defaultcosbucket=nil, clslogset=nil, clstopicid=nil, clslogname=nil, clstopicname=nil, version=nil, freecu=nil, defaultlogcollectconf=nil, customizeddnsenabled=nil, correlations=nil, runningcu=nil, paymode=nil, isneedmanagenode=nil, clustersessions=nil, archgeneration=nil, clustertype=nil, orders=nil, sqlgateways=nil, webuitype=nil, type=nil, subeks=nil, agentserialid=nil, resourcetype=nil, billingresourcemode=nil)
249
252
  @ClusterId = clusterid
250
253
  @Name = name
251
254
  @Region = region
@@ -291,6 +294,7 @@ module TencentCloud
291
294
  @SubEks = subeks
292
295
  @AgentSerialId = agentserialid
293
296
  @ResourceType = resourcetype
297
+ @BillingResourceMode = billingresourcemode
294
298
  end
295
299
 
296
300
  def deserialize(params)
@@ -387,6 +391,7 @@ module TencentCloud
387
391
  end
388
392
  @AgentSerialId = params['AgentSerialId']
389
393
  @ResourceType = params['ResourceType']
394
+ @BillingResourceMode = params['BillingResourceMode']
390
395
  end
391
396
  end
392
397
 
@@ -433,10 +438,13 @@ module TencentCloud
433
438
  # @param SubEks: 弹性
434
439
  # 注意:此字段可能返回 null,表示取不到有效值。
435
440
  # @type SubEks: :class:`Tencentcloud::Oceanus.v20190422.models.SubEks`
441
+ # @param BillingResourceMode: 默认 "" 包销模式 "exclusiveSale"
442
+ # 注意:此字段可能返回 null,表示取不到有效值。
443
+ # @type BillingResourceMode: String
436
444
 
437
- attr_accessor :ClusterId, :Name, :Region, :Zone, :AppId, :OwnerUin, :CreatorUin, :CuNum, :CuMem, :Status, :StatusDesc, :CreateTime, :UpdateTime, :Remark, :NetEnvironmentType, :FreeCuNum, :FreeCu, :RunningCu, :PayMode, :SubEks
445
+ attr_accessor :ClusterId, :Name, :Region, :Zone, :AppId, :OwnerUin, :CreatorUin, :CuNum, :CuMem, :Status, :StatusDesc, :CreateTime, :UpdateTime, :Remark, :NetEnvironmentType, :FreeCuNum, :FreeCu, :RunningCu, :PayMode, :SubEks, :BillingResourceMode
438
446
 
439
- def initialize(clusterid=nil, name=nil, region=nil, zone=nil, appid=nil, owneruin=nil, creatoruin=nil, cunum=nil, cumem=nil, status=nil, statusdesc=nil, createtime=nil, updatetime=nil, remark=nil, netenvironmenttype=nil, freecunum=nil, freecu=nil, runningcu=nil, paymode=nil, subeks=nil)
447
+ def initialize(clusterid=nil, name=nil, region=nil, zone=nil, appid=nil, owneruin=nil, creatoruin=nil, cunum=nil, cumem=nil, status=nil, statusdesc=nil, createtime=nil, updatetime=nil, remark=nil, netenvironmenttype=nil, freecunum=nil, freecu=nil, runningcu=nil, paymode=nil, subeks=nil, billingresourcemode=nil)
440
448
  @ClusterId = clusterid
441
449
  @Name = name
442
450
  @Region = region
@@ -457,6 +465,7 @@ module TencentCloud
457
465
  @RunningCu = runningcu
458
466
  @PayMode = paymode
459
467
  @SubEks = subeks
468
+ @BillingResourceMode = billingresourcemode
460
469
  end
461
470
 
462
471
  def deserialize(params)
@@ -483,6 +492,7 @@ module TencentCloud
483
492
  @SubEks = SubEks.new
484
493
  @SubEks.deserialize(params['SubEks'])
485
494
  end
495
+ @BillingResourceMode = params['BillingResourceMode']
486
496
  end
487
497
  end
488
498
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-oceanus
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.867
4
+ version: 3.0.868
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-17 00:00:00.000000000 Z
11
+ date: 2024-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common