tencentcloud-sdk-oceanus 3.0.867 → 3.0.869

Sign up to get free protection for your applications and to get access to all the features.
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: 91aaf2e88c04d2dd6acf7f5765eef4f8c008bc92
4
+ data.tar.gz: e182d3c07065ff4bc7c6f010a39965ed1ec389fd
5
5
  SHA512:
6
- metadata.gz: 1f4ff6e0604862c39616dab4f87e0c9d18d5a71ad7684ee9a0bc68d15229d6cd66759a1f93a3e8273ec1b9bc14671836fe6ea6e6930cceafbdc35e56b6ec6ca2
7
- data.tar.gz: 4a4126888b3b45514ad39ccbe03b947b8ff6164f6d9510e1d8f48f57643586f1f0e8299a43f6eebbfca9e5b83c5d4569d0a7875b5325d4051074cb28a9cd2036
6
+ metadata.gz: f231793e229d35d0f131a1a1fa0beb302d097a92d202e01d8224febd00a3f69d74837f134645dbd6a9a7ddbadda1e0a32ab72270d3a0165ce6c784a504483603
7
+ data.tar.gz: 4bb119040e3c8568836365e53a05982ac663cbedb7aff7292a73792d834d377511a2e02bb4163282eb1215a1fac57680fc327d704bc68559bdc852da2b42b6f0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.867
1
+ 3.0.869
@@ -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.869
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-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common