tencentcloud-sdk-oceanus 3.0.833 → 3.0.834
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/v20190422/models.rb +67 -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: 855db7d8779505f9b6fd4b39a29adaa752e89a7f
|
4
|
+
data.tar.gz: 745d4dd779836dcbdeb5a433fe2fbd1f7f15c2b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11714152bbca02af56e52e1ab40e6232910a317f81f55653cbf6c9b1f74fc0cf8916ab36925587f45adfe293be9a440ccba82d21e2db0d6e541f77357d51af5d
|
7
|
+
data.tar.gz: aa5acf4c685ba58cde94c27535a832769aa2f7116c589c9f81afeae7d4363e98a9eee49a3c7f1b0919e88a31c00da98fac41e919e9cf5916ae22ce6882eaab63
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.834
|
data/lib/v20190422/models.rb
CHANGED
@@ -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.
|
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-
|
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
|