tencentcloud-sdk-scf 3.0.590 → 3.0.591

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180416/models.rb +153 -139
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2e08d32537b375e4b4d08a0cfdf73716c05716d9
4
- data.tar.gz: 5ebca1dab281eadf8cc983e5e762cbbd4c949b3f
3
+ metadata.gz: c799a1613fc24e5678f31c3dcf2d94f8bf280f8b
4
+ data.tar.gz: f8b96c305fb88fada5335f05622460d926a5bd20
5
5
  SHA512:
6
- metadata.gz: 5cc0ef3cdf3629454a74d3921844bd65638e0f5440bd16e78be07e65dbb5f25a0cb40fa852f8be5f5e84e7562630810e6295392be0afc7ebcadaa4d3b7add2ee
7
- data.tar.gz: d8930f4cd20095889b82122cd64d95803bbf9db7224b2a5f23b14eeb5aecafb8dc93cf646dc419e4194d04fb54e07107e6a94cf4b39e37ff4fd660770eb77bbd
6
+ metadata.gz: 3e5b7f137e81896417b74e645d4ef607e35f65c3926185ae186ba85231c62512cca5ae20f42d2b172518aa5f4817a047799f5c2e4ac123e5a6abdf2c6c2e877a
7
+ data.tar.gz: 7321f15602624edaba79dc11b1895b1a25fa8487bfbfb4b4e12dc6eb66c274ce831cd9a01a6e3bc997fba4e6bd791c95490c464cd1370f70aaecc85f025448e2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.590
1
+ 3.0.591
@@ -25,7 +25,7 @@ module TencentCloud
25
25
  # @type Vip: String
26
26
 
27
27
  attr_accessor :Host, :Vip
28
-
28
+
29
29
  def initialize(host=nil, vip=nil)
30
30
  @Host = host
31
31
  @Vip = vip
@@ -57,7 +57,7 @@ module TencentCloud
57
57
  # @type ModTime: String
58
58
 
59
59
  attr_accessor :FunctionVersion, :Name, :RoutingConfig, :Description, :AddTime, :ModTime
60
-
60
+
61
61
  def initialize(functionversion=nil, name=nil, routingconfig=nil, description=nil, addtime=nil, modtime=nil)
62
62
  @FunctionVersion = functionversion
63
63
  @Name = name
@@ -96,7 +96,7 @@ module TencentCloud
96
96
  # @type EndTime: String
97
97
 
98
98
  attr_accessor :InvokeRequestId, :InvokeType, :Qualifier, :Status, :StartTime, :EndTime
99
-
99
+
100
100
  def initialize(invokerequestid=nil, invoketype=nil, qualifier=nil, status=nil, starttime=nil, endtime=nil)
101
101
  @InvokeRequestId = invokerequestid
102
102
  @InvokeType = invoketype
@@ -126,7 +126,7 @@ module TencentCloud
126
126
  # @type InvokeRequestId: String
127
127
 
128
128
  attr_accessor :Status, :StatusCode, :InvokeRequestId
129
-
129
+
130
130
  def initialize(status=nil, statuscode=nil, invokerequestid=nil)
131
131
  @Status = status
132
132
  @StatusCode = statuscode
@@ -148,7 +148,7 @@ module TencentCloud
148
148
  # @type MsgTTL: Integer
149
149
 
150
150
  attr_accessor :RetryConfig, :MsgTTL
151
-
151
+
152
152
  def initialize(retryconfig=nil, msgttl=nil)
153
153
  @RetryConfig = retryconfig
154
154
  @MsgTTL = msgttl
@@ -173,7 +173,7 @@ module TencentCloud
173
173
  # @type CfsInsList: Array
174
174
 
175
175
  attr_accessor :CfsInsList
176
-
176
+
177
177
  def initialize(cfsinslist=nil)
178
178
  @CfsInsList = cfsinslist
179
179
  end
@@ -218,7 +218,7 @@ module TencentCloud
218
218
  # @type MountSubnetId: String
219
219
 
220
220
  attr_accessor :UserId, :UserGroupId, :CfsId, :MountInsId, :LocalMountDir, :RemoteMountDir, :IpAddress, :MountVpcId, :MountSubnetId
221
-
221
+
222
222
  def initialize(userid=nil, usergroupid=nil, cfsid=nil, mountinsid=nil, localmountdir=nil, remotemountdir=nil, ipaddress=nil, mountvpcid=nil, mountsubnetid=nil)
223
223
  @UserId = userid
224
224
  @UserGroupId = usergroupid
@@ -278,7 +278,7 @@ module TencentCloud
278
278
  # @type ImageConfig: :class:`Tencentcloud::Scf.v20180416.models.ImageConfig`
279
279
 
280
280
  attr_accessor :CosBucketName, :CosObjectName, :ZipFile, :CosBucketRegion, :DemoId, :TempCosObjectName, :GitUrl, :GitUserName, :GitPassword, :GitPasswordSecret, :GitBranch, :GitDirectory, :GitCommitId, :GitUserNameSecret, :ImageConfig
281
-
281
+
282
282
  def initialize(cosbucketname=nil, cosobjectname=nil, zipfile=nil, cosbucketregion=nil, demoid=nil, tempcosobjectname=nil, giturl=nil, gitusername=nil, gitpassword=nil, gitpasswordsecret=nil, gitbranch=nil, gitdirectory=nil, gitcommitid=nil, gitusernamesecret=nil, imageconfig=nil)
283
283
  @CosBucketName = cosbucketname
284
284
  @CosObjectName = cosobjectname
@@ -344,7 +344,7 @@ module TencentCloud
344
344
  # @type CopyConfiguration: Boolean
345
345
 
346
346
  attr_accessor :FunctionName, :NewFunctionName, :Namespace, :TargetNamespace, :Description, :TargetRegion, :Override, :CopyConfiguration
347
-
347
+
348
348
  def initialize(functionname=nil, newfunctionname=nil, namespace=nil, targetnamespace=nil, description=nil, targetregion=nil, override=nil, copyconfiguration=nil)
349
349
  @FunctionName = functionname
350
350
  @NewFunctionName = newfunctionname
@@ -374,7 +374,7 @@ module TencentCloud
374
374
  # @type RequestId: String
375
375
 
376
376
  attr_accessor :RequestId
377
-
377
+
378
378
  def initialize(requestid=nil)
379
379
  @RequestId = requestid
380
380
  end
@@ -400,7 +400,7 @@ module TencentCloud
400
400
  # @type Description: String
401
401
 
402
402
  attr_accessor :Name, :FunctionName, :FunctionVersion, :Namespace, :RoutingConfig, :Description
403
-
403
+
404
404
  def initialize(name=nil, functionname=nil, functionversion=nil, namespace=nil, routingconfig=nil, description=nil)
405
405
  @Name = name
406
406
  @FunctionName = functionname
@@ -429,7 +429,7 @@ module TencentCloud
429
429
  # @type RequestId: String
430
430
 
431
431
  attr_accessor :RequestId
432
-
432
+
433
433
  def initialize(requestid=nil)
434
434
  @RequestId = requestid
435
435
  end
@@ -497,7 +497,7 @@ module TencentCloud
497
497
  # @type InstanceConcurrencyConfig: :class:`Tencentcloud::Scf.v20180416.models.InstanceConcurrencyConfig`
498
498
 
499
499
  attr_accessor :FunctionName, :Code, :Handler, :Description, :MemorySize, :Timeout, :Environment, :Runtime, :VpcConfig, :Namespace, :Role, :InstallDependency, :ClsLogsetId, :ClsTopicId, :Type, :CodeSource, :Layers, :DeadLetterConfig, :PublicNetConfig, :CfsConfig, :InitTimeout, :Tags, :AsyncRunEnable, :TraceEnable, :ProtocolType, :ProtocolParams, :InstanceConcurrencyConfig
500
-
500
+
501
501
  def initialize(functionname=nil, code=nil, handler=nil, description=nil, memorysize=nil, timeout=nil, environment=nil, runtime=nil, vpcconfig=nil, namespace=nil, role=nil, installdependency=nil, clslogsetid=nil, clstopicid=nil, type=nil, codesource=nil, layers=nil, deadletterconfig=nil, publicnetconfig=nil, cfsconfig=nil, inittimeout=nil, tags=nil, asyncrunenable=nil, traceenable=nil, protocoltype=nil, protocolparams=nil, instanceconcurrencyconfig=nil)
