tencentcloud-sdk-oceanus 3.0.836 → 3.0.838

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: 1eb4f095cdfa72210e236d416586614a1405e180
4
- data.tar.gz: c5330fe4f7ac6d49f795aeceb9bd7dd1085a43c1
3
+ metadata.gz: 921056b6408ca7e5388dfe9aa696efc5416598fc
4
+ data.tar.gz: 734fc2b69b59e86fd1ca60654dc391be3fb38afd
5
5
  SHA512:
6
- metadata.gz: 9ec5400a5bc90316228054bd80f10a3116a00d6059aa35600eb8d81be3397d1f28eeaed69ec9563338c200d41a1f03de19ab88c467ae8455ca8379c3c3b8e290
7
- data.tar.gz: 9877d7979f83fc5909843f600f5ec716524077f11d5b03202cf74e102b6e374b343943a4b096476c4923dd1dc809cfc4a760ddee2b92fac3e94665e5ecbeeb70
6
+ metadata.gz: 3acad087de2f2b948c67291429d2237d2c03887d3415989e85e6e12e2254e294c7ad7359d1624562deeee61805352b50d5fc9d50bd394839bcaf4e7b8e59f265
7
+ data.tar.gz: ad6a7ddf34d3ed9459f5ab48edd9a92290280239b612b463419ca3ef008137b23302eaec7fcd4e642416006feaeec74f56e39efd4ce984231e864c59cf9f0f68
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.836
1
+ 3.0.838
@@ -239,10 +239,13 @@ module TencentCloud
239
239
  # @param AgentSerialId: 上级集群
240
240
  # 注意:此字段可能返回 null,表示取不到有效值。
241
241
  # @type AgentSerialId: String
242
+ # @param ResourceType: 资源类型
243
+ # 注意:此字段可能返回 null,表示取不到有效值。
244
+ # @type ResourceType: Integer
242
245
 
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
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
244
247
 
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)
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)
246
249
  @ClusterId = clusterid
247
250
  @Name = name
248
251
  @Region = region
@@ -287,6 +290,7 @@ module TencentCloud
287
290
  @Type = type
288
291
  @SubEks = subeks
289
292
  @AgentSerialId = agentserialid
293
+ @ResourceType = resourcetype
290
294
  end
291
295
 
292
296
  def deserialize(params)
@@ -382,6 +386,7 @@ module TencentCloud
382
386
  @SubEks.deserialize(params['SubEks'])
383
387
  end
384
388
  @AgentSerialId = params['AgentSerialId']
389
+ @ResourceType = params['ResourceType']
385
390
  end
386
391
  end
387
392
 
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.836
4
+ version: 3.0.838
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-06-03 00:00:00.000000000 Z
11
+ date: 2024-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common