tencentcloud-sdk-oceanus 3.0.895 → 3.0.897

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 10c1c317c34381fb8ff17506191cf15138d37715
4
- data.tar.gz: 195c18cc118f2fbb0d3d509b69eccdc29566620e
3
+ metadata.gz: 7f7e3ceff903727982df0317078539e3b47b9843
4
+ data.tar.gz: ee2e81d1556dfc366e10c180ff0ce115d35a7c65
5
5
  SHA512:
6
- metadata.gz: 475052cdcbf96b3d52307009ca1f3d7ba5e65a5c767ec49914b8e35f400bda66a5ab1f6339e7ae7d15bd7e643d327eeb80cdd40c9a55500f93eb348772913c04
7
- data.tar.gz: 6f22e0708609e96559186d2932060a0d9f4950b8d1d05bab8047c3aee0d00e557f05453fde33b6e0fb5e5d0b4847b2f091780a95ee54ac4f866f183912716665
6
+ metadata.gz: 541ae4d1c6d7e28730e5fb5638d2425861b2d65274d199a079a3e0b76827394fa8cf80c90e64879084a9e5bb330b77e24abadc0f8fede865e40bceae2c04c40d
7
+ data.tar.gz: af47008be74200e7e71f5ed24b9d8eb4da36123243b00be303067e677e3ae986ea6a04f761357ab1041de3dab436eff20fb539bf96021ebc47ef0d8df4f1f8b3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.895
1
+ 3.0.897
@@ -245,10 +245,13 @@ module TencentCloud
245
245
  # @param BillingResourceMode: 集群类型
246
246
  # 注意:此字段可能返回 null,表示取不到有效值。
247
247
  # @type BillingResourceMode: String
248
+ # @param MemRatio: Cu比例
249
+ # 注意:此字段可能返回 null,表示取不到有效值。
250
+ # @type MemRatio: Integer
248
251
 
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
252
+ 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, :MemRatio
250
253
 
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)
254
+ 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, memratio=nil)
252
255
  @ClusterId = clusterid
253
256
  @Name = name
254
257
  @Region = region
@@ -295,6 +298,7 @@ module TencentCloud
295
298
  @AgentSerialId = agentserialid
296
299
  @ResourceType = resourcetype
297
300
  @BillingResourceMode = billingresourcemode
301
+ @MemRatio = memratio
298
302
  end
299
303
 
300
304
  def deserialize(params)
@@ -392,6 +396,7 @@ module TencentCloud
392
396
  @AgentSerialId = params['AgentSerialId']
393
397
  @ResourceType = params['ResourceType']
394
398
  @BillingResourceMode = params['BillingResourceMode']
399
+ @MemRatio = params['MemRatio']
395
400
  end
396
401
  end
397
402
 
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.895
4
+ version: 3.0.897
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-08-28 00:00:00.000000000 Z
11
+ date: 2024-09-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common