502
502
  @FunctionName = functionname
503
503
  @Code = code
@@ -603,7 +603,7 @@ module TencentCloud
603
603
  # @type RequestId: String
604
604
 
605
605
  attr_accessor :RequestId
606
-
606
+
607
607
  def initialize(requestid=nil)
608
608
  @RequestId = requestid
609
609
  end
@@ -621,7 +621,7 @@ module TencentCloud
621
621
  # @type Description: String
622
622
 
623
623
  attr_accessor :Namespace, :Description
624
-
624
+
625
625
  def initialize(namespace=nil, description=nil)
626
626
  @Namespace = namespace
627
627
  @Description = description
@@ -639,7 +639,7 @@ module TencentCloud
639
639
  # @type RequestId: String
640
640
 
641
641
  attr_accessor :RequestId
642
-
642
+
643
643
  def initialize(requestid=nil)
644
644
  @RequestId = requestid
645
645
  end
@@ -671,7 +671,7 @@ module TencentCloud
671
671
  # @type Description: String
672
672
 
673
673
  attr_accessor :FunctionName, :TriggerName, :Type, :TriggerDesc, :Namespace, :Qualifier, :Enable, :CustomArgument, :Description
674
-
674
+
675
675
  def initialize(functionname=nil, triggername=nil, type=nil, triggerdesc=nil, namespace=nil, qualifier=nil, enable=nil, customargument=nil, description=nil)
676
676
  @FunctionName = functionname
677
677
  @TriggerName = triggername
@@ -705,7 +705,7 @@ module TencentCloud
705
705
  # @type RequestId: String
706
706
 
707
707
  attr_accessor :TriggerInfo, :RequestId
708
-
708
+
709
709
  def initialize(triggerinfo=nil, requestid=nil)
710
710
  @TriggerInfo = triggerinfo
711
711
  @RequestId = requestid
@@ -730,7 +730,7 @@ module TencentCloud
730
730
  # @type FilterType: String
731
731
 
732
732
  attr_accessor :Type, :Name, :FilterType
733
-
733
+
734
734
  def initialize(type=nil, name=nil, filtertype=nil)
735
735
  @Type = type
736
736
  @Name = name
@@ -754,7 +754,7 @@ module TencentCloud
754
754
  # @type Namespace: String
755
755
 
756
756
  attr_accessor :FunctionName, :Name, :Namespace
757
-
757
+
758
758
  def initialize(functionname=nil, name=nil, namespace=nil)
759
759
  @FunctionName = functionname
760
760
  @Name = name
@@ -774,7 +774,7 @@ module TencentCloud
774
774
  # @type RequestId: String
775
775
 
776
776
  attr_accessor :RequestId
777
-
777
+
778
778
  def initialize(requestid=nil)
779
779
  @RequestId = requestid
780
780
  end
@@ -794,7 +794,7 @@ module TencentCloud
794
794
  # @type Qualifier: String
795
795
 
796
796
  attr_accessor :FunctionName, :Namespace, :Qualifier
797
-
797
+
798
798
  def initialize(functionname=nil, namespace=nil, qualifier=nil)
799
799
  @FunctionName = functionname
800
800
  @Namespace = namespace
@@ -814,7 +814,7 @@ module TencentCloud
814
814
  # @type RequestId: String
815
815
 
816
816
  attr_accessor :RequestId
817
-
817
+
818
818
  def initialize(requestid=nil)
819
819
  @RequestId = requestid
820
820
  end
@@ -832,7 +832,7 @@ module TencentCloud
832
832
  # @type LayerVersion: Integer
833
833
 
834
834
  attr_accessor :LayerName, :LayerVersion
835
-
835
+
836
836
  def initialize(layername=nil, layerversion=nil)
837
837
  @LayerName = layername
838
838
  @LayerVersion = layerversion
@@ -850,7 +850,7 @@ module TencentCloud
850
850
  # @type RequestId: String
851
851
 
852
852
  attr_accessor :RequestId
853
-
853
+
854
854
  def initialize(requestid=nil)
855
855
  @RequestId = requestid
856
856
  end
@@ -866,7 +866,7 @@ module TencentCloud
866
866
  # @type Namespace: String
867
867
 
868
868
  attr_accessor :Namespace
869
-
869
+
870
870
  def initialize(namespace=nil)
871
871
  @Namespace = namespace
872
872
  end
@@ -882,7 +882,7 @@ module TencentCloud
882
882
  # @type RequestId: String
883
883
 
884
884
  attr_accessor :RequestId
885
-
885
+
886
886
  def initialize(requestid=nil)
887
887
  @RequestId = requestid
888
888
  end
@@ -902,7 +902,7 @@ module TencentCloud
902
902
  # @type Namespace: String
903
903
 
904
904
  attr_accessor :FunctionName, :Qualifier, :Namespace
905
-
905
+
906
906
  def initialize(functionname=nil, qualifier=nil, namespace=nil)
907
907
  @FunctionName = functionname
908
908
  @Qualifier = qualifier
@@ -922,7 +922,7 @@ module TencentCloud
922
922
  # @type RequestId: String
923
923
 
924
924
  attr_accessor :RequestId
925
-
925
+
926
926
  def initialize(requestid=nil)
927
927
  @RequestId = requestid
928
928
  end
@@ -940,7 +940,7 @@ module TencentCloud
940
940
  # @type Namespace: String
941
941
 
942
942
  attr_accessor :FunctionName, :Namespace
943
-
943
+
944
944
  def initialize(functionname=nil, namespace=nil)
945
945
  @FunctionName = functionname
946
946
  @Namespace = namespace
@@ -958,7 +958,7 @@ module TencentCloud
958
958
  # @type RequestId: String
959
959
 
960
960
  attr_accessor :RequestId
961
-
961
+
962
962
  def initialize(requestid=nil)
963
963
  @RequestId = requestid
964
964
  end
@@ -984,7 +984,7 @@ module TencentCloud
984
984
  # @type Qualifier: String
985
985
 
986
986
  attr_accessor :FunctionName, :TriggerName, :Type, :Namespace, :TriggerDesc, :Qualifier
987
-
987
+
988
988
  def initialize(functionname=nil, triggername=nil, type=nil, namespace=nil, triggerdesc=nil, qualifier=nil)
989
989
  @FunctionName = functionname
990
990
  @TriggerName = triggername
@@ -1010,7 +1010,7 @@ module TencentCloud
1010
1010
  # @type RequestId: String
1011
1011
 
1012
1012
  attr_accessor :RequestId
1013
-
1013
+
1014
1014
  def initialize(requestid=nil)
1015
1015
  @RequestId = requestid
1016
1016
  end
@@ -1026,7 +1026,7 @@ module TencentCloud
1026
1026
  # @type EipStatus: String
1027
1027
 
1028
1028
  attr_accessor :EipStatus
1029
-
1029
+
1030
1030
  def initialize(eipstatus=nil)
1031
1031
  @EipStatus = eipstatus
1032
1032
  end
@@ -1045,7 +1045,7 @@ module TencentCloud
1045
1045
  # @type EipAddress: Array
1046
1046
 
1047
1047
  attr_accessor :EipStatus, :EipAddress
1048
-
1048
+
1049
1049
  def initialize(eipstatus=nil, eipaddress=nil)
1050
1050
  @EipStatus = eipstatus
1051
1051
  @EipAddress = eipaddress
@@ -1065,7 +1065,7 @@ module TencentCloud
1065
1065
  # @type Eips: Array
1066
1066
 
1067
1067
  attr_accessor :EipFixed, :Eips
1068
-
1068
+
1069
1069
  def initialize(eipfixed=nil, eips=nil)
1070
1070
  @EipFixed = eipfixed
1071
1071
  @Eips = eips
@@ -1083,7 +1083,7 @@ module TencentCloud
1083
1083
  # @type Variables: Array
1084
1084
 
1085
1085
  attr_accessor :Variables
1086
-
1086
+
1087
1087
  def initialize(variables=nil)
1088
1088
  @Variables = variables
1089
1089
  end
@@ -1113,7 +1113,7 @@ module TencentCloud
1113
1113
  # @type Values: Array
1114
1114
 
1115
1115
  attr_accessor :Name, :Values
1116
-
1116
+
1117
1117
  def initialize(name=nil, values=nil)
1118
1118
  @Name = name
