tencentcloud-sdk-oceanus 3.0.896 → 3.0.898
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 +13 -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: 6e9c0508e8662b57a2d4ed2acc3537ac97886c9c
|
|
4
|
+
data.tar.gz: b13115c28ca4085bd700171601e1fc97ecbe8396
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 140e3afbe0282ea4a1afa5ff6026517a981bfd727c5fca78f3f9567d6aa6429d4475d9728fc1c83bf3a652c4b874c84b29ba0e8ab38ef4e579b0e437b234b1ef
|
|
7
|
+
data.tar.gz: bcb1f1b9b2565e9a2a49134ebf2f80b556d06e5fe32daef1fba69d08ad0eceba65160a22a5d84c29b0a355b278f48d39d40b1bb8be909ad70b28626eded0617b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.898
|
data/lib/v20190422/models.rb
CHANGED
|
@@ -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
|
|
|
@@ -1321,17 +1326,21 @@ module TencentCloud
|
|
|
1321
1326
|
# @type JobIds: Array
|
|
1322
1327
|
# @param WorkSpaceId: 工作空间Id
|
|
1323
1328
|
# @type WorkSpaceId: String
|
|
1329
|
+
# @param JobNames: 作业名称列表
|
|
1330
|
+
# @type JobNames: Array
|
|
1324
1331
|
|
|
1325
|
-
attr_accessor :JobIds, :WorkSpaceId
|
|
1332
|
+
attr_accessor :JobIds, :WorkSpaceId, :JobNames
|
|
1326
1333
|
|
|
1327
|
-
def initialize(jobids=nil, workspaceid=nil)
|
|
1334
|
+
def initialize(jobids=nil, workspaceid=nil, jobnames=nil)
|
|
1328
1335
|
@JobIds = jobids
|
|
1329
1336
|
@WorkSpaceId = workspaceid
|
|
1337
|
+
@JobNames = jobnames
|
|
1330
1338
|
end
|
|
1331
1339
|
|
|
1332
1340
|
def deserialize(params)
|
|
1333
1341
|
@JobIds = params['JobIds']
|
|
1334
1342
|
@WorkSpaceId = params['WorkSpaceId']
|
|
1343
|
+
@JobNames = params['JobNames']
|
|
1335
1344
|
end
|
|
1336
1345
|
end
|
|
1337
1346
|
|
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.898
|
|
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-
|
|
11
|
+
date: 2024-09-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|