tencentcloud-sdk-oceanus 3.0.832 → 3.0.834

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 +67 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5fecb4ff7a6b726f9fa99857858093fed49c9a3e
4
- data.tar.gz: a2c3d15fa64243d5f563357cc772215ac8f95d00
3
+ metadata.gz: 855db7d8779505f9b6fd4b39a29adaa752e89a7f
4
+ data.tar.gz: 745d4dd779836dcbdeb5a433fe2fbd1f7f15c2b0
5
5
  SHA512:
6
- metadata.gz: 0957db10bfda07a2f290e4f96561efedbceeffa991b04eb86ef5f8bba108b56548619a30696d546eb547f50b607c329418b694178fdbc0ff98eaa763c2d1bf99
7
- data.tar.gz: c013c7d564e55e29726a784ab455e8e2ac0b94353f43f2e36b1f18e4e7715b9a415de21eded72b4deaedc89a5de7a6bb5b8a2bf22cf4066ef1d60f5f88c46308
6
+ metadata.gz: 11714152bbca02af56e52e1ab40e6232910a317f81f55653cbf6c9b1f74fc0cf8916ab36925587f45adfe293be9a440ccba82d21e2db0d6e541f77357d51af5d
7
+ data.tar.gz: aa5acf4c685ba58cde94c27535a832769aa2f7116c589c9f81afeae7d4363e98a9eee49a3c7f1b0919e88a31c00da98fac41e919e9cf5916ae22ce6882eaab63
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.832
1
+ 3.0.834
@@ -230,10 +230,19 @@ module TencentCloud
230
230
  # @param WebUIType: 0 公网访问 // 1 内网访问
231
231
  # 注意:此字段可能返回 null,表示取不到有效值。
232
232
  # @type WebUIType: Integer
233
+ # @param Type: 2 独享集群
234
+ # 注意:此字段可能返回 null,表示取不到有效值。
235
+ # @type Type: Integer
236
+ # @param SubEks: 子eks集群
237
+ # 注意:此字段可能返回 null,表示取不到有效值。
238
+ # @type SubEks: :class:`Tencentcloud::Oceanus.v20190422.models.SubEks`
239
+ # @param AgentSerialId: 上级集群
240
+ # 注意:此字段可能返回 null,表示取不到有效值。
241
+ # @type AgentSerialId: String
233
242
 
234
- 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
243
+ 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
235
244
 
236
- 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)
245
+ 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)
237
246
  @ClusterId = clusterid
238
247
  @Name = name
239
248
  @Region = region
@@ -275,6 +284,9 @@ module TencentCloud
275
284
  @Orders = orders
276
285
  @SqlGateways = sqlgateways
277
286
  @WebUIType = webuitype
287
+ @Type = type
288
+ @SubEks = subeks
289
+ @AgentSerialId = agentserialid
278
290
  end
279
291
 
280
292
  def deserialize(params)
@@ -364,6 +376,12 @@ module TencentCloud
364
376
  end
365
377
  end
366
378
  @WebUIType = params['WebUIType']
379
+ @Type = params['Type']
380
+ unless params['SubEks'].nil?
381
+ @SubEks = SubEks.new
382
+ @SubEks.deserialize(params['SubEks'])
383
+ end
384
+ @AgentSerialId = params['AgentSerialId']
367
385
  end
368
386
  end
369
387
 
@@ -407,10 +425,13 @@ module TencentCloud
407
425
  # @type RunningCu: Float
408
426
  # @param PayMode: 付费模式
409
427
  # @type PayMode: Integer
428
+ # @param SubEks: 弹性
429
+ # 注意:此字段可能返回 null,表示取不到有效值。
430
+ # @type SubEks: :class:`Tencentcloud::Oceanus.v20190422.models.SubEks`
410
431
 
411
- attr_accessor :ClusterId, :Name, :Region, :Zone, :AppId, :OwnerUin, :CreatorUin, :CuNum, :CuMem, :Status, :StatusDesc, :CreateTime, :UpdateTime, :Remark, :NetEnvironmentType, :FreeCuNum, :FreeCu, :RunningCu, :PayMode
432
+ attr_accessor :ClusterId, :Name, :Region, :Zone, :AppId, :OwnerUin, :CreatorUin, :CuNum, :CuMem, :Status, :StatusDesc, :CreateTime, :UpdateTime, :Remark, :NetEnvironmentType, :FreeCuNum, :FreeCu, :RunningCu, :PayMode, :SubEks
412
433
 
413
- 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)
434
+ 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)
414
435
  @ClusterId = clusterid
415
436
  @Name = name
416
437
  @Region = region
@@ -430,6 +451,7 @@ module TencentCloud
430
451
  @FreeCu = freecu
431
452
  @RunningCu = runningcu
432
453
  @PayMode = paymode
454
+ @SubEks = subeks
433
455
  end
434
456
 
435
457
  def deserialize(params)
@@ -452,6 +474,10 @@ module TencentCloud
452
474
  @FreeCu = params['FreeCu']
453
475
  @RunningCu = params['RunningCu']
454
476
  @PayMode = params['PayMode']
477
+ unless params['SubEks'].nil?
478
+ @SubEks = SubEks.new
479
+ @SubEks.deserialize(params['SubEks'])
480
+ end
455
481
  end
456
482
  end
457
483
 
@@ -4673,6 +4699,43 @@ module TencentCloud
4673
4699
  end
4674
4700
  end
4675
4701
 
4702
+ # 混合计费
4703
+ class SubEks < TencentCloud::Common::AbstractModel
4704
+ # @param SerialId: 集群id
4705
+ # 注意:此字段可能返回 null,表示取不到有效值。
4706
+ # @type SerialId: String
4707
+ # @param CuNum: cu数
4708
+ # 注意:此字段可能返回 null,表示取不到有效值。
4709
+ # @type CuNum: Integer
4710
+ # @param Status: 状态
4711
+ # 注意:此字段可能返回 null,表示取不到有效值。
4712
+ # @type Status: Integer
4713
+ # @param StatusDesc: 状态描述
4714
+ # 注意:此字段可能返回 null,表示取不到有效值。
4715
+ # @type StatusDesc: String
4716
+ # @param RunningCu: 运行cu
4717
+ # 注意:此字段可能返回 null,表示取不到有效值。
4718
+ # @type RunningCu: Float
4719
+
4720
+ attr_accessor :SerialId, :CuNum, :Status, :StatusDesc, :RunningCu
4721
+
4722
+ def initialize(serialid=nil, cunum=nil, status=nil, statusdesc=nil, runningcu=nil)
4723
+ @SerialId = serialid
4724
+ @CuNum = cunum
4725
+ @Status = status
4726
+ @StatusDesc = statusdesc
4727
+ @RunningCu = runningcu
4728
+ end
4729
+
4730
+ def deserialize(params)
4731
+ @SerialId = params['SerialId']
4732
+ @CuNum = params['CuNum']
4733
+ @Status = params['Status']
4734
+ @StatusDesc = params['StatusDesc']
4735
+ @RunningCu = params['RunningCu']
4736
+ end
4737
+ end
4738
+
4676
4739
  # 子目录信息
4677
4740
  class SubFolderInfo < TencentCloud::Common::AbstractModel
4678
4741
  # @param FolderId: folder id
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.832
4
+ version: 3.0.834
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-05-28 00:00:00.000000000 Z
11
+ date: 2024-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common