1119
1119
  @Values = values
@@ -1164,7 +1164,7 @@ module TencentCloud
1164
1164
  # @type TraceEnable: String
1165
1165
 
1166
1166
  attr_accessor :ModTime, :AddTime, :Runtime, :FunctionName, :FunctionId, :Namespace, :Status, :StatusDesc, :Description, :Tags, :Type, :StatusReasons, :TotalProvisionedConcurrencyMem, :ReservedConcurrencyMem, :AsyncRunEnable, :TraceEnable
1167
-
1167
+
1168
1168
  def initialize(modtime=nil, addtime=nil, runtime=nil, functionname=nil, functionid=nil, namespace=nil, status=nil, statusdesc=nil, description=nil, tags=nil, type=nil, statusreasons=nil, totalprovisionedconcurrencymem=nil, reservedconcurrencymem=nil, asyncrunenable=nil, traceenable=nil)
1169
1169
  @ModTime = modtime
1170
1170
  @AddTime = addtime
@@ -1248,7 +1248,7 @@ module TencentCloud
1248
1248
  # @type RetryNum: Integer
1249
1249
 
1250
1250
  attr_accessor :FunctionName, :RetMsg, :RequestId, :StartTime, :RetCode, :InvokeFinished, :Duration, :BillDuration, :MemUsage, :Log, :Level, :Source, :RetryNum
1251
-
1251
+
1252
1252
  def initialize(functionname=nil, retmsg=nil, requestid=nil, starttime=nil, retcode=nil, invokefinished=nil, duration=nil, billduration=nil, memusage=nil, log=nil, level=nil, source=nil, retrynum=nil)
1253
1253
  @FunctionName = functionname
1254
1254
  @RetMsg = retmsg
@@ -1300,7 +1300,7 @@ module TencentCloud
1300
1300
  # @type Status: String
1301
1301
 
1302
1302
  attr_accessor :Version, :Description, :AddTime, :ModTime, :Status
1303
-
1303
+
1304
1304
  def initialize(version=nil, description=nil, addtime=nil, modtime=nil, status=nil)
1305
1305
  @Version = version
1306
1306
  @Description = description
@@ -1321,7 +1321,7 @@ module TencentCloud
1321
1321
  # GetAccount请求参数结构体
1322
1322
  class GetAccountRequest < TencentCloud::Common::AbstractModel
1323
1323
 
1324
-
1324
+
1325
1325
  def initialize()
1326
1326
  end
1327
1327
 
@@ -1339,7 +1339,7 @@ module TencentCloud
1339
1339
  # @type RequestId: String
1340
1340
 
1341
1341
  attr_accessor :AccountUsage, :AccountLimit, :RequestId
1342
-
1342
+
1343
1343
  def initialize(accountusage=nil, accountlimit=nil, requestid=nil)
1344
1344
  @AccountUsage = accountusage
1345
1345
  @AccountLimit = accountlimit
@@ -1369,7 +1369,7 @@ module TencentCloud
1369
1369
  # @type Namespace: String
1370
1370
 
1371
1371
  attr_accessor :FunctionName, :Name, :Namespace
1372
-
1372
+
1373
1373
  def initialize(functionname=nil, name=nil, namespace=nil)
1374
1374
  @FunctionName = functionname
1375
1375
  @Name = name
@@ -1404,7 +1404,7 @@ module TencentCloud
1404
1404
  # @type RequestId: String
1405
1405
 
1406
1406
  attr_accessor :FunctionVersion, :Name, :RoutingConfig, :Description, :AddTime, :ModTime, :RequestId
1407
-
1407
+
1408
1408
  def initialize(functionversion=nil, name=nil, routingconfig=nil, description=nil, addtime=nil, modtime=nil, requestid=nil)
1409
1409
  @FunctionVersion = functionversion
1410
1410
  @Name = name
@@ -1435,7 +1435,7 @@ module TencentCloud
1435
1435
  # @type InvokeRequestId: String
1436
1436
 
1437
1437
  attr_accessor :InvokeRequestId
1438
-
1438
+
1439
1439
  def initialize(invokerequestid=nil)
1440
1440
  @InvokeRequestId = invokerequestid
1441
1441
  end
@@ -1453,7 +1453,7 @@ module TencentCloud
1453
1453
  # @type RequestId: String
1454
1454
 
1455
1455
  attr_accessor :Result, :RequestId
1456
-
1456
+
1457
1457
  def initialize(result=nil, requestid=nil)
1458
1458
  @Result = result
1459
1459
  @RequestId = requestid
@@ -1478,7 +1478,7 @@ module TencentCloud
1478
1478
  # @type Namespace: String
1479
1479
 
1480
1480
  attr_accessor :FunctionName, :Qualifier, :Namespace
1481
-
1481
+
1482
1482
  def initialize(functionname=nil, qualifier=nil, namespace=nil)
1483
1483
  @FunctionName = functionname
1484
1484
  @Qualifier = qualifier
@@ -1502,7 +1502,7 @@ module TencentCloud
1502
1502
  # @type RequestId: String
1503
1503
 
1504
1504
  attr_accessor :Url, :CodeSha256, :RequestId
1505
-
1505
+
1506
1506
  def initialize(url=nil, codesha256=nil, requestid=nil)
1507
1507
  @Url = url
1508
1508
  @CodeSha256 = codesha256
@@ -1526,7 +1526,7 @@ module TencentCloud
1526
1526
  # @type Qualifier: String
1527
1527
 
1528
1528
  attr_accessor :FunctionName, :Namespace, :Qualifier
1529
-
1529
+
1530
1530
  def initialize(functionname=nil, namespace=nil, qualifier=nil)
1531
1531
  @FunctionName = functionname
1532
1532
  @Namespace = namespace
@@ -1548,7 +1548,7 @@ module TencentCloud
1548
1548
  # @type RequestId: String
1549
1549
 
1550
1550
  attr_accessor :AsyncTriggerConfig, :RequestId
1551
-
1551
+
1552
1552
  def initialize(asynctriggerconfig=nil, requestid=nil)
1553
1553
  @AsyncTriggerConfig = asynctriggerconfig
1554
1554
  @RequestId = requestid
@@ -1593,7 +1593,7 @@ module TencentCloud
1593
1593
  # @type SearchContext: :class:`Tencentcloud::Scf.v20180416.models.LogSearchContext`
1594
1594
 
1595
1595
  attr_accessor :FunctionName, :Offset, :Limit, :Order, :OrderBy, :Filter, :Namespace, :Qualifier, :FunctionRequestId, :StartTime, :EndTime, :SearchContext
1596
-
1596
+
1597
1597
  def initialize(functionname=nil, offset=nil, limit=nil, order=nil, orderby=nil, filter=nil, namespace=nil, qualifier=nil, functionrequestid=nil, starttime=nil, endtime=nil, searchcontext=nil)
1598
1598
  @FunctionName = functionname
1599
1599
  @Offset = offset
@@ -1643,7 +1643,7 @@ module TencentCloud
1643
1643
  # @type RequestId: String
1644
1644
 
1645
1645
  attr_accessor :TotalCount, :Data, :SearchContext, :RequestId
1646
-
1646
+
1647
1647
  def initialize(totalcount=nil, data=nil, searchcontext=nil, requestid=nil)
1648
1648
  @TotalCount = totalcount
1649
1649
  @Data = data
@@ -1683,7 +1683,7 @@ module TencentCloud
1683
1683
  # @type ShowCode: String
1684
1684
 
1685
1685
  attr_accessor :FunctionName, :Qualifier, :Namespace, :ShowCode
1686
-
1686
+
1687
1687
  def initialize(functionname=nil, qualifier=nil, namespace=nil, showcode=nil)
1688
1688
  @FunctionName = functionname
1689
1689
  @Qualifier = qualifier
@@ -1804,7 +1804,7 @@ module TencentCloud
1804
1804
  # @type RequestId: String
1805
1805
 
1806
1806
  attr_accessor :ModTime, :CodeInfo, :Description, :Triggers, :Handler, :CodeSize, :Timeout, :FunctionVersion, :MemorySize, :Runtime, :FunctionName, :VpcConfig, :UseGpu, :Environment, :CodeResult, :CodeError, :ErrNo, :Namespace, :Role, :InstallDependency, :Status, :StatusDesc, :ClsLogsetId, :ClsTopicId, :FunctionId, :Tags, :EipConfig, :AccessInfo, :Type, :L5Enable, :Layers, :DeadLetterConfig, :AddTime, :PublicNetConfig, :OnsEnable, :CfsConfig, :AvailableStatus, :Qualifier, :InitTimeout, :StatusReasons, :AsyncRunEnable, :TraceEnable, :ProtocolType, :ProtocolParams, :RequestId
