tencentcloud-sdk-cfg 3.0.924 → 3.0.926
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/v20210820/models.rb +16 -6
- 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: f4335a0ca88d7b3bb49e310e1894a90c89e34d2d
|
4
|
+
data.tar.gz: 5195f00072d60263c62a1d9ef3e4536a573f8433
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca47a63a1642a9bacdb7857c79ad088aa1f59cf1cae292b2a83dbfaaceb0a58828e0769d5cbef9905d4926c8ade4255a36ccf75eee69a765b2de521b36f614bc
|
7
|
+
data.tar.gz: 827a151bd81b1a304bea15ad2e7f62bbb206832261ff8acb91fbbde8a824b332bfdca2ecf751c741c3e1a89b0d91bb18543c6bfd63389fa29441871f196523ad
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.926
|
data/lib/v20210820/models.rb
CHANGED
@@ -202,10 +202,13 @@ module TencentCloud
|
|
202
202
|
# @param IsNewAction: 是否是新动作
|
203
203
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
204
204
|
# @type IsNewAction: Boolean
|
205
|
+
# @param ObjectTypeId: 对象类型ID
|
206
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
207
|
+
# @type ObjectTypeId: Integer
|
205
208
|
|
206
|
-
attr_accessor :ActionName, :Desc, :ActionType, :CreateTime, :Creator, :UpdateTime, :RiskDesc, :ActionId, :AttributeId, :RelationActionId, :ActionCommand, :ActionCommandType, :ActionContent, :ResourceType, :ActionDetail, :IsAllowed, :ActionBestCase, :ObjectType, :MetricIdList, :IsNewAction
|
209
|
+
attr_accessor :ActionName, :Desc, :ActionType, :CreateTime, :Creator, :UpdateTime, :RiskDesc, :ActionId, :AttributeId, :RelationActionId, :ActionCommand, :ActionCommandType, :ActionContent, :ResourceType, :ActionDetail, :IsAllowed, :ActionBestCase, :ObjectType, :MetricIdList, :IsNewAction, :ObjectTypeId
|
207
210
|
|
208
|
-
def initialize(actionname=nil, desc=nil, actiontype=nil, createtime=nil, creator=nil, updatetime=nil, riskdesc=nil, actionid=nil, attributeid=nil, relationactionid=nil, actioncommand=nil, actioncommandtype=nil, actioncontent=nil, resourcetype=nil, actiondetail=nil, isallowed=nil, actionbestcase=nil, objecttype=nil, metricidlist=nil, isnewaction=nil)
|
211
|
+
def initialize(actionname=nil, desc=nil, actiontype=nil, createtime=nil, creator=nil, updatetime=nil, riskdesc=nil, actionid=nil, attributeid=nil, relationactionid=nil, actioncommand=nil, actioncommandtype=nil, actioncontent=nil, resourcetype=nil, actiondetail=nil, isallowed=nil, actionbestcase=nil, objecttype=nil, metricidlist=nil, isnewaction=nil, objecttypeid=nil)
|
209
212
|
@ActionName = actionname
|
210
213
|
@Desc = desc
|
211
214
|
@ActionType = actiontype
|
@@ -226,6 +229,7 @@ module TencentCloud
|
|
226
229
|
@ObjectType = objecttype
|
227
230
|
@MetricIdList = metricidlist
|
228
231
|
@IsNewAction = isnewaction
|
232
|
+
@ObjectTypeId = objecttypeid
|
229
233
|
end
|
230
234
|
|
231
235
|
def deserialize(params)
|
@@ -249,6 +253,7 @@ module TencentCloud
|
|
249
253
|
@ObjectType = params['ObjectType']
|
250
254
|
@MetricIdList = params['MetricIdList']
|
251
255
|
@IsNewAction = params['IsNewAction']
|
256
|
+
@ObjectTypeId = params['ObjectTypeId']
|
252
257
|
end
|
253
258
|
end
|
254
259
|
|
@@ -1956,8 +1961,8 @@ module TencentCloud
|
|
1956
1961
|
|
1957
1962
|
attr_accessor :TaskGroupInstanceId, :TaskGroupInstanceObjectId, :TaskGroupInstanceStatus, :TaskGroupInstanceCreateTime, :TaskGroupInstanceUpdateTime, :TaskGroupInstanceStatusType, :TaskGroupInstanceStartTime, :TaskGroupInstanceEndTime, :TaskGroupInstanceExecuteLog, :TaskGroupInstanceIsRedo, :TaskGroupInstanceExecuteTime
|
1958
1963
|
extend Gem::Deprecate
|
1959
|
-
deprecate :TaskGroupInstanceExecuteLog, :none, 2024,
|
1960
|
-
deprecate :TaskGroupInstanceExecuteLog=, :none, 2024,
|
1964
|
+
deprecate :TaskGroupInstanceExecuteLog, :none, 2024, 10
|
1965
|
+
deprecate :TaskGroupInstanceExecuteLog=, :none, 2024, 10
|
1961
1966
|
|
1962
1967
|
def initialize(taskgroupinstanceid=nil, taskgroupinstanceobjectid=nil, taskgroupinstancestatus=nil, taskgroupinstancecreatetime=nil, taskgroupinstanceupdatetime=nil, taskgroupinstancestatustype=nil, taskgroupinstancestarttime=nil, taskgroupinstanceendtime=nil, taskgroupinstanceexecutelog=nil, taskgroupinstanceisredo=nil, taskgroupinstanceexecutetime=nil)
|
1963
1968
|
@TaskGroupInstanceId = taskgroupinstanceid
|
@@ -2176,10 +2181,13 @@ module TencentCloud
|
|
2176
2181
|
# @type ArchiveStage: Integer
|
2177
2182
|
# @param ArchiveTime: 归档时间
|
2178
2183
|
# @type ArchiveTime: String
|
2184
|
+
# @param ArchiveUuid: 归档ID
|
2185
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2186
|
+
# @type ArchiveUuid: String
|
2179
2187
|
|
2180
|
-
attr_accessor :Stage, :CreateTime, :ExpirationTime, :Expired, :CosUrl, :Log, :ArchiveStage, :ArchiveTime
|
2188
|
+
attr_accessor :Stage, :CreateTime, :ExpirationTime, :Expired, :CosUrl, :Log, :ArchiveStage, :ArchiveTime, :ArchiveUuid
|
2181
2189
|
|
2182
|
-
def initialize(stage=nil, createtime=nil, expirationtime=nil, expired=nil, cosurl=nil, log=nil, archivestage=nil, archivetime=nil)
|
2190
|
+
def initialize(stage=nil, createtime=nil, expirationtime=nil, expired=nil, cosurl=nil, log=nil, archivestage=nil, archivetime=nil, archiveuuid=nil)
|
2183
2191
|
@Stage = stage
|
2184
2192
|
@CreateTime = createtime
|
2185
2193
|
@ExpirationTime = expirationtime
|
@@ -2188,6 +2196,7 @@ module TencentCloud
|
|
2188
2196
|
@Log = log
|
2189
2197
|
@ArchiveStage = archivestage
|
2190
2198
|
@ArchiveTime = archivetime
|
2199
|
+
@ArchiveUuid = archiveuuid
|
2191
2200
|
end
|
2192
2201
|
|
2193
2202
|
def deserialize(params)
|
@@ -2199,6 +2208,7 @@ module TencentCloud
|
|
2199
2208
|
@Log = params['Log']
|
2200
2209
|
@ArchiveStage = params['ArchiveStage']
|
2201
2210
|
@ArchiveTime = params['ArchiveTime']
|
2211
|
+
@ArchiveUuid = params['ArchiveUuid']
|
2202
2212
|
end
|
2203
2213
|
end
|
2204
2214
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cfg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.926
|
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-10-
|
11
|
+
date: 2024-10-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|