tencentcloud-sdk-eis 3.0.590 → 3.0.591
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200715/models.rb +8 -8
- data/lib/v20210601/models.rb +15 -15
- 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: dabf4db8fe3324b6aea4d18ed6892a2e82eacf45
|
4
|
+
data.tar.gz: 1915ed0cf6b3bdc89b218857d6708b4aa8b1ebbe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 04aaee402bb2a07b7260f80755985914947d432c30fcab9f30f3ce3a9074b77e95d400d33ad2056420983a747b1b5fc87d05d9964cb0e0d89b6a9f8cc548747b
|
7
|
+
data.tar.gz: 3cb5e05fe3e9ceb12367fb19f166817544139c1ca89b676b788fac64c092b011cc8eb62d31420c290806faeb69eb82c5fa85899f57ecf2eaba6dc7aeac1c706b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20200715/models.rb
CHANGED
@@ -25,7 +25,7 @@ module TencentCloud
|
|
25
25
|
# @type ConnectorVersion: String
|
26
26
|
|
27
27
|
attr_accessor :ConnectorName, :ConnectorVersion
|
28
|
-
|
28
|
+
|
29
29
|
def initialize(connectorname=nil, connectorversion=nil)
|
30
30
|
@ConnectorName = connectorname
|
31
31
|
@ConnectorVersion = connectorversion
|
@@ -219,7 +219,7 @@ module TencentCloud
|
|
219
219
|
# @type RequestId: String
|
220
220
|
|
221
221
|
attr_accessor :ConnectorParameter, :RequestId
|
222
|
-
|
222
|
+
|
223
223
|
def initialize(connectorparameter=nil, requestid=nil)
|
224
224
|
@ConnectorParameter = connectorparameter
|
225
225
|
@RequestId = requestid
|
@@ -241,7 +241,7 @@ module TencentCloud
|
|
241
241
|
# @type IsTrigger: Boolean
|
242
242
|
|
243
243
|
attr_accessor :OperationName, :DisplayName, :IsTrigger
|
244
|
-
|
244
|
+
|
245
245
|
def initialize(operationname=nil, displayname=nil, istrigger=nil)
|
246
246
|
@OperationName = operationname
|
247
247
|
@DisplayName = displayname
|
@@ -271,7 +271,7 @@ module TencentCloud
|
|
271
271
|
# @type CreateTime: Integer
|
272
272
|
|
273
273
|
attr_accessor :ConnectorName, :DisplayName, :Company, :Product, :ConnectorVersion, :CreateTime
|
274
|
-
|
274
|
+
|
275
275
|
def initialize(connectorname=nil, displayname=nil, company=nil, product=nil, connectorversion=nil, createtime=nil)
|
276
276
|
@ConnectorName = connectorname
|
277
277
|
@DisplayName = displayname
|
@@ -299,7 +299,7 @@ module TencentCloud
|
|
299
299
|
# @type ConnectorVersion: String
|
300
300
|
|
301
301
|
attr_accessor :ConnectorName, :ConnectorVersion
|
302
|
-
|
302
|
+
|
303
303
|
def initialize(connectorname=nil, connectorversion=nil)
|
304
304
|
@ConnectorName = connectorname
|
305
305
|
@ConnectorVersion = connectorversion
|
@@ -319,7 +319,7 @@ module TencentCloud
|
|
319
319
|
# @type RequestId: String
|
320
320
|
|
321
321
|
attr_accessor :Operations, :RequestId
|
322
|
-
|
322
|
+
|
323
323
|
def initialize(operations=nil, requestid=nil)
|
324
324
|
@Operations = operations
|
325
325
|
@RequestId = requestid
|
@@ -348,7 +348,7 @@ module TencentCloud
|
|
348
348
|
# @type Limit: Integer
|
349
349
|
|
350
350
|
attr_accessor :ConnectorName, :Offset, :Limit
|
351
|
-
|
351
|
+
|
352
352
|
def initialize(connectorname=nil, offset=nil, limit=nil)
|
353
353
|
@ConnectorName = connectorname
|
354
354
|
@Offset = offset
|
@@ -372,7 +372,7 @@ module TencentCloud
|
|
372
372
|
# @type RequestId: String
|
373
373
|
|
374
374
|
attr_accessor :TotalCount, :Connectors, :RequestId
|
375
|
-
|
375
|
+
|
376
376
|
def initialize(totalcount=nil, connectors=nil, requestid=nil)
|
377
377
|
@TotalCount = totalcount
|
378
378
|
@Connectors = connectors
|
data/lib/v20210601/models.rb
CHANGED
@@ -42,7 +42,7 @@ module TencentCloud
|
|
42
42
|
# @type Deployed: Boolean
|
43
43
|
|
44
44
|
attr_accessor :RuntimeId, :DisplayName, :Type, :Zone, :Area, :Addr, :Status, :ExpiredAt, :RuntimeClass, :Deployed
|
45
|
-
|
45
|
+
|
46
46
|
def initialize(runtimeid=nil, displayname=nil, type=nil, zone=nil, area=nil, addr=nil, status=nil, expiredat=nil, runtimeclass=nil, deployed=nil)
|
47
47
|
@RuntimeId = runtimeid
|
48
48
|
@DisplayName = displayname
|
@@ -80,7 +80,7 @@ module TencentCloud
|
|
80
80
|
# @type RuntimeClass: Integer
|
81
81
|
|
82
82
|
attr_accessor :RuntimeId, :Zone, :RuntimeClass
|
83
|
-
|
83
|
+
|
84
84
|
def initialize(runtimeid=nil, zone=nil, runtimeclass=nil)
|
85
85
|
@RuntimeId = runtimeid
|
86
86
|
@Zone = zone
|
@@ -102,7 +102,7 @@ module TencentCloud
|
|
102
102
|
# @type RequestId: String
|
103
103
|
|
104
104
|
attr_accessor :Runtime, :RequestId
|
105
|
-
|
105
|
+
|
106
106
|
def initialize(runtime=nil, requestid=nil)
|
107
107
|
@Runtime = runtime
|
108
108
|
@RequestId = requestid
|
@@ -135,7 +135,7 @@ module TencentCloud
|
|
135
135
|
# @type RuntimeClass: Integer
|
136
136
|
|
137
137
|
attr_accessor :RuntimeId, :StartTime, :EndTime, :MetricType, :RateType, :Interval, :RuntimeClass
|
138
|
-
|
138
|
+
|
139
139
|
def initialize(runtimeid=nil, starttime=nil, endtime=nil, metrictype=nil, ratetype=nil, interval=nil, runtimeclass=nil)
|
140
140
|
@RuntimeId = runtimeid
|
141
141
|
@StartTime = starttime
|
@@ -167,7 +167,7 @@ module TencentCloud
|
|
167
167
|
# @type RequestId: String
|
168
168
|
|
169
169
|
attr_accessor :MetricType, :Values, :RequestId
|
170
|
-
|
170
|
+
|
171
171
|
def initialize(metrictype=nil, values=nil, requestid=nil)
|
172
172
|
@MetricType = metrictype
|
173
173
|
@Values = values
|
@@ -198,7 +198,7 @@ module TencentCloud
|
|
198
198
|
# @type PlanType: Integer
|
199
199
|
|
200
200
|
attr_accessor :ProjectId, :InstanceId, :PlanType
|
201
|
-
|
201
|
+
|
202
202
|
def initialize(projectid=nil, instanceid=nil, plantype=nil)
|
203
203
|
@ProjectId = projectid
|
204
204
|
@InstanceId = instanceid
|
@@ -220,7 +220,7 @@ module TencentCloud
|
|
220
220
|
# @type RequestId: String
|
221
221
|
|
222
222
|
attr_accessor :Runtimes, :RequestId
|
223
|
-
|
223
|
+
|
224
224
|
def initialize(runtimes=nil, requestid=nil)
|
225
225
|
@Runtimes = runtimes
|
226
226
|
@RequestId = requestid
|
@@ -264,7 +264,7 @@ module TencentCloud
|
|
264
264
|
# @type Status: Integer
|
265
265
|
|
266
266
|
attr_accessor :RuntimeId, :Limit, :Offset, :SortType, :Sort, :Zone, :ApiVersion, :GroupId, :Status
|
267
|
-
|
267
|
+
|
268
268
|
def initialize(runtimeid=nil, limit=nil, offset=nil, sorttype=nil, sort=nil, zone=nil, apiversion=nil, groupid=nil, status=nil)
|
269
269
|
@RuntimeId = runtimeid
|
270
270
|
@Limit = limit
|
@@ -300,7 +300,7 @@ module TencentCloud
|
|
300
300
|
# @type RequestId: String
|
301
301
|
|
302
302
|
attr_accessor :Instances, :TotalCount, :RequestId
|
303
|
-
|
303
|
+
|
304
304
|
def initialize(instances=nil, totalcount=nil, requestid=nil)
|
305
305
|
@Instances = instances
|
306
306
|
@TotalCount = totalcount
|
@@ -329,7 +329,7 @@ module TencentCloud
|
|
329
329
|
# @type PlanType: Integer
|
330
330
|
|
331
331
|
attr_accessor :RuntimeClass, :PlanType
|
332
|
-
|
332
|
+
|
333
333
|
def initialize(runtimeclass=nil, plantype=nil)
|
334
334
|
@RuntimeClass = runtimeclass
|
335
335
|
@PlanType = plantype
|
@@ -349,7 +349,7 @@ module TencentCloud
|
|
349
349
|
# @type RequestId: String
|
350
350
|
|
351
351
|
attr_accessor :Runtimes, :RequestId
|
352
|
-
|
352
|
+
|
353
353
|
def initialize(runtimes=nil, requestid=nil)
|
354
354
|
@Runtimes = runtimes
|
355
355
|
@RequestId = requestid
|
@@ -378,7 +378,7 @@ module TencentCloud
|
|
378
378
|
# @type Val: String
|
379
379
|
|
380
380
|
attr_accessor :Time, :Val
|
381
|
-
|
381
|
+
|
382
382
|
def initialize(time=nil, val=nil)
|
383
383
|
@Time = time
|
384
384
|
@Val = val
|
@@ -418,7 +418,7 @@ module TencentCloud
|
|
418
418
|
# @type ProjectVersion: Integer
|
419
419
|
|
420
420
|
attr_accessor :GroupId, :GroupName, :ProjectId, :ProjectName, :InstanceId, :InstanceVersion, :InstanceCreatedAt, :Status, :CreatedAt, :UpdatedAt, :ProjectType, :ProjectVersion
|
421
|
-
|
421
|
+
|
422
422
|
def initialize(groupid=nil, groupname=nil, projectid=nil, projectname=nil, instanceid=nil, instanceversion=nil, instancecreatedat=nil, status=nil, createdat=nil, updatedat=nil, projecttype=nil, projectversion=nil)
|
423
423
|
@GroupId = groupid
|
424
424
|
@GroupName = groupname
|
@@ -468,7 +468,7 @@ module TencentCloud
|
|
468
468
|
# @type UpdatedAt: Integer
|
469
469
|
|
470
470
|
attr_accessor :Type, :Size, :Replica, :Name, :Status, :CreatedAt, :UpdatedAt
|
471
|
-
|
471
|
+
|
472
472
|
def initialize(type=nil, size=nil, replica=nil, name=nil, status=nil, createdat=nil, updatedat=nil)
|
473
473
|
@Type = type
|
474
474
|
@Size = size
|
@@ -551,7 +551,7 @@ module TencentCloud
|
|
551
551
|
# @type BandwidthOutLimit: Float
|
552
552
|
|
553
553
|
attr_accessor :RuntimeId, :Uin, :DisplayName, :Zone, :Type, :Status, :CreatedAt, :UpdatedAt, :WorkerSize, :WorkerReplica, :RunningInstanceCount, :CpuUsed, :CpuLimit, :MemoryUsed, :MemoryLimit, :ExpiredAt, :ChargeType, :ResourceLimitType, :AutoRenewal, :WorkerExtensions, :RuntimeType, :RuntimeClass, :BandwidthOutUsed, :BandwidthOutLimit
|
554
|
-
|
554
|
+
|
555
555
|
def initialize(runtimeid=nil, uin=nil, displayname=nil, zone=nil, type=nil, status=nil, createdat=nil, updatedat=nil, workersize=nil, workerreplica=nil, runninginstancecount=nil, cpuused=nil, cpulimit=nil, memoryused=nil, memorylimit=nil, expiredat=nil, chargetype=nil, resourcelimittype=nil, autorenewal=nil, workerextensions=nil, runtimetype=nil, runtimeclass=nil, bandwidthoutused=nil, bandwidthoutlimit=nil)
|
556
556
|
@RuntimeId = runtimeid
|
557
557
|
@Uin = uin
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-eis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.591
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06-
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|