1807
-
1807
+
1808
1808
  def initialize(modtime=nil, codeinfo=nil, description=nil, triggers=nil, handler=nil, codesize=nil, timeout=nil, functionversion=nil, memorysize=nil, runtime=nil, functionname=nil, vpcconfig=nil, usegpu=nil, environment=nil, coderesult=nil, codeerror=nil, errno=nil, namespace=nil, role=nil, installdependency=nil, status=nil, statusdesc=nil, clslogsetid=nil, clstopicid=nil, functionid=nil, tags=nil, eipconfig=nil, accessinfo=nil, type=nil, l5enable=nil, layers=nil, deadletterconfig=nil, addtime=nil, publicnetconfig=nil, onsenable=nil, cfsconfig=nil, availablestatus=nil, qualifier=nil, inittimeout=nil, statusreasons=nil, asyncrunenable=nil, traceenable=nil, protocoltype=nil, protocolparams=nil, requestid=nil)
1809
1809
  @ModTime = modtime
1810
1810
  @CodeInfo = codeinfo
@@ -1962,7 +1962,7 @@ module TencentCloud
1962
1962
  # @type LayerVersion: Integer
1963
1963
 
1964
1964
  attr_accessor :LayerName, :LayerVersion
1965
-
1965
+
1966
1966
  def initialize(layername=nil, layerversion=nil)
1967
1967
  @LayerName = layername
1968
1968
  @LayerVersion = layerversion
@@ -1998,7 +1998,7 @@ module TencentCloud
1998
1998
  # @type RequestId: String
1999
1999
 
2000
2000
  attr_accessor :CompatibleRuntimes, :CodeSha256, :Location, :AddTime, :Description, :LicenseInfo, :LayerVersion, :LayerName, :Status, :RequestId
2001
-
2001
+
2002
2002
  def initialize(compatibleruntimes=nil, codesha256=nil, location=nil, addtime=nil, description=nil, licenseinfo=nil, layerversion=nil, layername=nil, status=nil, requestid=nil)
2003
2003
  @CompatibleRuntimes = compatibleruntimes
2004
2004
  @CodeSha256 = codesha256
@@ -2036,7 +2036,7 @@ module TencentCloud
2036
2036
  # @type Qualifier: String
2037
2037
 
2038
2038
  attr_accessor :FunctionName, :Namespace, :Qualifier
2039
-
2039
+
2040
2040
  def initialize(functionname=nil, namespace=nil, qualifier=nil)
2041
2041
  @FunctionName = functionname
2042
2042
  @Namespace = namespace
@@ -2060,7 +2060,7 @@ module TencentCloud
2060
2060
  # @type RequestId: String
2061
2061
 
2062
2062
  attr_accessor :UnallocatedConcurrencyNum, :Allocated, :RequestId
2063
-
2063
+
2064
2064
  def initialize(unallocatedconcurrencynum=nil, allocated=nil, requestid=nil)
2065
2065
  @UnallocatedConcurrencyNum = unallocatedconcurrencynum
2066
2066
  @Allocated = allocated
@@ -2095,7 +2095,7 @@ module TencentCloud
2095
2095
  # @type EndTime: String
2096
2096
 
2097
2097
  attr_accessor :FunctionName, :FunctionRequestId, :Namespace, :StartTime, :EndTime
2098
-
2098
+
2099
2099
  def initialize(functionname=nil, functionrequestid=nil, namespace=nil, starttime=nil, endtime=nil)
2100
2100
  @FunctionName = functionname
2101
2101
  @FunctionRequestId = functionrequestid
@@ -2125,7 +2125,7 @@ module TencentCloud
2125
2125
  # @type RequestId: String
2126
2126
 
2127
2127
  attr_accessor :TotalCount, :Data, :RequestId
2128
-
2128
+
2129
2129
  def initialize(totalcount=nil, data=nil, requestid=nil)
2130
2130
  @TotalCount = totalcount
2131
2131
  @Data = data
@@ -2154,7 +2154,7 @@ module TencentCloud
2154
2154
  # @type Namespace: String
2155
2155
 
2156
2156
  attr_accessor :FunctionName, :Namespace
2157
-
2157
+
2158
2158
  def initialize(functionname=nil, namespace=nil)
2159
2159
  @FunctionName = functionname
2160
2160
  @Namespace = namespace
@@ -2175,7 +2175,7 @@ module TencentCloud
2175
2175
  # @type RequestId: String
2176
2176
 
2177
2177
  attr_accessor :ReservedMem, :RequestId
2178
-
2178
+
2179
2179
  def initialize(reservedmem=nil, requestid=nil)
2180
2180
  @ReservedMem = reservedmem
2181
2181
  @RequestId = requestid
@@ -2216,7 +2216,7 @@ module TencentCloud
2216
2216
  # @type ImagePort: Integer
2217
2217
 
2218
2218
  attr_accessor :ImageType, :ImageUri, :RegistryId, :EntryPoint, :Command, :Args, :ContainerImageAccelerate, :ImagePort
2219
-
2219
+
2220
2220
  def initialize(imagetype=nil, imageuri=nil, registryid=nil, entrypoint=nil, command=nil, args=nil, containerimageaccelerate=nil, imageport=nil)
2221
2221
  @ImageType = imagetype
2222
2222
  @ImageUri = imageuri
@@ -2250,7 +2250,7 @@ module TencentCloud
2250
2250
  # @type MaxConcurrency: Integer
2251
2251
 
2252
2252
  attr_accessor :DynamicEnabled, :MaxConcurrency
2253
-
2253
+
2254
2254
  def initialize(dynamicenabled=nil, maxconcurrency=nil)
2255
2255
  @DynamicEnabled = dynamicenabled
2256
2256
  @MaxConcurrency = maxconcurrency
@@ -2278,7 +2278,7 @@ module TencentCloud
2278
2278
  # @type RoutingKey: String
2279
2279
 
2280
2280
  attr_accessor :FunctionName, :Qualifier, :Event, :LogType, :Namespace, :RoutingKey
2281
-
2281
+
2282
2282
  def initialize(functionname=nil, qualifier=nil, event=nil, logtype=nil, namespace=nil, routingkey=nil)
2283
2283
  @FunctionName = functionname
2284
2284
  @Qualifier = qualifier
@@ -2306,7 +2306,7 @@ module TencentCloud
2306
2306
  # @type RequestId: String
2307
2307
 
2308
2308
  attr_accessor :Result, :RequestId
2309
-
2309
+
2310
2310
  def initialize(result=nil, requestid=nil)
2311
2311
  @Result = result
2312
2312
  @RequestId = requestid
@@ -2339,7 +2339,7 @@ module TencentCloud
2339
2339
  # @type RoutingKey: String
2340
2340
 
2341
2341
  attr_accessor :FunctionName, :InvocationType, :Qualifier, :ClientContext, :LogType, :Namespace, :RoutingKey
2342
-
2342
+
2343
2343
  def initialize(functionname=nil, invocationtype=nil, qualifier=nil, clientcontext=nil, logtype=nil, namespace=nil, routingkey=nil)
2344
2344
  @FunctionName = functionname
2345
2345
  @InvocationType = invocationtype
@@ -2369,7 +2369,7 @@ module TencentCloud
2369
2369
  # @type RequestId: String
2370
2370
 
2371
2371
  attr_accessor :Result, :RequestId
2372
-
2372
+
2373
2373
  def initialize(result=nil, requestid=nil)
2374
2374
  @Result = result
2375
2375
  @RequestId = requestid
@@ -2408,7 +2408,7 @@ module TencentCloud
2408
2408
  # @type Stamp: String
2409
2409
 
2410
2410
  attr_accessor :CompatibleRuntimes, :AddTime, :Description, :LicenseInfo, :LayerVersion, :LayerName, :Status, :Stamp
2411
-
2411
+
2412
2412
  def initialize(compatibleruntimes=nil, addtime=nil, description=nil, licenseinfo=nil, layerversion=nil, layername=nil, status=nil, stamp=nil)
