tencentcloud-sdk-oceanus 3.0.836 → 3.0.837

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1eb4f095cdfa72210e236d416586614a1405e180
4
- data.tar.gz: c5330fe4f7ac6d49f795aeceb9bd7dd1085a43c1
3
+ metadata.gz: 9cf2cf31575a16b4fe950afa14d3bca2aa46acff
4
+ data.tar.gz: b648c908d31edc9b49c7a7a34237b9152d4a66e7
5
5
  SHA512:
6
- metadata.gz: 9ec5400a5bc90316228054bd80f10a3116a00d6059aa35600eb8d81be3397d1f28eeaed69ec9563338c200d41a1f03de19ab88c467ae8455ca8379c3c3b8e290
7
- data.tar.gz: 9877d7979f83fc5909843f600f5ec716524077f11d5b03202cf74e102b6e374b343943a4b096476c4923dd1dc809cfc4a760ddee2b92fac3e94665e5ecbeeb70
6
+ metadata.gz: 3cda34831f80037c24d9940778132ecfb611f0f97357c6f40996863ba9b195b7bd549511cd345613bd7c194a336db3906661fb201f362f50351b175be12f9db4
7
+ data.tar.gz: 6cb4b6f2e8dac5a3d47569f5d925d228dd76e6c8464c2df2520c222bebddb61dac0cfc2ae0423417e0b911ec1cbac6925ff96b29d818cbcaef035cbdf2a486df
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.836
1
+ 3.0.837
@@ -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.837
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-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common