2413
2413
  @CompatibleRuntimes = compatibleruntimes
2414
2414
  @AddTime = addtime
@@ -2440,7 +2440,7 @@ module TencentCloud
2440
2440
  # @type LayerVersion: Integer
2441
2441
 
2442
2442
  attr_accessor :LayerName, :LayerVersion
2443
-
2443
+
2444
2444
  def initialize(layername=nil, layerversion=nil)
2445
2445
  @LayerName = layername
2446
2446
  @LayerVersion = layerversion
@@ -2460,7 +2460,7 @@ module TencentCloud
2460
2460
  # @type Namespace: Array
2461
2461
 
2462
2462
  attr_accessor :NamespacesCount, :Namespace
2463
-
2463
+
2464
2464
  def initialize(namespacescount=nil, namespace=nil)
2465
2465
  @NamespacesCount = namespacescount
2466
2466
  @Namespace = namespace
@@ -2493,7 +2493,7 @@ module TencentCloud
2493
2493
  # @type Limit: String
2494
2494
 
2495
2495
  attr_accessor :FunctionName, :Namespace, :FunctionVersion, :Offset, :Limit
2496
-
2496
+
2497
2497
  def initialize(functionname=nil, namespace=nil, functionversion=nil, offset=nil, limit=nil)
2498
2498
  @FunctionName = functionname
2499
2499
  @Namespace = namespace
@@ -2522,7 +2522,7 @@ module TencentCloud
2522
2522
  # @type RequestId: String
2523
2523
 
2524
2524
  attr_accessor :Aliases, :TotalCount, :RequestId
2525
-
2525
+
2526
2526
  def initialize(aliases=nil, totalcount=nil, requestid=nil)
2527
2527
  @Aliases = aliases
2528
2528
  @TotalCount = totalcount
@@ -2571,7 +2571,7 @@ module TencentCloud
2571
2571
  # @type InvokeRequestId: String
2572
2572
 
2573
2573
  attr_accessor :FunctionName, :Namespace, :Qualifier, :InvokeType, :Status, :StartTimeInterval, :EndTimeInterval, :Order, :Orderby, :Offset, :Limit, :InvokeRequestId
2574
-
2574
+
2575
2575
  def initialize(functionname=nil, namespace=nil, qualifier=nil, invoketype=nil, status=nil, starttimeinterval=nil, endtimeinterval=nil, order=nil, orderby=nil, offset=nil, limit=nil, invokerequestid=nil)
2576
2576
  @FunctionName = functionname
2577
2577
  @Namespace = namespace
@@ -2619,7 +2619,7 @@ module TencentCloud
2619
2619
  # @type RequestId: String
2620
2620
 
2621
2621
  attr_accessor :TotalCount, :EventList, :RequestId
2622
-
2622
+
2623
2623
  def initialize(totalcount=nil, eventlist=nil, requestid=nil)
2624
2624
  @TotalCount = totalcount
2625
2625
  @EventList = eventlist
@@ -2663,7 +2663,7 @@ module TencentCloud
2663
2663
  # @type Filters: Array
2664
2664
 
2665
2665
  attr_accessor :Order, :Orderby, :Offset, :Limit, :SearchKey, :Namespace, :Description, :Filters
2666
-
2666
+
2667
2667
  def initialize(order=nil, orderby=nil, offset=nil, limit=nil, searchkey=nil, namespace=nil, description=nil, filters=nil)
2668
2668
  @Order = order
2669
2669
  @Orderby = orderby
@@ -2704,7 +2704,7 @@ module TencentCloud
2704
2704
  # @type RequestId: String
2705
2705
 
2706
2706
  attr_accessor :Functions, :TotalCount, :RequestId
2707
-
2707
+
2708
2708
  def initialize(functions=nil, totalcount=nil, requestid=nil)
2709
2709
  @Functions = functions
2710
2710
  @TotalCount = totalcount
@@ -2733,7 +2733,7 @@ module TencentCloud
2733
2733
  # @type CompatibleRuntime: Array
2734
2734
 
2735
2735
  attr_accessor :LayerName, :CompatibleRuntime
2736
-
2736
+
2737
2737
  def initialize(layername=nil, compatibleruntime=nil)
2738
2738
  @LayerName = layername
2739
2739
  @CompatibleRuntime = compatibleruntime
@@ -2753,7 +2753,7 @@ module TencentCloud
2753
2753
  # @type RequestId: String
2754
2754
 
2755
2755
  attr_accessor :LayerVersions, :RequestId
2756
-
2756
+
2757
2757
  def initialize(layerversions=nil, requestid=nil)
2758
2758
  @LayerVersions = layerversions
2759
2759
  @RequestId = requestid
@@ -2784,7 +2784,7 @@ module TencentCloud
2784
2784
  # @type SearchKey: String
2785
2785
 
2786
2786
  attr_accessor :CompatibleRuntime, :Offset, :Limit, :SearchKey
2787
-
2787
+
2788
2788
  def initialize(compatibleruntime=nil, offset=nil, limit=nil, searchkey=nil)
2789
2789
  @CompatibleRuntime = compatibleruntime
2790
2790
  @Offset = offset
@@ -2810,7 +2810,7 @@ module TencentCloud
2810
2810
  # @type RequestId: String
2811
2811
 
2812
2812
  attr_accessor :Layers, :TotalCount, :RequestId
2813
-
2813
+
2814
2814
  def initialize(layers=nil, totalcount=nil, requestid=nil)
2815
2815
  @Layers = layers
2816
2816
  @TotalCount = totalcount
@@ -2845,7 +2845,7 @@ module TencentCloud
2845
2845
  # @type SearchKey: Array
2846
2846
 
2847
2847
  attr_accessor :Limit, :Offset, :Orderby, :Order, :SearchKey
2848
-
2848
+
2849
2849
  def initialize(limit=nil, offset=nil, orderby=nil, order=nil, searchkey=nil)
2850
2850
  @Limit = limit
2851
2851
  @Offset = offset
@@ -2880,7 +2880,7 @@ module TencentCloud
2880
2880
  # @type RequestId: String
2881
2881
 
2882
2882
  attr_accessor :Namespaces, :TotalCount, :RequestId
2883
-
2883
+
2884
2884
  def initialize(namespaces=nil, totalcount=nil, requestid=nil)
2885
2885
  @Namespaces = namespaces
2886
2886
  @TotalCount = totalcount
@@ -2921,7 +2921,7 @@ module TencentCloud
2921
2921
  # @type Filters: Array
2922
2922
 
2923
2923
  attr_accessor :FunctionName, :Namespace, :Offset, :Limit, :OrderBy, :Order, :Filters
2924
-
2924
+
2925
2925
  def initialize(functionname=nil, namespace=nil, offset=nil, limit=nil, orderby=nil, order=nil, filters=nil)
2926
2926
  @FunctionName = functionname
2927
2927
  @Namespace = namespace
@@ -2960,7 +2960,7 @@ module TencentCloud
2960
2960
  # @type RequestId: String
2961
2961
 
2962
2962
  attr_accessor :TotalCount, :Triggers, :RequestId
2963
-
2963
+
2964
2964
  def initialize(totalcount=nil, triggers=nil, requestid=nil)
2965
2965
  @TotalCount = totalcount
2966
2966
  @Triggers = triggers
@@ -2997,7 +2997,7 @@ module TencentCloud
2997
2997
  # @type OrderBy: String
2998
2998
 
2999
2999
  attr_accessor :FunctionName, :Namespace, :Offset, :Limit, :Order, :OrderBy
3000
-
3000
+
3001
3001
  def initialize(functionname=nil, namespace=nil, offset=nil, limit=nil, order=nil, orderby=nil)
3002
3002
  @FunctionName = functionname
3003
3003
  @Namespace = namespace
@@ -3031,7 +3031,7 @@ module TencentCloud
3031
3031
  # @type RequestId: String
3032
3032
 
3033
3033
  attr_accessor :FunctionVersion, :Versions, :TotalCount, :RequestId
3034
-
3034
+
3035
3035
  def initialize(functionversion=nil, versions=nil, totalcount=nil, requestid=nil)
3036
3036
  @FunctionVersion = functionversion
3037
3037
  @Versions = versions
@@ -3066,7 +3066,7 @@ module TencentCloud
3066
3066
  # @type RetCode: String
3067
3067
 
3068
3068
  attr_accessor :RetCode
3069
-
3069
+
3070
3070
  def initialize(retcode=nil)
3071
3071
  @RetCode = retcode
3072
3072
  end
@@ -3088,7 +3088,7 @@ module TencentCloud
3088
3088
  # @type Type: String
3089
3089
 
3090
3090
  attr_accessor :Offset, :Limit, :Keyword, :Type
3091
-
3091
+
3092
3092
  def initialize(offset=nil, limit=nil, keyword=nil, type=nil)
3093
3093
  @Offset = offset
3094
3094
  @Limit = limit
@@ -3118,7 +3118,7 @@ module TencentCloud
3118
3118
  # @type Type: String
3119
3119
 
3120
3120
  attr_accessor :ModTime, :AddTime, :Description, :Name, :Type
3121
-
3121
+
3122
3122
  def initialize(modtime=nil, addtime=nil, description=nil, name=nil, type=nil)
3123
3123
  @ModTime = modtime
3124
3124
  @AddTime = addtime
@@ -3161,7 +3161,7 @@ module TencentCloud
3161
3161
  # @type MaxMsgTTL: Integer
3162
3162
 
3163
3163
  attr_accessor :FunctionsCount, :Trigger, :Namespace, :ConcurrentExecutions, :TimeoutLimit, :TestModelLimit, :InitTimeoutLimit, :RetryNumLimit, :MinMsgTTL, :MaxMsgTTL
3164
-
3164
+
3165
3165
  def initialize(functionscount=nil, trigger=nil, namespace=nil, concurrentexecutions=nil, timeoutlimit=nil, testmodellimit=nil, inittimeoutlimit=nil, retrynumlimit=nil, minmsgttl=nil, maxmsgttl=nil)
3166
3166
  @FunctionsCount = functionscount
3167
3167
  @Trigger = trigger
@@ -3211,7 +3211,7 @@ module TencentCloud
3211
3211
  # @type TotalAllocatedProvisionedMem: Integer
3212
3212
 
3213
3213
  attr_accessor :Functions, :Namespace, :FunctionsCount, :TotalConcurrencyMem, :TotalAllocatedConcurrencyMem, :TotalAllocatedProvisionedMem
3214
-
3214
+
3215
3215
  def initialize(functions=nil, namespace=nil, functionscount=nil, totalconcurrencymem=nil, totalallocatedconcurrencymem=nil, totalallocatedprovisionedmem=nil)
3216
3216
  @Functions = functions
3217
3217
  @Namespace = namespace
@@ -3238,7 +3238,7 @@ module TencentCloud
3238
3238
  # @type WSParams: :class:`Tencentcloud::Scf.v20180416.models.WSParams`
3239
3239
 
3240
3240
  attr_accessor :WSParams
3241
-
3241
+
3242
3242
  def initialize(wsparams=nil)
3243
3243
  @WSParams = wsparams
3244
3244
  end
@@ -3259,7 +3259,7 @@ module TencentCloud
3259
3259
  # @type EipConfig: :class:`Tencentcloud::Scf.v20180416.models.EipConfigIn`
3260
3260
 
3261
3261
  attr_accessor :PublicNetStatus, :EipConfig
3262
-
3262
+
3263
3263
  def initialize(publicnetstatus=nil, eipconfig=nil)
3264
3264
  @PublicNetStatus = publicnetstatus
3265
3265
  @EipConfig = eipconfig
@@ -3282,7 +3282,7 @@ module TencentCloud
3282
3282
  # @type EipConfig: :class:`Tencentcloud::Scf.v20180416.models.EipConfigOut`
3283
3283
 
3284
3284
  attr_accessor :PublicNetStatus, :EipConfig
3285
-
3285
+
3286
3286
  def initialize(publicnetstatus=nil, eipconfig=nil)
3287
3287
  @PublicNetStatus = publicnetstatus
3288
3288
  @EipConfig = eipconfig
@@ -3311,7 +3311,7 @@ module TencentCloud
3311
3311
  # @type LicenseInfo: String
3312
3312
 
3313
3313
  attr_accessor :LayerName, :CompatibleRuntimes, :Content, :Description, :LicenseInfo
3314
-
3314
+
3315
3315
  def initialize(layername=nil, compatibleruntimes=nil, content=nil, description=nil, licenseinfo=nil)
3316
3316
  @LayerName = layername
3317
3317
  @CompatibleRuntimes = compatibleruntimes
@@ -3340,7 +3340,7 @@ module TencentCloud
3340
3340
  # @type RequestId: String
3341
3341
 
3342
3342
  attr_accessor :LayerVersion, :RequestId
3343
-
3343
+
3344
3344
  def initialize(layerversion=nil, requestid=nil)
3345
3345
  @LayerVersion = layerversion
3346
3346
  @RequestId = requestid
@@ -3362,7 +3362,7 @@ module TencentCloud
3362
3362
  # @type Namespace: String
3363
3363
 
3364
3364
  attr_accessor :FunctionName, :Description, :Namespace
3365
-
3365
+
3366
3366
  def initialize(functionname=nil, description=nil, namespace=nil)
3367
3367
  @FunctionName = functionname
3368
3368
  @Description = description
@@ -3399,7 +3399,7 @@ module TencentCloud
3399
3399
  # @type RequestId: String
3400
3400
 
3401
3401
  attr_accessor :FunctionVersion, :CodeSize, :MemorySize, :Description, :Handler, :Timeout, :Runtime, :Namespace, :RequestId
3402
-
3402
+
3403
3403
  def initialize(functionversion=nil, codesize=nil, memorysize=nil, description=nil, handler=nil, timeout=nil, runtime=nil, namespace=nil, requestid=nil)
3404
3404
  @FunctionVersion = functionversion
3405
3405
  @CodeSize = codesize
@@ -3452,7 +3452,7 @@ module TencentCloud
3452
3452
  # @type MaxCapacity: Integer
3453
3453
 
3454
3454
  attr_accessor :FunctionName, :Qualifier, :VersionProvisionedConcurrencyNum, :Namespace, :TriggerActions, :ProvisionedType, :TrackingTarget, :MinCapacity, :MaxCapacity
3455
-
3455
+
3456
3456
  def initialize(functionname=nil, qualifier=nil, versionprovisionedconcurrencynum=nil, namespace=nil, triggeractions=nil, provisionedtype=nil, trackingtarget=nil, mincapacity=nil, maxcapacity=nil)
3457
3457
  @FunctionName = functionname
3458
3458
  @Qualifier = qualifier
@@ -3491,7 +3491,7 @@ module TencentCloud
3491
3491
  # @type RequestId: String
3492
3492
 
3493
3493
  attr_accessor :RequestId
3494
-
3494
+
3495
3495
  def initialize(requestid=nil)
3496
3496
  @RequestId = requestid
3497
3497
  end
@@ -3511,7 +3511,7 @@ module TencentCloud
3511
3511
  # @type Namespace: String
3512
3512
 
3513
3513
  attr_accessor :FunctionName, :ReservedConcurrencyMem, :Namespace
3514
-
3514
+
3515
3515
  def initialize(functionname=nil, reservedconcurrencymem=nil, namespace=nil)
3516
3516
  @FunctionName = functionname
3517
3517
  @ReservedConcurrencyMem = reservedconcurrencymem
@@ -3531,7 +3531,7 @@ module TencentCloud
3531
3531
  # @type RequestId: String
3532
3532
 
3533
3533
  attr_accessor :RequestId
3534
-
3534
+
3535
3535
  def initialize(requestid=nil)
3536
3536
  @RequestId = requestid
3537
3537
  end
@@ -3549,7 +3549,7 @@ module TencentCloud
3549
3549
  # @type Namespace: String
3550
3550
 
3551
3551
  attr_accessor :TotalConcurrencyMem, :Namespace
3552
-
3552
+
3553
3553
  def initialize(totalconcurrencymem=nil, namespace=nil)
3554
3554
  @TotalConcurrencyMem = totalconcurrencymem
3555
3555
  @Namespace = namespace
@@ -3567,7 +3567,7 @@ module TencentCloud
3567
3567
  # @type RequestId: String
3568
3568
 
3569
3569
  attr_accessor :RequestId
3570
-
3570
+
3571
3571
  def initialize(requestid=nil)
3572
3572
  @RequestId = requestid
3573
3573
  end
@@ -3597,7 +3597,7 @@ module TencentCloud
3597
3597
  # @type RetryNum: Integer
3598
3598
 
3599
3599
  attr_accessor :FunctionName, :RetMsg, :RequestId, :StartTime, :RetCode, :Duration, :MemUsage, :RetryNum
3600
-
3600
+
3601
3601
  def initialize(functionname=nil, retmsg=nil, requestid=nil, starttime=nil, retcode=nil, duration=nil, memusage=nil, retrynum=nil)
3602
3602
  @FunctionName = functionname
3603
3603
  @RetMsg = retmsg
@@ -3641,7 +3641,7 @@ module TencentCloud
3641
3641
  # @type InvokeResult: Integer
3642
3642
 
3643
3643
  attr_accessor :Log, :RetMsg, :ErrMsg, :MemUsage, :Duration, :BillDuration, :FunctionRequestId, :InvokeResult
3644
-
3644
+
3645
3645
  def initialize(log=nil, retmsg=nil, errmsg=nil, memusage=nil, duration=nil, billduration=nil, functionrequestid=nil, invokeresult=nil)
3646
3646
  @Log = log
3647
3647
  @RetMsg = retmsg
@@ -3671,7 +3671,7 @@ module TencentCloud
3671
3671
  # @type RetryNum: Integer
3672
3672
 
3673
3673
  attr_accessor :RetryNum
3674
-
3674
+
3675
3675
  def initialize(retrynum=nil)
3676
3676
  @RetryNum = retrynum
3677
3677
  end
@@ -3689,7 +3689,7 @@ module TencentCloud
3689
3689
  # @type AddtionVersionMatchs: Array
3690
3690
 
3691
3691
  attr_accessor :AdditionalVersionWeights, :AddtionVersionMatchs
3692
-
3692
+
3693
3693
  def initialize(additionalversionweights=nil, addtionversionmatchs=nil)
3694
3694
  @AdditionalVersionWeights = additionalversionweights
3695
3695
  @AddtionVersionMatchs = addtionversionmatchs
@@ -3723,7 +3723,7 @@ module TencentCloud
3723
3723
  # @type Value: String
3724
3724
 
3725
3725
  attr_accessor :Key, :Value
3726
-
3726
+
3727
3727
  def initialize(key=nil, value=nil)
3728
3728
  @Key = key
3729
3729
  @Value = value
@@ -3743,7 +3743,7 @@ module TencentCloud
3743
3743
  # @type ErrorMessage: String
3744
3744
 
3745
3745
  attr_accessor :ErrorCode, :ErrorMessage
3746
-
3746
+
3747
3747
  def initialize(errorcode=nil, errormessage=nil)
3748
3748
  @ErrorCode = errorcode
3749
3749
  @ErrorMessage = errormessage
@@ -3763,7 +3763,7 @@ module TencentCloud
3763
3763
  # @type Value: String
3764
3764
 
3765
3765
  attr_accessor :Key, :Value
3766
-
3766
+
3767
3767
  def initialize(key=nil, value=nil)
3768
3768
  @Key = key
3769
3769
  @Value = value
@@ -3787,7 +3787,7 @@ module TencentCloud
3787
3787
  # @type GraceShutdown: Boolean
3788
3788
 
3789
3789
  attr_accessor :FunctionName, :InvokeRequestId, :Namespace, :GraceShutdown
3790
-
3790
+
3791
3791
  def initialize(functionname=nil, invokerequestid=nil, namespace=nil, graceshutdown=nil)
3792
3792
  @FunctionName = functionname
3793
3793
  @InvokeRequestId = invokerequestid
@@ -3809,7 +3809,7 @@ module TencentCloud
3809
3809
  # @type RequestId: String
3810
3810
 
3811
3811
  attr_accessor :RequestId
3812
-
3812
+
3813
3813
  def initialize(requestid=nil)
3814
3814
  @RequestId = requestid
3815
3815
  end
@@ -3827,7 +3827,7 @@ module TencentCloud
3827
3827
  # @type End: String
3828
3828
 
3829
3829
  attr_accessor :Start, :End
3830
-
3830
+
3831
3831
  def initialize(start=nil, _end=nil)
3832
3832
  @Start = start
3833
3833
  @End = _end
@@ -3869,7 +3869,14 @@ module TencentCloud
3869
3869
  # @type Description: String
3870
3870
 
3871
3871
  attr_accessor :ModTime, :Type, :TriggerDesc, :TriggerName, :AddTime, :Enable, :CustomArgument, :AvailableStatus, :ResourceId, :BindStatus, :TriggerAttribute, :Qualifier, :Description
3872
-
3872
+ extend Gem::Deprecate
3873
+ deprecate :ResourceId, :none, 2023, 6
3874
+ deprecate :ResourceId=, :none, 2023, 6
3875
+ deprecate :BindStatus, :none, 2023, 6
3876
+ deprecate :BindStatus=, :none, 2023, 6
3877
+ deprecate :TriggerAttribute, :none, 2023, 6
3878
+ deprecate :TriggerAttribute=, :none, 2023, 6
3879
+
3873
3880
  def initialize(modtime=nil, type=nil, triggerdesc=nil, triggername=nil, addtime=nil, enable=nil, customargument=nil, availablestatus=nil, resourceid=nil, bindstatus=nil, triggerattribute=nil, qualifier=nil, description=nil)
3874
3881
  @ModTime = modtime
3875
3882
  @Type = type
@@ -3919,7 +3926,7 @@ module TencentCloud
3919
3926
  # @type ProvisionedType: String
3920
3927
 
3921
3928
  attr_accessor :TriggerName, :TriggerProvisionedConcurrencyNum, :TriggerCronConfig, :ProvisionedType
3922
-
3929
+
3923
3930
  def initialize(triggername=nil, triggerprovisionedconcurrencynum=nil, triggercronconfig=nil, provisionedtype=nil)
3924
3931
  @TriggerName = triggername
3925
3932
  @TriggerProvisionedConcurrencyNum = triggerprovisionedconcurrencynum
@@ -3964,7 +3971,7 @@ module TencentCloud
3964
3971
  # @type Eb: Integer
3965
3972
 
3966
3973
  attr_accessor :Cos, :Timer, :Cmq, :Total, :Ckafka, :Apigw, :Cls, :Clb, :Mps, :Cm, :Vod, :Eb
3967
-
3974
+
3968
3975
  def initialize(cos=nil, timer=nil, cmq=nil, total=nil, ckafka=nil, apigw=nil, cls=nil, clb=nil, mps=nil, cm=nil, vod=nil, eb=nil)
3969
3976
  @Cos = cos
3970
3977
  @Timer = timer
@@ -4028,7 +4035,14 @@ module TencentCloud
4028
4035
  # @type Description: String
4029
4036
 
4030
4037
  attr_accessor :Enable, :Qualifier, :TriggerName, :Type, :TriggerDesc, :AvailableStatus, :CustomArgument, :AddTime, :ModTime, :ResourceId, :BindStatus, :TriggerAttribute, :Description
4031
-
4038
+ extend Gem::Deprecate
4039
+ deprecate :ResourceId, :none, 2023, 6
4040
+ deprecate :ResourceId=, :none, 2023, 6
4041
+ deprecate :BindStatus, :none, 2023, 6
4042
+ deprecate :BindStatus=, :none, 2023, 6
4043
+ deprecate :TriggerAttribute, :none, 2023, 6
4044
+ deprecate :TriggerAttribute=, :none, 2023, 6
4045
+
4032
4046
  def initialize(enable=nil, qualifier=nil, triggername=nil, type=nil, triggerdesc=nil, availablestatus=nil, customargument=nil, addtime=nil, modtime=nil, resourceid=nil, bindstatus=nil, triggerattribute=nil, description=nil)
4033
4047
  @Enable = enable
4034
4048
  @Qualifier = qualifier
@@ -4078,7 +4092,7 @@ module TencentCloud
4078
4092
  # @type Description: String
4079
4093
 
4080
4094
  attr_accessor :FunctionName, :Name, :FunctionVersion, :Namespace, :RoutingConfig, :Description
4081
-
4095
+
4082
4096
  def initialize(functionname=nil, name=nil, functionversion=nil, namespace=nil, routingconfig=nil, description=nil)
4083
4097
  @FunctionName = functionname
4084
4098
  @Name = name
@@ -4107,7 +4121,7 @@ module TencentCloud
4107
4121
  # @type RequestId: String
4108
4122
 
4109
4123
  attr_accessor :RequestId
4110
-
4124
+
4111
4125
  def initialize(requestid=nil)
4112
4126
  @RequestId = requestid
4113
4127
  end
@@ -4145,7 +4159,7 @@ module TencentCloud
4145
4159
  # @type CodeSource: String
4146
4160
 
4147
4161
  attr_accessor :FunctionName, :Handler, :CosBucketName, :CosObjectName, :ZipFile, :Namespace, :CosBucketRegion, :InstallDependency, :EnvId, :Publish, :Code, :CodeSource
4148
-
4162
+
4149
4163
  def initialize(functionname=nil, handler=nil, cosbucketname=nil, cosobjectname=nil, zipfile=nil, namespace=nil, cosbucketregion=nil, installdependency=nil, envid=nil, publish=nil, code=nil, codesource=nil)
4150
4164
  @FunctionName = functionname
4151
4165
  @Handler = handler
@@ -4186,7 +4200,7 @@ module TencentCloud
4186
4200
  # @type RequestId: String
4187
4201
 
4188
4202
  attr_accessor :RequestId
4189
-
4203
+
4190
4204
  def initialize(requestid=nil)
4191
4205
  @RequestId = requestid
4192
4206
  end
@@ -4243,7 +4257,7 @@ module TencentCloud
4243
4257
  # @type InstanceConcurrencyConfig: :class:`Tencentcloud::Scf.v20180416.models.InstanceConcurrencyConfig`
4244
4258
 
4245
4259
  attr_accessor :FunctionName, :Description, :MemorySize, :Timeout, :Runtime, :Environment, :Namespace, :VpcConfig, :Role, :InstallDependency, :ClsLogsetId, :ClsTopicId, :Publish, :L5Enable, :Layers, :DeadLetterConfig, :PublicNetConfig, :CfsConfig, :InitTimeout, :ProtocolParams, :InstanceConcurrencyConfig
4246
-
4260
+
4247
4261
  def initialize(functionname=nil, description=nil, memorysize=nil, timeout=nil, runtime=nil, environment=nil, namespace=nil, vpcconfig=nil, role=nil, installdependency=nil, clslogsetid=nil, clstopicid=nil, publish=nil, l5enable=nil, layers=nil, deadletterconfig=nil, publicnetconfig=nil, cfsconfig=nil, inittimeout=nil, protocolparams=nil, instanceconcurrencyconfig=nil)
4248
4262
  @FunctionName = functionname
4249
4263
  @Description = description
@@ -4327,7 +4341,7 @@ module TencentCloud
4327
4341
  # @type RequestId: String
4328
4342
 
4329
4343
  attr_accessor :RequestId
4330
-
4344
+
4331
4345
  def initialize(requestid=nil)
4332
4346
  @RequestId = requestid
4333
4347
  end
@@ -4347,7 +4361,7 @@ module TencentCloud
4347
4361
  # @type Namespace: String
4348
4362
 
4349
4363
  attr_accessor :AsyncTriggerConfig, :FunctionName, :Namespace
4350
-
4364
+
4351
4365
  def initialize(asynctriggerconfig=nil, functionname=nil, namespace=nil)
4352
4366
  @AsyncTriggerConfig = asynctriggerconfig
4353
4367
  @FunctionName = functionname
@@ -4370,7 +4384,7 @@ module TencentCloud
4370
4384
  # @type RequestId: String
4371
4385
 
4372
4386
  attr_accessor :RequestId
4373
-
4387
+
4374
4388
  def initialize(requestid=nil)
4375
4389
  @RequestId = requestid
4376
4390
  end
@@ -4388,7 +4402,7 @@ module TencentCloud
4388
4402
  # @type Description: String
4389
4403
 
4390
4404
  attr_accessor :Namespace, :Description
4391
-
4405
+
4392
4406
  def initialize(namespace=nil, description=nil)
4393
4407
  @Namespace = namespace
4394
4408
  @Description = description
@@ -4406,7 +4420,7 @@ module TencentCloud
4406
4420
  # @type RequestId: String
4407
4421
 
4408
4422
  attr_accessor :RequestId
4409
-
4423
+
4410
4424
  def initialize(requestid=nil)
4411
4425
  @RequestId = requestid
4412
4426
  end
@@ -4434,7 +4448,7 @@ module TencentCloud
4434
4448
  # @type TriggerDesc: String
4435
4449
 
4436
4450
  attr_accessor :Enable, :FunctionName, :TriggerName, :Type, :Qualifier, :Namespace, :TriggerDesc
4437
-
4451
+
4438
4452
  def initialize(enable=nil, functionname=nil, triggername=nil, type=nil, qualifier=nil, namespace=nil, triggerdesc=nil)
4439
4453
  @Enable = enable
4440
4454
  @FunctionName = functionname
@@ -4462,7 +4476,7 @@ module TencentCloud
4462
4476
  # @type RequestId: String
4463
4477
 
4464
4478
  attr_accessor :RequestId
4465
-
4479
+
4466
4480
  def initialize(requestid=nil)
4467
4481
  @RequestId = requestid
4468
4482
  end
@@ -4486,7 +4500,7 @@ module TencentCloud
4486
4500
  # @type UserConcurrencyMemLimit: Integer
4487
4501
 
4488
4502
  attr_accessor :NamespacesCount, :Namespace, :TotalConcurrencyMem, :TotalAllocatedConcurrencyMem, :UserConcurrencyMemLimit
4489
-
4503
+
4490
4504
  def initialize(namespacescount=nil, namespace=nil, totalconcurrencymem=nil, totalallocatedconcurrencymem=nil, userconcurrencymemlimit=nil)
4491
4505
  @NamespacesCount = namespacescount
4492
4506
  @Namespace = namespace
@@ -4519,7 +4533,7 @@ module TencentCloud
4519
4533
  # @type Value: String
4520
4534
 
4521
4535
  attr_accessor :Key, :Value
4522
-
4536
+
4523
4537
  def initialize(key=nil, value=nil)
4524
4538
  @Key = key
4525
4539
  @Value = value
@@ -4550,7 +4564,7 @@ module TencentCloud
4550
4564
  # @type Expression: String
4551
4565
 
4552
4566
  attr_accessor :Version, :Key, :Method, :Expression
4553
-
4567
+
4554
4568
  def initialize(version=nil, key=nil, method=nil, expression=nil)
4555
4569
  @Version = version
4556
4570
  @Key = key
@@ -4583,7 +4597,7 @@ module TencentCloud
4583
4597
  # @type TriggerActions: Array
4584
4598
 
4585
4599
  attr_accessor :AllocatedProvisionedConcurrencyNum, :AvailableProvisionedConcurrencyNum, :Status, :StatusReason, :Qualifier, :TriggerActions
4586
-
4600
+
4587
4601
  def initialize(allocatedprovisionedconcurrencynum=nil, availableprovisionedconcurrencynum=nil, status=nil, statusreason=nil, qualifier=nil, triggeractions=nil)
4588
4602
  @AllocatedProvisionedConcurrencyNum = allocatedprovisionedconcurrencynum
4589
4603
  @AvailableProvisionedConcurrencyNum = availableprovisionedconcurrencynum
@@ -4618,7 +4632,7 @@ module TencentCloud
4618
4632
  # @type Weight: Float
4619
4633
 
4620
4634
  attr_accessor :Version, :Weight
4621
-
4635
+
4622
4636
  def initialize(version=nil, weight=nil)
4623
4637
  @Version = version
4624
4638
  @Weight = weight
@@ -4638,7 +4652,7 @@ module TencentCloud
4638
4652
  # @type SubnetId: String
4639
4653
 
4640
4654
  attr_accessor :VpcId, :SubnetId
4641
-
4655
+
4642
4656
  def initialize(vpcid=nil, subnetid=nil)
4643
4657
  @VpcId = vpcid
4644
4658
  @SubnetId = subnetid
@@ -4657,7 +4671,7 @@ module TencentCloud
4657
4671
  # @type IdleTimeOut: Integer
4658
4672
 
4659
4673
  attr_accessor :IdleTimeOut
4660
-
4674
+
4661
4675
  def initialize(idletimeout=nil)
4662
4676
  @IdleTimeOut = idletimeout
4663
4677
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-scf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.590
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-12 00:00:00.000000000 Z
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