tencentcloud-sdk-apigateway 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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180808/models.rb +295 -295
- metadata +2 -2
data/lib/v20180808/models.rb
CHANGED
@@ -27,7 +27,7 @@ module TencentCloud
|
|
27
27
|
# @type ApiDocStatus: String
|
28
28
|
|
29
29
|
attr_accessor :ApiDocId, :ApiDocName, :ApiDocStatus
|
30
|
-
|
30
|
+
|
31
31
|
def initialize(apidocid=nil, apidocname=nil, apidocstatus=nil)
|
32
32
|
@ApiDocId = apidocid
|
33
33
|
@ApiDocName = apidocname
|
@@ -73,7 +73,7 @@ module TencentCloud
|
|
73
73
|
# @type ApiNames: Array
|
74
74
|
|
75
75
|
attr_accessor :ApiDocId, :ApiDocName, :ApiDocStatus, :ApiCount, :ViewCount, :ReleaseCount, :ApiDocUri, :SharePassword, :UpdatedTime, :ServiceId, :Environment, :ApiIds, :ServiceName, :ApiNames
|
76
|
-
|
76
|
+
|
77
77
|
def initialize(apidocid=nil, apidocname=nil, apidocstatus=nil, apicount=nil, viewcount=nil, releasecount=nil, apidocuri=nil, sharepassword=nil, updatedtime=nil, serviceid=nil, environment=nil, apiids=nil, servicename=nil, apinames=nil)
|
78
78
|
@ApiDocId = apidocid
|
79
79
|
@ApiDocName = apidocname
|
@@ -117,7 +117,7 @@ module TencentCloud
|
|
117
117
|
# @type APIDocSet: Array
|
118
118
|
|
119
119
|
attr_accessor :TotalCount, :APIDocSet
|
120
|
-
|
120
|
+
|
121
121
|
def initialize(totalcount=nil, apidocset=nil)
|
122
122
|
@TotalCount = totalcount
|
123
123
|
@APIDocSet = apidocset
|
@@ -163,7 +163,7 @@ module TencentCloud
|
|
163
163
|
# @type EnvironmentName: String
|
164
164
|
|
165
165
|
attr_accessor :ApiAppName, :ApiAppId, :ApiId, :ApiName, :ServiceId, :AuthorizedTime, :ApiRegion, :EnvironmentName
|
166
|
-
|
166
|
+
|
167
167
|
def initialize(apiappname=nil, apiappid=nil, apiid=nil, apiname=nil, serviceid=nil, authorizedtime=nil, apiregion=nil, environmentname=nil)
|
168
168
|
@ApiAppName = apiappname
|
169
169
|
@ApiAppId = apiappid
|
@@ -196,7 +196,7 @@ module TencentCloud
|
|
196
196
|
# @type ApiAppApiSet: Array
|
197
197
|
|
198
198
|
attr_accessor :TotalCount, :ApiAppApiSet
|
199
|
-
|
199
|
+
|
200
200
|
def initialize(totalcount=nil, apiappapiset=nil)
|
201
201
|
@TotalCount = totalcount
|
202
202
|
@ApiAppApiSet = apiappapiset
|
@@ -239,7 +239,7 @@ module TencentCloud
|
|
239
239
|
# @type ApiAppKey: String
|
240
240
|
|
241
241
|
attr_accessor :ApiAppName, :ApiAppId, :ApiAppSecret, :ApiAppDesc, :CreatedTime, :ModifiedTime, :ApiAppKey
|
242
|
-
|
242
|
+
|
243
243
|
def initialize(apiappname=nil, apiappid=nil, apiappsecret=nil, apiappdesc=nil, createdtime=nil, modifiedtime=nil, apiappkey=nil)
|
244
244
|
@ApiAppName = apiappname
|
245
245
|
@ApiAppId = apiappid
|
@@ -270,7 +270,7 @@ module TencentCloud
|
|
270
270
|
# @type ApiAppSet: Array
|
271
271
|
|
272
272
|
attr_accessor :TotalCount, :ApiAppSet
|
273
|
-
|
273
|
+
|
274
274
|
def initialize(totalcount=nil, apiappset=nil)
|
275
275
|
@TotalCount = totalcount
|
276
276
|
@ApiAppSet = apiappset
|
@@ -303,7 +303,7 @@ module TencentCloud
|
|
303
303
|
# @type EnvironmentStrategySet: Array
|
304
304
|
|
305
305
|
attr_accessor :ApiId, :ApiName, :Path, :Method, :EnvironmentStrategySet
|
306
|
-
|
306
|
+
|
307
307
|
def initialize(apiid=nil, apiname=nil, path=nil, method=nil, environmentstrategyset=nil)
|
308
308
|
@ApiId = apiid
|
309
309
|
@ApiName = apiname
|
@@ -338,7 +338,7 @@ module TencentCloud
|
|
338
338
|
# @type ApiEnvironmentStrategySet: Array
|
339
339
|
|
340
340
|
attr_accessor :TotalCount, :ApiEnvironmentStrategySet
|
341
|
-
|
341
|
+
|
342
342
|
def initialize(totalcount=nil, apienvironmentstrategyset=nil)
|
343
343
|
@TotalCount = totalcount
|
344
344
|
@ApiEnvironmentStrategySet = apienvironmentstrategyset
|
@@ -409,7 +409,7 @@ module TencentCloud
|
|
409
409
|
# @type TokenLocation: String
|
410
410
|
|
411
411
|
attr_accessor :ServiceId, :ApiId, :ApiDesc, :Path, :Method, :CreatedTime, :ModifiedTime, :ApiName, :UniqVpcId, :ApiType, :Protocol, :IsDebugAfterCharge, :AuthType, :ApiBusinessType, :AuthRelationApiId, :RelationBuniessApiIds, :OauthConfig, :TokenLocation
|
412
|
-
|
412
|
+
|
413
413
|
def initialize(serviceid=nil, apiid=nil, apidesc=nil, path=nil, method=nil, createdtime=nil, modifiedtime=nil, apiname=nil, uniqvpcid=nil, apitype=nil, protocol=nil, isdebugaftercharge=nil, authtype=nil, apibusinesstype=nil, authrelationapiid=nil, relationbuniessapiids=nil, oauthconfig=nil, tokenlocation=nil)
|
414
414
|
@ServiceId = serviceid
|
415
415
|
@ApiId = apiid
|
@@ -613,7 +613,7 @@ module TencentCloud
|
|
613
613
|
# @type Base64EncodedTriggerRules: Array
|
614
614
|
|
615
615
|
attr_accessor :ServiceId, :ServiceName, :ServiceDesc, :ApiId, :ApiDesc, :CreatedTime, :ModifiedTime, :ApiName, :ApiType, :Protocol, :AuthType, :ApiBusinessType, :AuthRelationApiId, :OauthConfig, :IsDebugAfterCharge, :RequestConfig, :ResponseType, :ResponseSuccessExample, :ResponseFailExample, :ResponseErrorCodes, :RequestParameters, :ServiceTimeout, :ServiceType, :ServiceConfig, :ServiceParameters, :ConstantParameters, :ServiceMockReturnMessage, :ServiceScfFunctionName, :ServiceScfFunctionNamespace, :ServiceScfFunctionQualifier, :ServiceScfIsIntegratedResponse, :ServiceWebsocketRegisterFunctionName, :ServiceWebsocketRegisterFunctionNamespace, :ServiceWebsocketRegisterFunctionQualifier, :ServiceWebsocketCleanupFunctionName, :ServiceWebsocketCleanupFunctionNamespace, :ServiceWebsocketCleanupFunctionQualifier, :InternalDomain, :ServiceWebsocketTransportFunctionName, :ServiceWebsocketTransportFunctionNamespace, :ServiceWebsocketTransportFunctionQualifier, :MicroServices, :MicroServicesInfo, :ServiceTsfLoadBalanceConf, :ServiceTsfHealthCheckConf, :EnableCORS, :Tags, :Environments, :IsBase64Encoded, :IsBase64Trigger, :Base64EncodedTriggerRules
|
616
|
-
|
616
|
+
|
617
617
|
def initialize(serviceid=nil, servicename=nil, servicedesc=nil, apiid=nil, apidesc=nil, createdtime=nil, modifiedtime=nil, apiname=nil, apitype=nil, protocol=nil, authtype=nil, apibusinesstype=nil, authrelationapiid=nil, oauthconfig=nil, isdebugaftercharge=nil, requestconfig=nil, responsetype=nil, responsesuccessexample=nil, responsefailexample=nil, responseerrorcodes=nil, requestparameters=nil, servicetimeout=nil, servicetype=nil, serviceconfig=nil, serviceparameters=nil, constantparameters=nil, servicemockreturnmessage=nil, servicescffunctionname=nil, servicescffunctionnamespace=nil, servicescffunctionqualifier=nil, servicescfisintegratedresponse=nil, servicewebsocketregisterfunctionname=nil, servicewebsocketregisterfunctionnamespace=nil, servicewebsocketregisterfunctionqualifier=nil, servicewebsocketcleanupfunctionname=nil, servicewebsocketcleanupfunctionnamespace=nil, servicewebsocketcleanupfunctionqualifier=nil, internaldomain=nil, servicewebsockettransportfunctionname=nil, servicewebsockettransportfunctionnamespace=nil, servicewebsockettransportfunctionqualifier=nil, microservices=nil, microservicesinfo=nil, servicetsfloadbalanceconf=nil, servicetsfhealthcheckconf=nil, enablecors=nil, tags=nil, environments=nil, isbase64encoded=nil, isbase64trigger=nil, base64encodedtriggerrules=nil)
|
618
618
|
@ServiceId = serviceid
|
619
619
|
@ServiceName = servicename
|
@@ -795,7 +795,7 @@ module TencentCloud
|
|
795
795
|
# @type ApiSet: Array
|
796
796
|
|
797
797
|
attr_accessor :TotalCount, :ApiSet
|
798
|
-
|
798
|
+
|
799
799
|
def initialize(totalcount=nil, apiset=nil)
|
800
800
|
@TotalCount = totalcount
|
801
801
|
@ApiSet = apiset
|
@@ -832,7 +832,7 @@ module TencentCloud
|
|
832
832
|
# @type CreatedTime: String
|
833
833
|
|
834
834
|
attr_accessor :AccessKeyId, :AccessKeySecret, :AccessKeyType, :SecretName, :ModifiedTime, :Status, :CreatedTime
|
835
|
-
|
835
|
+
|
836
836
|
def initialize(accesskeyid=nil, accesskeysecret=nil, accesskeytype=nil, secretname=nil, modifiedtime=nil, status=nil, createdtime=nil)
|
837
837
|
@AccessKeyId = accesskeyid
|
838
838
|
@AccessKeySecret = accesskeysecret
|
@@ -864,7 +864,7 @@ module TencentCloud
|
|
864
864
|
# @type ApiKeySet: Array
|
865
865
|
|
866
866
|
attr_accessor :TotalCount, :ApiKeySet
|
867
|
-
|
867
|
+
|
868
868
|
def initialize(totalcount=nil, apikeyset=nil)
|
869
869
|
@TotalCount = totalcount
|
870
870
|
@ApiKeySet = apikeyset
|
@@ -891,7 +891,7 @@ module TencentCloud
|
|
891
891
|
# @type Method: String
|
892
892
|
|
893
893
|
attr_accessor :Path, :Method
|
894
|
-
|
894
|
+
|
895
895
|
def initialize(path=nil, method=nil)
|
896
896
|
@Path = path
|
897
897
|
@Method = method
|
@@ -952,7 +952,7 @@ module TencentCloud
|
|
952
952
|
# @type ServiceName: String
|
953
953
|
|
954
954
|
attr_accessor :ServiceId, :ApiId, :ApiName, :Path, :Method, :UsagePlanId, :UsagePlanName, :UsagePlanDesc, :Environment, :InUseRequestNum, :MaxRequestNum, :MaxRequestNumPreSec, :CreatedTime, :ModifiedTime, :ServiceName
|
955
|
-
|
955
|
+
|
956
956
|
def initialize(serviceid=nil, apiid=nil, apiname=nil, path=nil, method=nil, usageplanid=nil, usageplanname=nil, usageplandesc=nil, environment=nil, inuserequestnum=nil, maxrequestnum=nil, maxrequestnumpresec=nil, createdtime=nil, modifiedtime=nil, servicename=nil)
|
957
957
|
@ServiceId = serviceid
|
958
958
|
@ApiId = apiid
|
@@ -1000,7 +1000,7 @@ module TencentCloud
|
|
1000
1000
|
# @type ApiUsagePlanList: Array
|
1001
1001
|
|
1002
1002
|
attr_accessor :TotalCount, :ApiUsagePlanList
|
1003
|
-
|
1003
|
+
|
1004
1004
|
def initialize(totalcount=nil, apiusageplanlist=nil)
|
1005
1005
|
@TotalCount = totalcount
|
1006
1006
|
@ApiUsagePlanList = apiusageplanlist
|
@@ -1022,7 +1022,7 @@ module TencentCloud
|
|
1022
1022
|
# key-value
|
1023
1023
|
class ApigatewayTags < TencentCloud::Common::AbstractModel
|
1024
1024
|
|
1025
|
-
|
1025
|
+
|
1026
1026
|
def initialize()
|
1027
1027
|
end
|
1028
1028
|
|
@@ -1042,7 +1042,7 @@ module TencentCloud
|
|
1042
1042
|
# @type ApiIds: Array
|
1043
1043
|
|
1044
1044
|
attr_accessor :PluginId, :ServiceId, :EnvironmentName, :ApiIds
|
1045
|
-
|
1045
|
+
|
1046
1046
|
def initialize(pluginid=nil, serviceid=nil, environmentname=nil, apiids=nil)
|
1047
1047
|
@PluginId = pluginid
|
1048
1048
|
@ServiceId = serviceid
|
@@ -1066,7 +1066,7 @@ module TencentCloud
|
|
1066
1066
|
# @type RequestId: String
|
1067
1067
|
|
1068
1068
|
attr_accessor :Result, :RequestId
|
1069
|
-
|
1069
|
+
|
1070
1070
|
def initialize(result=nil, requestid=nil)
|
1071
1071
|
@Result = result
|
1072
1072
|
@RequestId = requestid
|
@@ -1100,7 +1100,7 @@ module TencentCloud
|
|
1100
1100
|
# @type AttachedTime: String
|
1101
1101
|
|
1102
1102
|
attr_accessor :ServiceId, :ServiceName, :ServiceDesc, :ApiId, :ApiName, :ApiDesc, :Environment, :AttachedTime
|
1103
|
-
|
1103
|
+
|
1104
1104
|
def initialize(serviceid=nil, servicename=nil, servicedesc=nil, apiid=nil, apiname=nil, apidesc=nil, environment=nil, attachedtime=nil)
|
1105
1105
|
@ServiceId = serviceid
|
1106
1106
|
@ServiceName = servicename
|
@@ -1132,7 +1132,7 @@ module TencentCloud
|
|
1132
1132
|
# @type AttachedApis: Array
|
1133
1133
|
|
1134
1134
|
attr_accessor :TotalCount, :AttachedApis
|
1135
|
-
|
1135
|
+
|
1136
1136
|
def initialize(totalcount=nil, attachedapis=nil)
|
1137
1137
|
@TotalCount = totalcount
|
1138
1138
|
@AttachedApis = attachedapis
|
@@ -1169,7 +1169,7 @@ module TencentCloud
|
|
1169
1169
|
# @type PluginData: String
|
1170
1170
|
|
1171
1171
|
attr_accessor :PluginId, :Environment, :AttachedTime, :PluginName, :PluginType, :Description, :PluginData
|
1172
|
-
|
1172
|
+
|
1173
1173
|
def initialize(pluginid=nil, environment=nil, attachedtime=nil, pluginname=nil, plugintype=nil, description=nil, plugindata=nil)
|
1174
1174
|
@PluginId = pluginid
|
1175
1175
|
@Environment = environment
|
@@ -1199,7 +1199,7 @@ module TencentCloud
|
|
1199
1199
|
# @type PluginSummary: Array
|
1200
1200
|
|
1201
1201
|
attr_accessor :TotalCount, :PluginSummary
|
1202
|
-
|
1202
|
+
|
1203
1203
|
def initialize(totalcount=nil, pluginsummary=nil)
|
1204
1204
|
@TotalCount = totalcount
|
1205
1205
|
@PluginSummary = pluginsummary
|
@@ -1238,7 +1238,7 @@ module TencentCloud
|
|
1238
1238
|
# @type IsAttached: Boolean
|
1239
1239
|
|
1240
1240
|
attr_accessor :ApiId, :ApiName, :ApiType, :Path, :Method, :AttachedOtherPlugin, :IsAttached
|
1241
|
-
|
1241
|
+
|
1242
1242
|
def initialize(apiid=nil, apiname=nil, apitype=nil, path=nil, method=nil, attachedotherplugin=nil, isattached=nil)
|
1243
1243
|
@ApiId = apiid
|
1244
1244
|
@ApiName = apiname
|
@@ -1275,7 +1275,7 @@ module TencentCloud
|
|
1275
1275
|
# @type Value: Array
|
1276
1276
|
|
1277
1277
|
attr_accessor :Name, :Value
|
1278
|
-
|
1278
|
+
|
1279
1279
|
def initialize(name=nil, value=nil)
|
1280
1280
|
@Name = name
|
1281
1281
|
@Value = value
|
@@ -1299,7 +1299,7 @@ module TencentCloud
|
|
1299
1299
|
# @type ApiId: String
|
1300
1300
|
|
1301
1301
|
attr_accessor :ApiAppId, :Environment, :ServiceId, :ApiId
|
1302
|
-
|
1302
|
+
|
1303
1303
|
def initialize(apiappid=nil, environment=nil, serviceid=nil, apiid=nil)
|
1304
1304
|
@ApiAppId = apiappid
|
1305
1305
|
@Environment = environment
|
@@ -1324,7 +1324,7 @@ module TencentCloud
|
|
1324
1324
|
# @type RequestId: String
|
1325
1325
|
|
1326
1326
|
attr_accessor :Result, :RequestId
|
1327
|
-
|
1327
|
+
|
1328
1328
|
def initialize(result=nil, requestid=nil)
|
1329
1329
|
@Result = result
|
1330
1330
|
@RequestId = requestid
|
@@ -1352,7 +1352,7 @@ module TencentCloud
|
|
1352
1352
|
# @type BindTime: String
|
1353
1353
|
|
1354
1354
|
attr_accessor :ApiId, :ServiceId, :ApiName, :ServiceName, :BindTime
|
1355
|
-
|
1355
|
+
|
1356
1356
|
def initialize(apiid=nil, serviceid=nil, apiname=nil, servicename=nil, bindtime=nil)
|
1357
1357
|
@ApiId = apiid
|
1358
1358
|
@ServiceId = serviceid
|
@@ -1384,7 +1384,7 @@ module TencentCloud
|
|
1384
1384
|
# @type ApiIds: Array
|
1385
1385
|
|
1386
1386
|
attr_accessor :UsagePlanIds, :BindType, :Environment, :ServiceId, :ApiIds
|
1387
|
-
|
1387
|
+
|
1388
1388
|
def initialize(usageplanids=nil, bindtype=nil, environment=nil, serviceid=nil, apiids=nil)
|
1389
1389
|
@UsagePlanIds = usageplanids
|
1390
1390
|
@BindType = bindtype
|
@@ -1411,7 +1411,7 @@ module TencentCloud
|
|
1411
1411
|
# @type RequestId: String
|
1412
1412
|
|
1413
1413
|
attr_accessor :Result, :RequestId
|
1414
|
-
|
1414
|
+
|
1415
1415
|
def initialize(result=nil, requestid=nil)
|
1416
1416
|
@Result = result
|
1417
1417
|
@RequestId = requestid
|
@@ -1435,7 +1435,7 @@ module TencentCloud
|
|
1435
1435
|
# @type BindApiIds: Array
|
1436
1436
|
|
1437
1437
|
attr_accessor :ServiceId, :StrategyId, :EnvironmentName, :BindApiIds
|
1438
|
-
|
1438
|
+
|
1439
1439
|
def initialize(serviceid=nil, strategyid=nil, environmentname=nil, bindapiids=nil)
|
1440
1440
|
@ServiceId = serviceid
|
1441
1441
|
@StrategyId = strategyid
|
@@ -1460,7 +1460,7 @@ module TencentCloud
|
|
1460
1460
|
# @type RequestId: String
|
1461
1461
|
|
1462
1462
|
attr_accessor :Result, :RequestId
|
1463
|
-
|
1463
|
+
|
1464
1464
|
def initialize(result=nil, requestid=nil)
|
1465
1465
|
@Result = result
|
1466
1466
|
@RequestId = requestid
|
@@ -1480,7 +1480,7 @@ module TencentCloud
|
|
1480
1480
|
# @type AccessKeyIds: Array
|
1481
1481
|
|
1482
1482
|
attr_accessor :UsagePlanId, :AccessKeyIds
|
1483
|
-
|
1483
|
+
|
1484
1484
|
def initialize(usageplanid=nil, accesskeyids=nil)
|
1485
1485
|
@UsagePlanId = usageplanid
|
1486
1486
|
@AccessKeyIds = accesskeyids
|
@@ -1501,7 +1501,7 @@ module TencentCloud
|
|
1501
1501
|
# @type RequestId: String
|
1502
1502
|
|
1503
1503
|
attr_accessor :Result, :RequestId
|
1504
|
-
|
1504
|
+
|
1505
1505
|
def initialize(result=nil, requestid=nil)
|
1506
1506
|
@Result = result
|
1507
1507
|
@RequestId = requestid
|
@@ -1535,7 +1535,7 @@ module TencentCloud
|
|
1535
1535
|
# @type IsForcedHttps: Boolean
|
1536
1536
|
|
1537
1537
|
attr_accessor :ServiceId, :SubDomain, :Protocol, :NetType, :IsDefaultMapping, :NetSubDomain, :CertificateId, :PathMappingSet, :IsForcedHttps
|
1538
|
-
|
1538
|
+
|
1539
1539
|
def initialize(serviceid=nil, subdomain=nil, protocol=nil, nettype=nil, isdefaultmapping=nil, netsubdomain=nil, certificateid=nil, pathmappingset=nil, isforcedhttps=nil)
|
1540
1540
|
@ServiceId = serviceid
|
1541
1541
|
@SubDomain = subdomain
|
@@ -1574,7 +1574,7 @@ module TencentCloud
|
|
1574
1574
|
# @type RequestId: String
|
1575
1575
|
|
1576
1576
|
attr_accessor :RequestId
|
1577
|
-
|
1577
|
+
|
1578
1578
|
def initialize(requestid=nil)
|
1579
1579
|
@RequestId = requestid
|
1580
1580
|
end
|
@@ -1590,7 +1590,7 @@ module TencentCloud
|
|
1590
1590
|
# @type ApiDocId: String
|
1591
1591
|
|
1592
1592
|
attr_accessor :ApiDocId
|
1593
|
-
|
1593
|
+
|
1594
1594
|
def initialize(apidocid=nil)
|
1595
1595
|
@ApiDocId = apidocid
|
1596
1596
|
end
|
@@ -1608,7 +1608,7 @@ module TencentCloud
|
|
1608
1608
|
# @type RequestId: String
|
1609
1609
|
|
1610
1610
|
attr_accessor :Result, :RequestId
|
1611
|
-
|
1611
|
+
|
1612
1612
|
def initialize(result=nil, requestid=nil)
|
1613
1613
|
@Result = result
|
1614
1614
|
@RequestId = requestid
|
@@ -1636,7 +1636,7 @@ module TencentCloud
|
|
1636
1636
|
# @type DefaultValue: String
|
1637
1637
|
|
1638
1638
|
attr_accessor :Name, :Desc, :Position, :DefaultValue
|
1639
|
-
|
1639
|
+
|
1640
1640
|
def initialize(name=nil, desc=nil, position=nil, defaultvalue=nil)
|
1641
1641
|
@Name = name
|
1642
1642
|
@Desc = desc
|
@@ -1677,7 +1677,7 @@ module TencentCloud
|
|
1677
1677
|
# @type PathMatchMode: String
|
1678
1678
|
|
1679
1679
|
attr_accessor :Action, :BucketName, :Authorization, :PathMatchMode
|
1680
|
-
|
1680
|
+
|
1681
1681
|
def initialize(action=nil, bucketname=nil, authorization=nil, pathmatchmode=nil)
|
1682
1682
|
@Action = action
|
1683
1683
|
@BucketName = bucketname
|
@@ -1705,7 +1705,7 @@ module TencentCloud
|
|
1705
1705
|
# @type ApiIds: Array
|
1706
1706
|
|
1707
1707
|
attr_accessor :ApiDocName, :ServiceId, :Environment, :ApiIds
|
1708
|
-
|
1708
|
+
|
1709
1709
|
def initialize(apidocname=nil, serviceid=nil, environment=nil, apiids=nil)
|
1710
1710
|
@ApiDocName = apidocname
|
1711
1711
|
@ServiceId = serviceid
|
@@ -1729,7 +1729,7 @@ module TencentCloud
|
|
1729
1729
|
# @type RequestId: String
|
1730
1730
|
|
1731
1731
|
attr_accessor :Result, :RequestId
|
1732
|
-
|
1732
|
+
|
1733
1733
|
def initialize(result=nil, requestid=nil)
|
1734
1734
|
@Result = result
|
1735
1735
|
@RequestId = requestid
|
@@ -1752,7 +1752,7 @@ module TencentCloud
|
|
1752
1752
|
# @type ApiAppDesc: String
|
1753
1753
|
|
1754
1754
|
attr_accessor :ApiAppName, :ApiAppDesc
|
1755
|
-
|
1755
|
+
|
1756
1756
|
def initialize(apiappname=nil, apiappdesc=nil)
|
1757
1757
|
@ApiAppName = apiappname
|
1758
1758
|
@ApiAppDesc = apiappdesc
|
@@ -1773,7 +1773,7 @@ module TencentCloud
|
|
1773
1773
|
# @type RequestId: String
|
1774
1774
|
|
1775
1775
|
attr_accessor :Result, :RequestId
|
1776
|
-
|
1776
|
+
|
1777
1777
|
def initialize(result=nil, requestid=nil)
|
1778
1778
|
@Result = result
|
1779
1779
|
@RequestId = requestid
|
@@ -1800,7 +1800,7 @@ module TencentCloud
|
|
1800
1800
|
# @type AccessKeySecret: String
|
1801
1801
|
|
1802
1802
|
attr_accessor :SecretName, :AccessKeyType, :AccessKeyId, :AccessKeySecret
|
1803
|
-
|
1803
|
+
|
1804
1804
|
def initialize(secretname=nil, accesskeytype=nil, accesskeyid=nil, accesskeysecret=nil)
|
1805
1805
|
@SecretName = secretname
|
1806
1806
|
@AccessKeyType = accesskeytype
|
@@ -1825,7 +1825,7 @@ module TencentCloud
|
|
1825
1825
|
# @type RequestId: String
|
1826
1826
|
|
1827
1827
|
attr_accessor :Result, :RequestId
|
1828
|
-
|
1828
|
+
|
1829
1829
|
def initialize(result=nil, requestid=nil)
|
1830
1830
|
@Result = result
|
1831
1831
|
@RequestId = requestid
|
@@ -1950,7 +1950,7 @@ module TencentCloud
|
|
1950
1950
|
# @type Owner: String
|
1951
1951
|
|
1952
1952
|
attr_accessor :ServiceId, :ServiceType, :ServiceTimeout, :Protocol, :RequestConfig, :ApiName, :ApiDesc, :ApiType, :AuthType, :EnableCORS, :ConstantParameters, :RequestParameters, :ApiBusinessType, :ServiceMockReturnMessage, :MicroServices, :ServiceTsfLoadBalanceConf, :ServiceTsfHealthCheckConf, :TargetServices, :TargetServicesLoadBalanceConf, :TargetServicesHealthCheckConf, :ServiceScfFunctionName, :ServiceWebsocketRegisterFunctionName, :ServiceWebsocketCleanupFunctionName, :ServiceWebsocketTransportFunctionName, :ServiceScfFunctionNamespace, :ServiceScfFunctionQualifier, :ServiceWebsocketRegisterFunctionNamespace, :ServiceWebsocketRegisterFunctionQualifier, :ServiceWebsocketTransportFunctionNamespace, :ServiceWebsocketTransportFunctionQualifier, :ServiceWebsocketCleanupFunctionNamespace, :ServiceWebsocketCleanupFunctionQualifier, :ServiceScfIsIntegratedResponse, :IsDebugAfterCharge, :IsDeleteResponseErrorCodes, :ResponseType, :ResponseSuccessExample, :ResponseFailExample, :ServiceConfig, :AuthRelationApiId, :ServiceParameters, :OauthConfig, :ResponseErrorCodes, :TargetNamespaceId, :UserType, :IsBase64Encoded, :EventBusId, :ServiceScfFunctionType, :EIAMAppType, :EIAMAuthType, :TokenTimeout, :EIAMAppId, :Owner
|
1953
|
-
|
1953
|
+
|
1954
1954
|
def initialize(serviceid=nil, servicetype=nil, servicetimeout=nil, protocol=nil, requestconfig=nil, apiname=nil, apidesc=nil, apitype=nil, authtype=nil, enablecors=nil, constantparameters=nil, requestparameters=nil, apibusinesstype=nil, servicemockreturnmessage=nil, microservices=nil, servicetsfloadbalanceconf=nil, servicetsfhealthcheckconf=nil, targetservices=nil, targetservicesloadbalanceconf=nil, targetserviceshealthcheckconf=nil, servicescffunctionname=nil, servicewebsocketregisterfunctionname=nil, servicewebsocketcleanupfunctionname=nil, servicewebsockettransportfunctionname=nil, servicescffunctionnamespace=nil, servicescffunctionqualifier=nil, servicewebsocketregisterfunctionnamespace=nil, servicewebsocketregisterfunctionqualifier=nil, servicewebsockettransportfunctionnamespace=nil, servicewebsockettransportfunctionqualifier=nil, servicewebsocketcleanupfunctionnamespace=nil, servicewebsocketcleanupfunctionqualifier=nil, servicescfisintegratedresponse=nil, isdebugaftercharge=nil, isdeleteresponseerrorcodes=nil, responsetype=nil, responsesuccessexample=nil, responsefailexample=nil, serviceconfig=nil, authrelationapiid=nil, serviceparameters=nil, oauthconfig=nil, responseerrorcodes=nil, targetnamespaceid=nil, usertype=nil, isbase64encoded=nil, eventbusid=nil, servicescffunctiontype=nil, eiamapptype=nil, eiamauthtype=nil, tokentimeout=nil, eiamappid=nil, owner=nil)
|
1955
1955
|
@ServiceId = serviceid
|
1956
1956
|
@ServiceType = servicetype
|
@@ -2133,7 +2133,7 @@ module TencentCloud
|
|
2133
2133
|
# @type RequestId: String
|
2134
2134
|
|
2135
2135
|
attr_accessor :Result, :RequestId
|
2136
|
-
|
2136
|
+
|
2137
2137
|
def initialize(result=nil, requestid=nil)
|
2138
2138
|
@Result = result
|
2139
2139
|
@RequestId = requestid
|
@@ -2164,7 +2164,7 @@ module TencentCloud
|
|
2164
2164
|
# @type CreatedTime: String
|
2165
2165
|
|
2166
2166
|
attr_accessor :ApiId, :Path, :Method, :CreatedTime
|
2167
|
-
|
2167
|
+
|
2168
2168
|
def initialize(apiid=nil, path=nil, method=nil, createdtime=nil)
|
2169
2169
|
@ApiId = apiid
|
2170
2170
|
@Path = path
|
@@ -2205,7 +2205,7 @@ module TencentCloud
|
|
2205
2205
|
# @type ApiName: String
|
2206
2206
|
|
2207
2207
|
attr_accessor :ApiId, :Path, :Method, :CreatedTime, :Status, :ErrMsg, :ApiName
|
2208
|
-
|
2208
|
+
|
2209
2209
|
def initialize(apiid=nil, path=nil, method=nil, createdtime=nil, status=nil, errmsg=nil, apiname=nil)
|
2210
2210
|
@ApiId = apiid
|
2211
2211
|
@Path = path
|
@@ -2235,7 +2235,7 @@ module TencentCloud
|
|
2235
2235
|
# @type ApiSet: Array
|
2236
2236
|
|
2237
2237
|
attr_accessor :TotalCount, :ApiSet
|
2238
|
-
|
2238
|
+
|
2239
2239
|
def initialize(totalcount=nil, apiset=nil)
|
2240
2240
|
@TotalCount = totalcount
|
2241
2241
|
@ApiSet = apiset
|
@@ -2266,7 +2266,7 @@ module TencentCloud
|
|
2266
2266
|
# @type StrategyData: String
|
2267
2267
|
|
2268
2268
|
attr_accessor :ServiceId, :StrategyName, :StrategyType, :StrategyData
|
2269
|
-
|
2269
|
+
|
2270
2270
|
def initialize(serviceid=nil, strategyname=nil, strategytype=nil, strategydata=nil)
|
2271
2271
|
@ServiceId = serviceid
|
2272
2272
|
@StrategyName = strategyname
|
@@ -2291,7 +2291,7 @@ module TencentCloud
|
|
2291
2291
|
# @type RequestId: String
|
2292
2292
|
|
2293
2293
|
attr_accessor :Result, :RequestId
|
2294
|
-
|
2294
|
+
|
2295
2295
|
def initialize(result=nil, requestid=nil)
|
2296
2296
|
@Result = result
|
2297
2297
|
@RequestId = requestid
|
@@ -2320,7 +2320,7 @@ module TencentCloud
|
|
2320
2320
|
# @type Tags: Array
|
2321
2321
|
|
2322
2322
|
attr_accessor :PluginName, :PluginType, :PluginData, :Description, :Tags
|
2323
|
-
|
2323
|
+
|
2324
2324
|
def initialize(pluginname=nil, plugintype=nil, plugindata=nil, description=nil, tags=nil)
|
2325
2325
|
@PluginName = pluginname
|
2326
2326
|
@PluginType = plugintype
|
@@ -2353,7 +2353,7 @@ module TencentCloud
|
|
2353
2353
|
# @type RequestId: String
|
2354
2354
|
|
2355
2355
|
attr_accessor :Result, :RequestId
|
2356
|
-
|
2356
|
+
|
2357
2357
|
def initialize(result=nil, requestid=nil)
|
2358
2358
|
@Result = result
|
2359
2359
|
@RequestId = requestid
|
@@ -2394,7 +2394,7 @@ module TencentCloud
|
|
2394
2394
|
# @type UniqVpcId: String
|
2395
2395
|
|
2396
2396
|
attr_accessor :ServiceName, :Protocol, :ServiceDesc, :ExclusiveSetName, :NetTypes, :IpVersion, :SetServerName, :AppIdType, :Tags, :InstanceId, :UniqVpcId
|
2397
|
-
|
2397
|
+
|
2398
2398
|
def initialize(servicename=nil, protocol=nil, servicedesc=nil, exclusivesetname=nil, nettypes=nil, ipversion=nil, setservername=nil, appidtype=nil, tags=nil, instanceid=nil, uniqvpcid=nil)
|
2399
2399
|
@ServiceName = servicename
|
2400
2400
|
@Protocol = protocol
|
@@ -2454,7 +2454,7 @@ module TencentCloud
|
|
2454
2454
|
# @type RequestId: String
|
2455
2455
|
|
2456
2456
|
attr_accessor :ServiceId, :ServiceName, :ServiceDesc, :OuterSubDomain, :InnerSubDomain, :CreatedTime, :NetTypes, :IpVersion, :RequestId
|
2457
|
-
|
2457
|
+
|
2458
2458
|
def initialize(serviceid=nil, servicename=nil, servicedesc=nil, outersubdomain=nil, innersubdomain=nil, createdtime=nil, nettypes=nil, ipversion=nil, requestid=nil)
|
2459
2459
|
@ServiceId = serviceid
|
2460
2460
|
@ServiceName = servicename
|
@@ -2508,7 +2508,7 @@ module TencentCloud
|
|
2508
2508
|
# @type K8sService: Array
|
2509
2509
|
|
2510
2510
|
attr_accessor :Scheme, :Algorithm, :UniqVpcId, :UpstreamName, :UpstreamDescription, :UpstreamType, :Retries, :UpstreamHost, :Nodes, :Tags, :HealthChecker, :K8sService
|
2511
|
-
|
2511
|
+
|
2512
2512
|
def initialize(scheme=nil, algorithm=nil, uniqvpcid=nil, upstreamname=nil, upstreamdescription=nil, upstreamtype=nil, retries=nil, upstreamhost=nil, nodes=nil, tags=nil, healthchecker=nil, k8sservice=nil)
|
2513
2513
|
@Scheme = scheme
|
2514
2514
|
@Algorithm = algorithm
|
@@ -2573,7 +2573,7 @@ module TencentCloud
|
|
2573
2573
|
# @type RequestId: String
|
2574
2574
|
|
2575
2575
|
attr_accessor :UpstreamId, :RequestId
|
2576
|
-
|
2576
|
+
|
2577
2577
|
def initialize(upstreamid=nil, requestid=nil)
|
2578
2578
|
@UpstreamId = upstreamid
|
2579
2579
|
@RequestId = requestid
|
@@ -2597,7 +2597,7 @@ module TencentCloud
|
|
2597
2597
|
# @type MaxRequestNumPreSec: Integer
|
2598
2598
|
|
2599
2599
|
attr_accessor :UsagePlanName, :UsagePlanDesc, :MaxRequestNum, :MaxRequestNumPreSec
|
2600
|
-
|
2600
|
+
|
2601
2601
|
def initialize(usageplanname=nil, usageplandesc=nil, maxrequestnum=nil, maxrequestnumpresec=nil)
|
2602
2602
|
@UsagePlanName = usageplanname
|
2603
2603
|
@UsagePlanDesc = usageplandesc
|
@@ -2622,7 +2622,7 @@ module TencentCloud
|
|
2622
2622
|
# @type RequestId: String
|
2623
2623
|
|
2624
2624
|
attr_accessor :Result, :RequestId
|
2625
|
-
|
2625
|
+
|
2626
2626
|
def initialize(result=nil, requestid=nil)
|
2627
2627
|
@Result = result
|
2628
2628
|
@RequestId = requestid
|
@@ -2643,7 +2643,7 @@ module TencentCloud
|
|
2643
2643
|
# @type ApiDocId: String
|
2644
2644
|
|
2645
2645
|
attr_accessor :ApiDocId
|
2646
|
-
|
2646
|
+
|
2647
2647
|
def initialize(apidocid=nil)
|
2648
2648
|
@ApiDocId = apidocid
|
2649
2649
|
end
|
@@ -2661,7 +2661,7 @@ module TencentCloud
|
|
2661
2661
|
# @type RequestId: String
|
2662
2662
|
|
2663
2663
|
attr_accessor :Result, :RequestId
|
2664
|
-
|
2664
|
+
|
2665
2665
|
def initialize(result=nil, requestid=nil)
|
2666
2666
|
@Result = result
|
2667
2667
|
@RequestId = requestid
|
@@ -2679,7 +2679,7 @@ module TencentCloud
|
|
2679
2679
|
# @type ApiAppId: String
|
2680
2680
|
|
2681
2681
|
attr_accessor :ApiAppId
|
2682
|
-
|
2682
|
+
|
2683
2683
|
def initialize(apiappid=nil)
|
2684
2684
|
@ApiAppId = apiappid
|
2685
2685
|
end
|
@@ -2698,7 +2698,7 @@ module TencentCloud
|
|
2698
2698
|
# @type RequestId: String
|
2699
2699
|
|
2700
2700
|
attr_accessor :Result, :RequestId
|
2701
|
-
|
2701
|
+
|
2702
2702
|
def initialize(result=nil, requestid=nil)
|
2703
2703
|
@Result = result
|
2704
2704
|
@RequestId = requestid
|
@@ -2716,7 +2716,7 @@ module TencentCloud
|
|
2716
2716
|
# @type AccessKeyId: String
|
2717
2717
|
|
2718
2718
|
attr_accessor :AccessKeyId
|
2719
|
-
|
2719
|
+
|
2720
2720
|
def initialize(accesskeyid=nil)
|
2721
2721
|
@AccessKeyId = accesskeyid
|
2722
2722
|
end
|
@@ -2735,7 +2735,7 @@ module TencentCloud
|
|
2735
2735
|
# @type RequestId: String
|
2736
2736
|
|
2737
2737
|
attr_accessor :Result, :RequestId
|
2738
|
-
|
2738
|
+
|
2739
2739
|
def initialize(result=nil, requestid=nil)
|
2740
2740
|
@Result = result
|
2741
2741
|
@RequestId = requestid
|
@@ -2755,7 +2755,7 @@ module TencentCloud
|
|
2755
2755
|
# @type ApiId: String
|
2756
2756
|
|
2757
2757
|
attr_accessor :ServiceId, :ApiId
|
2758
|
-
|
2758
|
+
|
2759
2759
|
def initialize(serviceid=nil, apiid=nil)
|
2760
2760
|
@ServiceId = serviceid
|
2761
2761
|
@ApiId = apiid
|
@@ -2776,7 +2776,7 @@ module TencentCloud
|
|
2776
2776
|
# @type RequestId: String
|
2777
2777
|
|
2778
2778
|
attr_accessor :Result, :RequestId
|
2779
|
-
|
2779
|
+
|
2780
2780
|
def initialize(result=nil, requestid=nil)
|
2781
2781
|
@Result = result
|
2782
2782
|
@RequestId = requestid
|
@@ -2796,7 +2796,7 @@ module TencentCloud
|
|
2796
2796
|
# @type StrategyId: String
|
2797
2797
|
|
2798
2798
|
attr_accessor :ServiceId, :StrategyId
|
2799
|
-
|
2799
|
+
|
2800
2800
|
def initialize(serviceid=nil, strategyid=nil)
|
2801
2801
|
@ServiceId = serviceid
|
2802
2802
|
@StrategyId = strategyid
|
@@ -2817,7 +2817,7 @@ module TencentCloud
|
|
2817
2817
|
# @type RequestId: String
|
2818
2818
|
|
2819
2819
|
attr_accessor :Result, :RequestId
|
2820
|
-
|
2820
|
+
|
2821
2821
|
def initialize(result=nil, requestid=nil)
|
2822
2822
|
@Result = result
|
2823
2823
|
@RequestId = requestid
|
@@ -2835,7 +2835,7 @@ module TencentCloud
|
|
2835
2835
|
# @type PluginId: String
|
2836
2836
|
|
2837
2837
|
attr_accessor :PluginId
|
2838
|
-
|
2838
|
+
|
2839
2839
|
def initialize(pluginid=nil)
|
2840
2840
|
@PluginId = pluginid
|
2841
2841
|
end
|
@@ -2853,7 +2853,7 @@ module TencentCloud
|
|
2853
2853
|
# @type RequestId: String
|
2854
2854
|
|
2855
2855
|
attr_accessor :Result, :RequestId
|
2856
|
-
|
2856
|
+
|
2857
2857
|
def initialize(result=nil, requestid=nil)
|
2858
2858
|
@Result = result
|
2859
2859
|
@RequestId = requestid
|
@@ -2873,7 +2873,7 @@ module TencentCloud
|
|
2873
2873
|
# @type SkipVerification: Integer
|
2874
2874
|
|
2875
2875
|
attr_accessor :ServiceId, :SkipVerification
|
2876
|
-
|
2876
|
+
|
2877
2877
|
def initialize(serviceid=nil, skipverification=nil)
|
2878
2878
|
@ServiceId = serviceid
|
2879
2879
|
@SkipVerification = skipverification
|
@@ -2894,7 +2894,7 @@ module TencentCloud
|
|
2894
2894
|
# @type RequestId: String
|
2895
2895
|
|
2896
2896
|
attr_accessor :Result, :RequestId
|
2897
|
-
|
2897
|
+
|
2898
2898
|
def initialize(result=nil, requestid=nil)
|
2899
2899
|
@Result = result
|
2900
2900
|
@RequestId = requestid
|
@@ -2916,7 +2916,7 @@ module TencentCloud
|
|
2916
2916
|
# @type Environment: String
|
2917
2917
|
|
2918
2918
|
attr_accessor :ServiceId, :SubDomain, :Environment
|
2919
|
-
|
2919
|
+
|
2920
2920
|
def initialize(serviceid=nil, subdomain=nil, environment=nil)
|
2921
2921
|
@ServiceId = serviceid
|
2922
2922
|
@SubDomain = subdomain
|
@@ -2938,7 +2938,7 @@ module TencentCloud
|
|
2938
2938
|
# @type RequestId: String
|
2939
2939
|
|
2940
2940
|
attr_accessor :Result, :RequestId
|
2941
|
-
|
2941
|
+
|
2942
2942
|
def initialize(result=nil, requestid=nil)
|
2943
2943
|
@Result = result
|
2944
2944
|
@RequestId = requestid
|
@@ -2956,7 +2956,7 @@ module TencentCloud
|
|
2956
2956
|
# @type UpstreamId: String
|
2957
2957
|
|
2958
2958
|
attr_accessor :UpstreamId
|
2959
|
-
|
2959
|
+
|
2960
2960
|
def initialize(upstreamid=nil)
|
2961
2961
|
@UpstreamId = upstreamid
|
2962
2962
|
end
|
@@ -2975,7 +2975,7 @@ module TencentCloud
|
|
2975
2975
|
# @type RequestId: String
|
2976
2976
|
|
2977
2977
|
attr_accessor :UpstreamId, :RequestId
|
2978
|
-
|
2978
|
+
|
2979
2979
|
def initialize(upstreamid=nil, requestid=nil)
|
2980
2980
|
@UpstreamId = upstreamid
|
2981
2981
|
@RequestId = requestid
|
@@ -2993,7 +2993,7 @@ module TencentCloud
|
|
2993
2993
|
# @type UsagePlanId: String
|
2994
2994
|
|
2995
2995
|
attr_accessor :UsagePlanId
|
2996
|
-
|
2996
|
+
|
2997
2997
|
def initialize(usageplanid=nil)
|
2998
2998
|
@UsagePlanId = usageplanid
|
2999
2999
|
end
|
@@ -3012,7 +3012,7 @@ module TencentCloud
|
|
3012
3012
|
# @type RequestId: String
|
3013
3013
|
|
3014
3014
|
attr_accessor :Result, :RequestId
|
3015
|
-
|
3015
|
+
|
3016
3016
|
def initialize(result=nil, requestid=nil)
|
3017
3017
|
@Result = result
|
3018
3018
|
@RequestId = requestid
|
@@ -3034,7 +3034,7 @@ module TencentCloud
|
|
3034
3034
|
# @type Environment: String
|
3035
3035
|
|
3036
3036
|
attr_accessor :UsagePlanId, :ServiceId, :Environment
|
3037
|
-
|
3037
|
+
|
3038
3038
|
def initialize(usageplanid=nil, serviceid=nil, environment=nil)
|
3039
3039
|
@UsagePlanId = usageplanid
|
3040
3040
|
@ServiceId = serviceid
|
@@ -3057,7 +3057,7 @@ module TencentCloud
|
|
3057
3057
|
# @type RequestId: String
|
3058
3058
|
|
3059
3059
|
attr_accessor :Result, :RequestId
|
3060
|
-
|
3060
|
+
|
3061
3061
|
def initialize(result=nil, requestid=nil)
|
3062
3062
|
@Result = result
|
3063
3063
|
@RequestId = requestid
|
@@ -3128,7 +3128,7 @@ module TencentCloud
|
|
3128
3128
|
# @type Method: String
|
3129
3129
|
|
3130
3130
|
attr_accessor :ServiceId, :ApiId, :ApiDesc, :CreatedTime, :ModifiedTime, :ApiName, :VpcId, :UniqVpcId, :ApiType, :Protocol, :IsDebugAfterCharge, :AuthType, :ApiBusinessType, :AuthRelationApiId, :OauthConfig, :RelationBuniessApiIds, :Tags, :Path, :Method
|
3131
|
-
|
3131
|
+
|
3132
3132
|
def initialize(serviceid=nil, apiid=nil, apidesc=nil, createdtime=nil, modifiedtime=nil, apiname=nil, vpcid=nil, uniqvpcid=nil, apitype=nil, protocol=nil, isdebugaftercharge=nil, authtype=nil, apibusinesstype=nil, authrelationapiid=nil, oauthconfig=nil, relationbuniessapiids=nil, tags=nil, path=nil, method=nil)
|
3133
3133
|
@ServiceId = serviceid
|
3134
3134
|
@ApiId = apiid
|
@@ -3183,7 +3183,7 @@ module TencentCloud
|
|
3183
3183
|
# @type ApiDocId: String
|
3184
3184
|
|
3185
3185
|
attr_accessor :ApiDocId
|
3186
|
-
|
3186
|
+
|
3187
3187
|
def initialize(apidocid=nil)
|
3188
3188
|
@ApiDocId = apidocid
|
3189
3189
|
end
|
@@ -3201,7 +3201,7 @@ module TencentCloud
|
|
3201
3201
|
# @type RequestId: String
|
3202
3202
|
|
3203
3203
|
attr_accessor :Result, :RequestId
|
3204
|
-
|
3204
|
+
|
3205
3205
|
def initialize(result=nil, requestid=nil)
|
3206
3206
|
@Result = result
|
3207
3207
|
@RequestId = requestid
|
@@ -3224,7 +3224,7 @@ module TencentCloud
|
|
3224
3224
|
# @type Offset: Integer
|
3225
3225
|
|
3226
3226
|
attr_accessor :Limit, :Offset
|
3227
|
-
|
3227
|
+
|
3228
3228
|
def initialize(limit=nil, offset=nil)
|
3229
3229
|
@Limit = limit
|
3230
3230
|
@Offset = offset
|
@@ -3244,7 +3244,7 @@ module TencentCloud
|
|
3244
3244
|
# @type RequestId: String
|
3245
3245
|
|
3246
3246
|
attr_accessor :Result, :RequestId
|
3247
|
-
|
3247
|
+
|
3248
3248
|
def initialize(result=nil, requestid=nil)
|
3249
3249
|
@Result = result
|
3250
3250
|
@RequestId = requestid
|
@@ -3273,7 +3273,7 @@ module TencentCloud
|
|
3273
3273
|
# @type Offset: Integer
|
3274
3274
|
|
3275
3275
|
attr_accessor :ServiceId, :PluginId, :EnvironmentName, :Limit, :Offset
|
3276
|
-
|
3276
|
+
|
3277
3277
|
def initialize(serviceid=nil, pluginid=nil, environmentname=nil, limit=nil, offset=nil)
|
3278
3278
|
@ServiceId = serviceid
|
3279
3279
|
@PluginId = pluginid
|
@@ -3299,7 +3299,7 @@ module TencentCloud
|
|
3299
3299
|
# @type RequestId: String
|
3300
3300
|
|
3301
3301
|
attr_accessor :Result, :RequestId
|
3302
|
-
|
3302
|
+
|
3303
3303
|
def initialize(result=nil, requestid=nil)
|
3304
3304
|
@Result = result
|
3305
3305
|
@RequestId = requestid
|
@@ -3326,7 +3326,7 @@ module TencentCloud
|
|
3326
3326
|
# @type Filters: Array
|
3327
3327
|
|
3328
3328
|
attr_accessor :ApiAppId, :Limit, :Offset, :Filters
|
3329
|
-
|
3329
|
+
|
3330
3330
|
def initialize(apiappid=nil, limit=nil, offset=nil, filters=nil)
|
3331
3331
|
@ApiAppId = apiappid
|
3332
3332
|
@Limit = limit
|
@@ -3358,7 +3358,7 @@ module TencentCloud
|
|
3358
3358
|
# @type RequestId: String
|
3359
3359
|
|
3360
3360
|
attr_accessor :Result, :RequestId
|
3361
|
-
|
3361
|
+
|
3362
3362
|
def initialize(result=nil, requestid=nil)
|
3363
3363
|
@Result = result
|
3364
3364
|
@RequestId = requestid
|
@@ -3379,7 +3379,7 @@ module TencentCloud
|
|
3379
3379
|
# @type ApiAppId: String
|
3380
3380
|
|
3381
3381
|
attr_accessor :ApiAppId
|
3382
|
-
|
3382
|
+
|
3383
3383
|
def initialize(apiappid=nil)
|
3384
3384
|
@ApiAppId = apiappid
|
3385
3385
|
end
|
@@ -3398,7 +3398,7 @@ module TencentCloud
|
|
3398
3398
|
# @type RequestId: String
|
3399
3399
|
|
3400
3400
|
attr_accessor :Result, :RequestId
|
3401
|
-
|
3401
|
+
|
3402
3402
|
def initialize(result=nil, requestid=nil)
|
3403
3403
|
@Result = result
|
3404
3404
|
@RequestId = requestid
|
@@ -3423,7 +3423,7 @@ module TencentCloud
|
|
3423
3423
|
# @type Filters: Array
|
3424
3424
|
|
3425
3425
|
attr_accessor :Limit, :Offset, :Filters
|
3426
|
-
|
3426
|
+
|
3427
3427
|
def initialize(limit=nil, offset=nil, filters=nil)
|
3428
3428
|
@Limit = limit
|
3429
3429
|
@Offset = offset
|
@@ -3453,7 +3453,7 @@ module TencentCloud
|
|
3453
3453
|
# @type RequestId: String
|
3454
3454
|
|
3455
3455
|
attr_accessor :Result, :RequestId
|
3456
|
-
|
3456
|
+
|
3457
3457
|
def initialize(result=nil, requestid=nil)
|
3458
3458
|
@Result = result
|
3459
3459
|
@RequestId = requestid
|
@@ -3482,7 +3482,7 @@ module TencentCloud
|
|
3482
3482
|
# @type Filters: Array
|
3483
3483
|
|
3484
3484
|
attr_accessor :ServiceId, :ApiIds, :Limit, :Offset, :Filters
|
3485
|
-
|
3485
|
+
|
3486
3486
|
def initialize(serviceid=nil, apiids=nil, limit=nil, offset=nil, filters=nil)
|
3487
3487
|
@ServiceId = serviceid
|
3488
3488
|
@ApiIds = apiids
|
@@ -3516,7 +3516,7 @@ module TencentCloud
|
|
3516
3516
|
# @type RequestId: String
|
3517
3517
|
|
3518
3518
|
attr_accessor :Result, :RequestId
|
3519
|
-
|
3519
|
+
|
3520
3520
|
def initialize(result=nil, requestid=nil)
|
3521
3521
|
@Result = result
|
3522
3522
|
@RequestId = requestid
|
@@ -3545,7 +3545,7 @@ module TencentCloud
|
|
3545
3545
|
# @type Offset: Integer
|
3546
3546
|
|
3547
3547
|
attr_accessor :ServiceId, :EnvironmentNames, :ApiId, :Limit, :Offset
|
3548
|
-
|
3548
|
+
|
3549
3549
|
def initialize(serviceid=nil, environmentnames=nil, apiid=nil, limit=nil, offset=nil)
|
3550
3550
|
@ServiceId = serviceid
|
3551
3551
|
@EnvironmentNames = environmentnames
|
@@ -3572,7 +3572,7 @@ module TencentCloud
|
|
3572
3572
|
# @type RequestId: String
|
3573
3573
|
|
3574
3574
|
attr_accessor :Result, :RequestId
|
3575
|
-
|
3575
|
+
|
3576
3576
|
def initialize(result=nil, requestid=nil)
|
3577
3577
|
@Result = result
|
3578
3578
|
@RequestId = requestid
|
@@ -3597,7 +3597,7 @@ module TencentCloud
|
|
3597
3597
|
# @type ApiRegion: String
|
3598
3598
|
|
3599
3599
|
attr_accessor :ServiceId, :ApiId, :ApiRegion
|
3600
|
-
|
3600
|
+
|
3601
3601
|
def initialize(serviceid=nil, apiid=nil, apiregion=nil)
|
3602
3602
|
@ServiceId = serviceid
|
3603
3603
|
@ApiId = apiid
|
@@ -3619,7 +3619,7 @@ module TencentCloud
|
|
3619
3619
|
# @type RequestId: String
|
3620
3620
|
|
3621
3621
|
attr_accessor :Result, :RequestId
|
3622
|
-
|
3622
|
+
|
3623
3623
|
def initialize(result=nil, requestid=nil)
|
3624
3624
|
@Result = result
|
3625
3625
|
@RequestId = requestid
|
@@ -3640,7 +3640,7 @@ module TencentCloud
|
|
3640
3640
|
# @type AccessKeyId: String
|
3641
3641
|
|
3642
3642
|
attr_accessor :AccessKeyId
|
3643
|
-
|
3643
|
+
|
3644
3644
|
def initialize(accesskeyid=nil)
|
3645
3645
|
@AccessKeyId = accesskeyid
|
3646
3646
|
end
|
@@ -3659,7 +3659,7 @@ module TencentCloud
|
|
3659
3659
|
# @type RequestId: String
|
3660
3660
|
|
3661
3661
|
attr_accessor :Result, :RequestId
|
3662
|
-
|
3662
|
+
|
3663
3663
|
def initialize(result=nil, requestid=nil)
|
3664
3664
|
@Result = result
|
3665
3665
|
@RequestId = requestid
|
@@ -3684,7 +3684,7 @@ module TencentCloud
|
|
3684
3684
|
# @type Filters: Array
|
3685
3685
|
|
3686
3686
|
attr_accessor :Limit, :Offset, :Filters
|
3687
|
-
|
3687
|
+
|
3688
3688
|
def initialize(limit=nil, offset=nil, filters=nil)
|
3689
3689
|
@Limit = limit
|
3690
3690
|
@Offset = offset
|
@@ -3714,7 +3714,7 @@ module TencentCloud
|
|
3714
3714
|
# @type RequestId: String
|
3715
3715
|
|
3716
3716
|
attr_accessor :Result, :RequestId
|
3717
|
-
|
3717
|
+
|
3718
3718
|
def initialize(result=nil, requestid=nil)
|
3719
3719
|
@Result = result
|
3720
3720
|
@RequestId = requestid
|
@@ -3737,7 +3737,7 @@ module TencentCloud
|
|
3737
3737
|
# @type ApiId: String
|
3738
3738
|
|
3739
3739
|
attr_accessor :ServiceId, :ApiId
|
3740
|
-
|
3740
|
+
|
3741
3741
|
def initialize(serviceid=nil, apiid=nil)
|
3742
3742
|
@ServiceId = serviceid
|
3743
3743
|
@ApiId = apiid
|
@@ -3757,7 +3757,7 @@ module TencentCloud
|
|
3757
3757
|
# @type RequestId: String
|
3758
3758
|
|
3759
3759
|
attr_accessor :Result, :RequestId
|
3760
|
-
|
3760
|
+
|
3761
3761
|
def initialize(result=nil, requestid=nil)
|
3762
3762
|
@Result = result
|
3763
3763
|
@RequestId = requestid
|
@@ -3794,7 +3794,7 @@ module TencentCloud
|
|
3794
3794
|
# @type RelevantRequestParameterDesc: String
|
3795
3795
|
|
3796
3796
|
attr_accessor :Name, :Position, :RelevantRequestParameterPosition, :RelevantRequestParameterName, :DefaultValue, :RelevantRequestParameterDesc
|
3797
|
-
|
3797
|
+
|
3798
3798
|
def initialize(name=nil, position=nil, relevantrequestparameterposition=nil, relevantrequestparametername=nil, defaultvalue=nil, relevantrequestparameterdesc=nil)
|
3799
3799
|
@Name = name
|
3800
3800
|
@Position = position
|
@@ -3824,7 +3824,7 @@ module TencentCloud
|
|
3824
3824
|
# @type Offset: Integer
|
3825
3825
|
|
3826
3826
|
attr_accessor :ServiceId, :Limit, :Offset
|
3827
|
-
|
3827
|
+
|
3828
3828
|
def initialize(serviceid=nil, limit=nil, offset=nil)
|
3829
3829
|
@ServiceId = serviceid
|
3830
3830
|
@Limit = limit
|
@@ -3847,7 +3847,7 @@ module TencentCloud
|
|
3847
3847
|
# @type RequestId: String
|
3848
3848
|
|
3849
3849
|
attr_accessor :Result, :RequestId
|
3850
|
-
|
3850
|
+
|
3851
3851
|
def initialize(result=nil, requestid=nil)
|
3852
3852
|
@Result = result
|
3853
3853
|
@RequestId = requestid
|
@@ -3874,7 +3874,7 @@ module TencentCloud
|
|
3874
3874
|
# @type Filters: Array
|
3875
3875
|
|
3876
3876
|
attr_accessor :ServiceId, :Offset, :Limit, :Filters
|
3877
|
-
|
3877
|
+
|
3878
3878
|
def initialize(serviceid=nil, offset=nil, limit=nil, filters=nil)
|
3879
3879
|
@ServiceId = serviceid
|
3880
3880
|
@Offset = offset
|
@@ -3905,7 +3905,7 @@ module TencentCloud
|
|
3905
3905
|
# @type RequestId: String
|
3906
3906
|
|
3907
3907
|
attr_accessor :Result, :RequestId
|
3908
|
-
|
3908
|
+
|
3909
3909
|
def initialize(result=nil, requestid=nil)
|
3910
3910
|
@Result = result
|
3911
3911
|
@RequestId = requestid
|
@@ -3979,7 +3979,7 @@ module TencentCloud
|
|
3979
3979
|
# @type Method: String
|
3980
3980
|
|
3981
3981
|
attr_accessor :ServiceId, :ApiId, :ApiDesc, :CreatedTime, :ModifiedTime, :ApiName, :VpcId, :UniqVpcId, :ApiType, :Protocol, :IsDebugAfterCharge, :AuthType, :ApiBusinessType, :AuthRelationApiId, :OauthConfig, :RelationBuniessApiIds, :Tags, :Path, :Method
|
3982
|
-
|
3982
|
+
|
3983
3983
|
def initialize(serviceid=nil, apiid=nil, apidesc=nil, createdtime=nil, modifiedtime=nil, apiname=nil, vpcid=nil, uniqvpcid=nil, apitype=nil, protocol=nil, isdebugaftercharge=nil, authtype=nil, apibusinesstype=nil, authrelationapiid=nil, oauthconfig=nil, relationbuniessapiids=nil, tags=nil, path=nil, method=nil)
|
3984
3984
|
@ServiceId = serviceid
|
3985
3985
|
@ApiId = apiid
|
@@ -4043,7 +4043,7 @@ module TencentCloud
|
|
4043
4043
|
# @type ApiIdStatusSet: Array
|
4044
4044
|
|
4045
4045
|
attr_accessor :TotalCount, :ApiIdStatusSet
|
4046
|
-
|
4046
|
+
|
4047
4047
|
def initialize(totalcount=nil, apiidstatusset=nil)
|
4048
4048
|
@TotalCount = totalcount
|
4049
4049
|
@ApiIdStatusSet = apiidstatusset
|
@@ -4068,7 +4068,7 @@ module TencentCloud
|
|
4068
4068
|
# @type InstanceId: String
|
4069
4069
|
|
4070
4070
|
attr_accessor :InstanceId
|
4071
|
-
|
4071
|
+
|
4072
4072
|
def initialize(instanceid=nil)
|
4073
4073
|
@InstanceId = instanceid
|
4074
4074
|
end
|
@@ -4086,7 +4086,7 @@ module TencentCloud
|
|
4086
4086
|
# @type RequestId: String
|
4087
4087
|
|
4088
4088
|
attr_accessor :Result, :RequestId
|
4089
|
-
|
4089
|
+
|
4090
4090
|
def initialize(result=nil, requestid=nil)
|
4091
4091
|
@Result = result
|
4092
4092
|
@RequestId = requestid
|
@@ -4111,7 +4111,7 @@ module TencentCloud
|
|
4111
4111
|
# @type Filters: Array
|
4112
4112
|
|
4113
4113
|
attr_accessor :Limit, :Offset, :Filters
|
4114
|
-
|
4114
|
+
|
4115
4115
|
def initialize(limit=nil, offset=nil, filters=nil)
|
4116
4116
|
@Limit = limit
|
4117
4117
|
@Offset = offset
|
@@ -4140,7 +4140,7 @@ module TencentCloud
|
|
4140
4140
|
# @type RequestId: String
|
4141
4141
|
|
4142
4142
|
attr_accessor :Result, :RequestId
|
4143
|
-
|
4143
|
+
|
4144
4144
|
def initialize(result=nil, requestid=nil)
|
4145
4145
|
@Result = result
|
4146
4146
|
@RequestId = requestid
|
@@ -4158,7 +4158,7 @@ module TencentCloud
|
|
4158
4158
|
# 数据结构
|
4159
4159
|
class DescribeExclusiveInstancesResult < TencentCloud::Common::AbstractModel
|
4160
4160
|
|
4161
|
-
|
4161
|
+
|
4162
4162
|
def initialize()
|
4163
4163
|
end
|
4164
4164
|
|
@@ -4176,7 +4176,7 @@ module TencentCloud
|
|
4176
4176
|
# @type Filters: Array
|
4177
4177
|
|
4178
4178
|
attr_accessor :Limit, :Offset, :Filters
|
4179
|
-
|
4179
|
+
|
4180
4180
|
def initialize(limit=nil, offset=nil, filters=nil)
|
4181
4181
|
@Limit = limit
|
4182
4182
|
@Offset = offset
|
@@ -4205,7 +4205,7 @@ module TencentCloud
|
|
4205
4205
|
# @type RequestId: String
|
4206
4206
|
|
4207
4207
|
attr_accessor :Result, :RequestId
|
4208
|
-
|
4208
|
+
|
4209
4209
|
def initialize(result=nil, requestid=nil)
|
4210
4210
|
@Result = result
|
4211
4211
|
@RequestId = requestid
|
@@ -4236,7 +4236,7 @@ module TencentCloud
|
|
4236
4236
|
# @type Filters: Array
|
4237
4237
|
|
4238
4238
|
attr_accessor :ServiceId, :StrategyId, :EnvironmentName, :Limit, :Offset, :Filters
|
4239
|
-
|
4239
|
+
|
4240
4240
|
def initialize(serviceid=nil, strategyid=nil, environmentname=nil, limit=nil, offset=nil, filters=nil)
|
4241
4241
|
@ServiceId = serviceid
|
4242
4242
|
@StrategyId = strategyid
|
@@ -4272,7 +4272,7 @@ module TencentCloud
|
|
4272
4272
|
# @type RequestId: String
|
4273
4273
|
|
4274
4274
|
attr_accessor :Result, :RequestId
|
4275
|
-
|
4275
|
+
|
4276
4276
|
def initialize(result=nil, requestid=nil)
|
4277
4277
|
@Result = result
|
4278
4278
|
@RequestId = requestid
|
@@ -4303,7 +4303,7 @@ module TencentCloud
|
|
4303
4303
|
# @type Filters: Array
|
4304
4304
|
|
4305
4305
|
attr_accessor :ServiceId, :StrategyId, :EnvironmentName, :Limit, :Offset, :Filters
|
4306
|
-
|
4306
|
+
|
4307
4307
|
def initialize(serviceid=nil, strategyid=nil, environmentname=nil, limit=nil, offset=nil, filters=nil)
|
4308
4308
|
@ServiceId = serviceid
|
4309
4309
|
@StrategyId = strategyid
|
@@ -4339,7 +4339,7 @@ module TencentCloud
|
|
4339
4339
|
# @type RequestId: String
|
4340
4340
|
|
4341
4341
|
attr_accessor :Result, :RequestId
|
4342
|
-
|
4342
|
+
|
4343
4343
|
def initialize(result=nil, requestid=nil)
|
4344
4344
|
@Result = result
|
4345
4345
|
@RequestId = requestid
|
@@ -4362,7 +4362,7 @@ module TencentCloud
|
|
4362
4362
|
# @type Filters: Array
|
4363
4363
|
|
4364
4364
|
attr_accessor :ServiceId, :Filters
|
4365
|
-
|
4365
|
+
|
4366
4366
|
def initialize(serviceid=nil, filters=nil)
|
4367
4367
|
@ServiceId = serviceid
|
4368
4368
|
@Filters = filters
|
@@ -4390,7 +4390,7 @@ module TencentCloud
|
|
4390
4390
|
# @type RequestId: String
|
4391
4391
|
|
4392
4392
|
attr_accessor :Result, :RequestId
|
4393
|
-
|
4393
|
+
|
4394
4394
|
def initialize(result=nil, requestid=nil)
|
4395
4395
|
@Result = result
|
4396
4396
|
@RequestId = requestid
|
@@ -4437,7 +4437,7 @@ module TencentCloud
|
|
4437
4437
|
# @type LogQuerys: Array
|
4438
4438
|
|
4439
4439
|
attr_accessor :StartTime, :EndTime, :ServiceId, :Filters, :Limit, :ConText, :Sort, :Query, :LogQuerys
|
4440
|
-
|
4440
|
+
|
4441
4441
|
def initialize(starttime=nil, endtime=nil, serviceid=nil, filters=nil, limit=nil, context=nil, sort=nil, query=nil, logquerys=nil)
|
4442
4442
|
@StartTime = starttime
|
4443
4443
|
@EndTime = endtime
|
@@ -4516,7 +4516,7 @@ module TencentCloud
|
|
4516
4516
|
# @type RequestId: String
|
4517
4517
|
|
4518
4518
|
attr_accessor :ConText, :LogSet, :TotalCount, :RequestId
|
4519
|
-
|
4519
|
+
|
4520
4520
|
def initialize(context=nil, logset=nil, totalcount=nil, requestid=nil)
|
4521
4521
|
@ConText = context
|
4522
4522
|
@LogSet = logset
|
@@ -4542,7 +4542,7 @@ module TencentCloud
|
|
4542
4542
|
# @type Offset: Integer
|
4543
4543
|
|
4544
4544
|
attr_accessor :PluginId, :Limit, :Offset
|
4545
|
-
|
4545
|
+
|
4546
4546
|
def initialize(pluginid=nil, limit=nil, offset=nil)
|
4547
4547
|
@PluginId = pluginid
|
4548
4548
|
@Limit = limit
|
@@ -4564,7 +4564,7 @@ module TencentCloud
|
|
4564
4564
|
# @type RequestId: String
|
4565
4565
|
|
4566
4566
|
attr_accessor :Result, :RequestId
|
4567
|
-
|
4567
|
+
|
4568
4568
|
def initialize(result=nil, requestid=nil)
|
4569
4569
|
@Result = result
|
4570
4570
|
@RequestId = requestid
|
@@ -4589,7 +4589,7 @@ module TencentCloud
|
|
4589
4589
|
# @type Offset: Integer
|
4590
4590
|
|
4591
4591
|
attr_accessor :PluginId, :Limit, :Offset
|
4592
|
-
|
4592
|
+
|
4593
4593
|
def initialize(pluginid=nil, limit=nil, offset=nil)
|
4594
4594
|
@PluginId = pluginid
|
4595
4595
|
@Limit = limit
|
@@ -4611,7 +4611,7 @@ module TencentCloud
|
|
4611
4611
|
# @type RequestId: String
|
4612
4612
|
|
4613
4613
|
attr_accessor :Result, :RequestId
|
4614
|
-
|
4614
|
+
|
4615
4615
|
def initialize(result=nil, requestid=nil)
|
4616
4616
|
@Result = result
|
4617
4617
|
@RequestId = requestid
|
@@ -4640,7 +4640,7 @@ module TencentCloud
|
|
4640
4640
|
# @type Offset: Integer
|
4641
4641
|
|
4642
4642
|
attr_accessor :ApiId, :ServiceId, :EnvironmentName, :Limit, :Offset
|
4643
|
-
|
4643
|
+
|
4644
4644
|
def initialize(apiid=nil, serviceid=nil, environmentname=nil, limit=nil, offset=nil)
|
4645
4645
|
@ApiId = apiid
|
4646
4646
|
@ServiceId = serviceid
|
@@ -4666,7 +4666,7 @@ module TencentCloud
|
|
4666
4666
|
# @type RequestId: String
|
4667
4667
|
|
4668
4668
|
attr_accessor :Result, :RequestId
|
4669
|
-
|
4669
|
+
|
4670
4670
|
def initialize(result=nil, requestid=nil)
|
4671
4671
|
@Result = result
|
4672
4672
|
@RequestId = requestid
|
@@ -4697,7 +4697,7 @@ module TencentCloud
|
|
4697
4697
|
# @type Filters: Array
|
4698
4698
|
|
4699
4699
|
attr_accessor :PluginIds, :PluginName, :PluginType, :Limit, :Offset, :Filters
|
4700
|
-
|
4700
|
+
|
4701
4701
|
def initialize(pluginids=nil, pluginname=nil, plugintype=nil, limit=nil, offset=nil, filters=nil)
|
4702
4702
|
@PluginIds = pluginids
|
4703
4703
|
@PluginName = pluginname
|
@@ -4732,7 +4732,7 @@ module TencentCloud
|
|
4732
4732
|
# @type RequestId: String
|
4733
4733
|
|
4734
4734
|
attr_accessor :Result, :RequestId
|
4735
|
-
|
4735
|
+
|
4736
4736
|
def initialize(result=nil, requestid=nil)
|
4737
4737
|
@Result = result
|
4738
4738
|
@RequestId = requestid
|
@@ -4757,7 +4757,7 @@ module TencentCloud
|
|
4757
4757
|
# @type Offset: Integer
|
4758
4758
|
|
4759
4759
|
attr_accessor :ServiceId, :Limit, :Offset
|
4760
|
-
|
4760
|
+
|
4761
4761
|
def initialize(serviceid=nil, limit=nil, offset=nil)
|
4762
4762
|
@ServiceId = serviceid
|
4763
4763
|
@Limit = limit
|
@@ -4780,7 +4780,7 @@ module TencentCloud
|
|
4780
4780
|
# @type RequestId: String
|
4781
4781
|
|
4782
4782
|
attr_accessor :Result, :RequestId
|
4783
|
-
|
4783
|
+
|
4784
4784
|
def initialize(result=nil, requestid=nil)
|
4785
4785
|
@Result = result
|
4786
4786
|
@RequestId = requestid
|
@@ -4807,7 +4807,7 @@ module TencentCloud
|
|
4807
4807
|
# @type Offset: Integer
|
4808
4808
|
|
4809
4809
|
attr_accessor :ServiceId, :EnvironmentName, :Limit, :Offset
|
4810
|
-
|
4810
|
+
|
4811
4811
|
def initialize(serviceid=nil, environmentname=nil, limit=nil, offset=nil)
|
4812
4812
|
@ServiceId = serviceid
|
4813
4813
|
@EnvironmentName = environmentname
|
@@ -4832,7 +4832,7 @@ module TencentCloud
|
|
4832
4832
|
# @type RequestId: String
|
4833
4833
|
|
4834
4834
|
attr_accessor :Result, :RequestId
|
4835
|
-
|
4835
|
+
|
4836
4836
|
def initialize(result=nil, requestid=nil)
|
4837
4837
|
@Result = result
|
4838
4838
|
@RequestId = requestid
|
@@ -4857,7 +4857,7 @@ module TencentCloud
|
|
4857
4857
|
# @type Offset: Integer
|
4858
4858
|
|
4859
4859
|
attr_accessor :ServiceId, :Limit, :Offset
|
4860
|
-
|
4860
|
+
|
4861
4861
|
def initialize(serviceid=nil, limit=nil, offset=nil)
|
4862
4862
|
@ServiceId = serviceid
|
4863
4863
|
@Limit = limit
|
@@ -4880,7 +4880,7 @@ module TencentCloud
|
|
4880
4880
|
# @type RequestId: String
|
4881
4881
|
|
4882
4882
|
attr_accessor :Result, :RequestId
|
4883
|
-
|
4883
|
+
|
4884
4884
|
def initialize(result=nil, requestid=nil)
|
4885
4885
|
@Result = result
|
4886
4886
|
@RequestId = requestid
|
@@ -4903,7 +4903,7 @@ module TencentCloud
|
|
4903
4903
|
# @type ApiRegion: String
|
4904
4904
|
|
4905
4905
|
attr_accessor :ServiceId, :ApiRegion
|
4906
|
-
|
4906
|
+
|
4907
4907
|
def initialize(serviceid=nil, apiregion=nil)
|
4908
4908
|
@ServiceId = serviceid
|
4909
4909
|
@ApiRegion = apiregion
|
@@ -4977,7 +4977,7 @@ module TencentCloud
|
|
4977
4977
|
# @type RequestId: String
|
4978
4978
|
|
4979
4979
|
attr_accessor :ServiceId, :AvailableEnvironments, :ServiceName, :ServiceDesc, :Protocol, :CreatedTime, :ModifiedTime, :ExclusiveSetName, :NetTypes, :InternalSubDomain, :OuterSubDomain, :InnerHttpPort, :InnerHttpsPort, :ApiTotalCount, :ApiIdStatusSet, :UsagePlanTotalCount, :UsagePlanList, :IpVersion, :UserType, :SetId, :Tags, :RequestId
|
4980
|
-
|
4980
|
+
|
4981
4981
|
def initialize(serviceid=nil, availableenvironments=nil, servicename=nil, servicedesc=nil, protocol=nil, createdtime=nil, modifiedtime=nil, exclusivesetname=nil, nettypes=nil, internalsubdomain=nil, outersubdomain=nil, innerhttpport=nil, innerhttpsport=nil, apitotalcount=nil, apiidstatusset=nil, usageplantotalcount=nil, usageplanlist=nil, ipversion=nil, usertype=nil, setid=nil, tags=nil, requestid=nil)
|
4982
4982
|
@ServiceId = serviceid
|
4983
4983
|
@AvailableEnvironments = availableenvironments
|
@@ -5060,7 +5060,7 @@ module TencentCloud
|
|
5060
5060
|
# @type Offset: Integer
|
5061
5061
|
|
5062
5062
|
attr_accessor :ServiceId, :Limit, :Offset
|
5063
|
-
|
5063
|
+
|
5064
5064
|
def initialize(serviceid=nil, limit=nil, offset=nil)
|
5065
5065
|
@ServiceId = serviceid
|
5066
5066
|
@Limit = limit
|
@@ -5083,7 +5083,7 @@ module TencentCloud
|
|
5083
5083
|
# @type RequestId: String
|
5084
5084
|
|
5085
5085
|
attr_accessor :Result, :RequestId
|
5086
|
-
|
5086
|
+
|
5087
5087
|
def initialize(result=nil, requestid=nil)
|
5088
5088
|
@Result = result
|
5089
5089
|
@RequestId = requestid
|
@@ -5108,7 +5108,7 @@ module TencentCloud
|
|
5108
5108
|
# @type VersionDesc: String
|
5109
5109
|
|
5110
5110
|
attr_accessor :VersionName, :VersionDesc
|
5111
|
-
|
5111
|
+
|
5112
5112
|
def initialize(versionname=nil, versiondesc=nil)
|
5113
5113
|
@VersionName = versionname
|
5114
5114
|
@VersionDesc = versiondesc
|
@@ -5126,7 +5126,7 @@ module TencentCloud
|
|
5126
5126
|
# @type ServiceId: String
|
5127
5127
|
|
5128
5128
|
attr_accessor :ServiceId
|
5129
|
-
|
5129
|
+
|
5130
5130
|
def initialize(serviceid=nil)
|
5131
5131
|
@ServiceId = serviceid
|
5132
5132
|
end
|
@@ -5206,7 +5206,7 @@ module TencentCloud
|
|
5206
5206
|
# @type RequestId: String
|
5207
5207
|
|
5208
5208
|
attr_accessor :ServiceId, :AvailableEnvironments, :ServiceName, :ServiceDesc, :Protocol, :CreatedTime, :ModifiedTime, :ExclusiveSetName, :NetTypes, :InternalSubDomain, :OuterSubDomain, :InnerHttpPort, :InnerHttpsPort, :ApiTotalCount, :ApiIdStatusSet, :UsagePlanTotalCount, :UsagePlanList, :IpVersion, :UserType, :SetId, :Tags, :InstanceId, :InstanceName, :SetType, :DeploymentType, :SpecialUse, :RequestId
|
5209
|
-
|
5209
|
+
|
5210
5210
|
def initialize(serviceid=nil, availableenvironments=nil, servicename=nil, servicedesc=nil, protocol=nil, createdtime=nil, modifiedtime=nil, exclusivesetname=nil, nettypes=nil, internalsubdomain=nil, outersubdomain=nil, innerhttpport=nil, innerhttpsport=nil, apitotalcount=nil, apiidstatusset=nil, usageplantotalcount=nil, usageplanlist=nil, ipversion=nil, usertype=nil, setid=nil, tags=nil, instanceid=nil, instancename=nil, settype=nil, deploymenttype=nil, specialuse=nil, requestid=nil)
|
5211
5211
|
@ServiceId = serviceid
|
5212
5212
|
@AvailableEnvironments = availableenvironments
|
@@ -5297,7 +5297,7 @@ module TencentCloud
|
|
5297
5297
|
# @type SubDomain: String
|
5298
5298
|
|
5299
5299
|
attr_accessor :ServiceId, :SubDomain
|
5300
|
-
|
5300
|
+
|
5301
5301
|
def initialize(serviceid=nil, subdomain=nil)
|
5302
5302
|
@ServiceId = serviceid
|
5303
5303
|
@SubDomain = subdomain
|
@@ -5317,7 +5317,7 @@ module TencentCloud
|
|
5317
5317
|
# @type RequestId: String
|
5318
5318
|
|
5319
5319
|
attr_accessor :Result, :RequestId
|
5320
|
-
|
5320
|
+
|
5321
5321
|
def initialize(result=nil, requestid=nil)
|
5322
5322
|
@Result = result
|
5323
5323
|
@RequestId = requestid
|
@@ -5342,7 +5342,7 @@ module TencentCloud
|
|
5342
5342
|
# @type Offset: Integer
|
5343
5343
|
|
5344
5344
|
attr_accessor :ServiceId, :Limit, :Offset
|
5345
|
-
|
5345
|
+
|
5346
5346
|
def initialize(serviceid=nil, limit=nil, offset=nil)
|
5347
5347
|
@ServiceId = serviceid
|
5348
5348
|
@Limit = limit
|
@@ -5364,7 +5364,7 @@ module TencentCloud
|
|
5364
5364
|
# @type RequestId: String
|
5365
5365
|
|
5366
5366
|
attr_accessor :Result, :RequestId
|
5367
|
-
|
5367
|
+
|
5368
5368
|
def initialize(result=nil, requestid=nil)
|
5369
5369
|
@Result = result
|
5370
5370
|
@RequestId = requestid
|
@@ -5389,7 +5389,7 @@ module TencentCloud
|
|
5389
5389
|
# @type Offset: Integer
|
5390
5390
|
|
5391
5391
|
attr_accessor :ServiceId, :Limit, :Offset
|
5392
|
-
|
5392
|
+
|
5393
5393
|
def initialize(serviceid=nil, limit=nil, offset=nil)
|
5394
5394
|
@ServiceId = serviceid
|
5395
5395
|
@Limit = limit
|
@@ -5412,7 +5412,7 @@ module TencentCloud
|
|
5412
5412
|
# @type RequestId: String
|
5413
5413
|
|
5414
5414
|
attr_accessor :Result, :RequestId
|
5415
|
-
|
5415
|
+
|
5416
5416
|
def initialize(result=nil, requestid=nil)
|
5417
5417
|
@Result = result
|
5418
5418
|
@RequestId = requestid
|
@@ -5437,7 +5437,7 @@ module TencentCloud
|
|
5437
5437
|
# @type Filters: Array
|
5438
5438
|
|
5439
5439
|
attr_accessor :Limit, :Offset, :Filters
|
5440
|
-
|
5440
|
+
|
5441
5441
|
def initialize(limit=nil, offset=nil, filters=nil)
|
5442
5442
|
@Limit = limit
|
5443
5443
|
@Offset = offset
|
@@ -5467,7 +5467,7 @@ module TencentCloud
|
|
5467
5467
|
# @type RequestId: String
|
5468
5468
|
|
5469
5469
|
attr_accessor :Result, :RequestId
|
5470
|
-
|
5470
|
+
|
5471
5471
|
def initialize(result=nil, requestid=nil)
|
5472
5472
|
@Result = result
|
5473
5473
|
@RequestId = requestid
|
@@ -5490,7 +5490,7 @@ module TencentCloud
|
|
5490
5490
|
# @type BindApiSet: Array
|
5491
5491
|
|
5492
5492
|
attr_accessor :TotalCount, :BindApiSet
|
5493
|
-
|
5493
|
+
|
5494
5494
|
def initialize(totalcount=nil, bindapiset=nil)
|
5495
5495
|
@TotalCount = totalcount
|
5496
5496
|
@BindApiSet = bindapiset
|
@@ -5521,7 +5521,7 @@ module TencentCloud
|
|
5521
5521
|
# @type Filters: Array
|
5522
5522
|
|
5523
5523
|
attr_accessor :Limit, :Offset, :UpstreamId, :Filters
|
5524
|
-
|
5524
|
+
|
5525
5525
|
def initialize(limit=nil, offset=nil, upstreamid=nil, filters=nil)
|
5526
5526
|
@Limit = limit
|
5527
5527
|
@Offset = offset
|
@@ -5552,7 +5552,7 @@ module TencentCloud
|
|
5552
5552
|
# @type RequestId: String
|
5553
5553
|
|
5554
5554
|
attr_accessor :Result, :RequestId
|
5555
|
-
|
5555
|
+
|
5556
5556
|
def initialize(result=nil, requestid=nil)
|
5557
5557
|
@Result = result
|
5558
5558
|
@RequestId = requestid
|
@@ -5575,7 +5575,7 @@ module TencentCloud
|
|
5575
5575
|
# @type UpstreamSet: Array
|
5576
5576
|
|
5577
5577
|
attr_accessor :TotalCount, :UpstreamSet
|
5578
|
-
|
5578
|
+
|
5579
5579
|
def initialize(totalcount=nil, upstreamset=nil)
|
5580
5580
|
@TotalCount = totalcount
|
5581
5581
|
@UpstreamSet = upstreamset
|
@@ -5604,7 +5604,7 @@ module TencentCloud
|
|
5604
5604
|
# @type Filters: Array
|
5605
5605
|
|
5606
5606
|
attr_accessor :Limit, :Offset, :Filters
|
5607
|
-
|
5607
|
+
|
5608
5608
|
def initialize(limit=nil, offset=nil, filters=nil)
|
5609
5609
|
@Limit = limit
|
5610
5610
|
@Offset = offset
|
@@ -5633,7 +5633,7 @@ module TencentCloud
|
|
5633
5633
|
# @type RequestId: String
|
5634
5634
|
|
5635
5635
|
attr_accessor :Result, :RequestId
|
5636
|
-
|
5636
|
+
|
5637
5637
|
def initialize(result=nil, requestid=nil)
|
5638
5638
|
@Result = result
|
5639
5639
|
@RequestId = requestid
|
@@ -5660,7 +5660,7 @@ module TencentCloud
|
|
5660
5660
|
# @type Offset: Integer
|
5661
5661
|
|
5662
5662
|
attr_accessor :UsagePlanId, :BindType, :Limit, :Offset
|
5663
|
-
|
5663
|
+
|
5664
5664
|
def initialize(usageplanid=nil, bindtype=nil, limit=nil, offset=nil)
|
5665
5665
|
@UsagePlanId = usageplanid
|
5666
5666
|
@BindType = bindtype
|
@@ -5685,7 +5685,7 @@ module TencentCloud
|
|
5685
5685
|
# @type RequestId: String
|
5686
5686
|
|
5687
5687
|
attr_accessor :Result, :RequestId
|
5688
|
-
|
5688
|
+
|
5689
5689
|
def initialize(result=nil, requestid=nil)
|
5690
5690
|
@Result = result
|
5691
5691
|
@RequestId = requestid
|
@@ -5706,7 +5706,7 @@ module TencentCloud
|
|
5706
5706
|
# @type UsagePlanId: String
|
5707
5707
|
|
5708
5708
|
attr_accessor :UsagePlanId
|
5709
|
-
|
5709
|
+
|
5710
5710
|
def initialize(usageplanid=nil)
|
5711
5711
|
@UsagePlanId = usageplanid
|
5712
5712
|
end
|
@@ -5725,7 +5725,7 @@ module TencentCloud
|
|
5725
5725
|
# @type RequestId: String
|
5726
5726
|
|
5727
5727
|
attr_accessor :Result, :RequestId
|
5728
|
-
|
5728
|
+
|
5729
5729
|
def initialize(result=nil, requestid=nil)
|
5730
5730
|
@Result = result
|
5731
5731
|
@RequestId = requestid
|
@@ -5750,7 +5750,7 @@ module TencentCloud
|
|
5750
5750
|
# @type Offset: Integer
|
5751
5751
|
|
5752
5752
|
attr_accessor :UsagePlanId, :Limit, :Offset
|
5753
|
-
|
5753
|
+
|
5754
5754
|
def initialize(usageplanid=nil, limit=nil, offset=nil)
|
5755
5755
|
@UsagePlanId = usageplanid
|
5756
5756
|
@Limit = limit
|
@@ -5773,7 +5773,7 @@ module TencentCloud
|
|
5773
5773
|
# @type RequestId: String
|
5774
5774
|
|
5775
5775
|
attr_accessor :Result, :RequestId
|
5776
|
-
|
5776
|
+
|
5777
5777
|
def initialize(result=nil, requestid=nil)
|
5778
5778
|
@Result = result
|
5779
5779
|
@RequestId = requestid
|
@@ -5798,7 +5798,7 @@ module TencentCloud
|
|
5798
5798
|
# @type Filters: Array
|
5799
5799
|
|
5800
5800
|
attr_accessor :Limit, :Offset, :Filters
|
5801
|
-
|
5801
|
+
|
5802
5802
|
def initialize(limit=nil, offset=nil, filters=nil)
|
5803
5803
|
@Limit = limit
|
5804
5804
|
@Offset = offset
|
@@ -5828,7 +5828,7 @@ module TencentCloud
|
|
5828
5828
|
# @type RequestId: String
|
5829
5829
|
|
5830
5830
|
attr_accessor :Result, :RequestId
|
5831
|
-
|
5831
|
+
|
5832
5832
|
def initialize(result=nil, requestid=nil)
|
5833
5833
|
@Result = result
|
5834
5834
|
@RequestId = requestid
|
@@ -5855,7 +5855,7 @@ module TencentCloud
|
|
5855
5855
|
# @type ApiId: String
|
5856
5856
|
|
5857
5857
|
attr_accessor :PluginId, :ServiceId, :EnvironmentName, :ApiId
|
5858
|
-
|
5858
|
+
|
5859
5859
|
def initialize(pluginid=nil, serviceid=nil, environmentname=nil, apiid=nil)
|
5860
5860
|
@PluginId = pluginid
|
5861
5861
|
@ServiceId = serviceid
|
@@ -5879,7 +5879,7 @@ module TencentCloud
|
|
5879
5879
|
# @type RequestId: String
|
5880
5880
|
|
5881
5881
|
attr_accessor :Result, :RequestId
|
5882
|
-
|
5882
|
+
|
5883
5883
|
def initialize(result=nil, requestid=nil)
|
5884
5884
|
@Result = result
|
5885
5885
|
@RequestId = requestid
|
@@ -5897,7 +5897,7 @@ module TencentCloud
|
|
5897
5897
|
# @type AccessKeyId: String
|
5898
5898
|
|
5899
5899
|
attr_accessor :AccessKeyId
|
5900
|
-
|
5900
|
+
|
5901
5901
|
def initialize(accesskeyid=nil)
|
5902
5902
|
@AccessKeyId = accesskeyid
|
5903
5903
|
end
|
@@ -5916,7 +5916,7 @@ module TencentCloud
|
|
5916
5916
|
# @type RequestId: String
|
5917
5917
|
|
5918
5918
|
attr_accessor :Result, :RequestId
|
5919
|
-
|
5919
|
+
|
5920
5920
|
def initialize(result=nil, requestid=nil)
|
5921
5921
|
@Result = result
|
5922
5922
|
@RequestId = requestid
|
@@ -5936,7 +5936,7 @@ module TencentCloud
|
|
5936
5936
|
# @type SdkURL: String
|
5937
5937
|
|
5938
5938
|
attr_accessor :DocumentURL, :SdkURL
|
5939
|
-
|
5939
|
+
|
5940
5940
|
def initialize(documenturl=nil, sdkurl=nil)
|
5941
5941
|
@DocumentURL = documenturl
|
5942
5942
|
@SdkURL = sdkurl
|
@@ -5968,7 +5968,7 @@ module TencentCloud
|
|
5968
5968
|
# @type RegistrationStatus: Boolean
|
5969
5969
|
|
5970
5970
|
attr_accessor :DomainName, :Status, :CertificateId, :IsDefaultMapping, :Protocol, :NetType, :IsForcedHttps, :RegistrationStatus
|
5971
|
-
|
5971
|
+
|
5972
5972
|
def initialize(domainname=nil, status=nil, certificateid=nil, isdefaultmapping=nil, protocol=nil, nettype=nil, isforcedhttps=nil, registrationstatus=nil)
|
5973
5973
|
@DomainName = domainname
|
5974
5974
|
@Status = status
|
@@ -6000,7 +6000,7 @@ module TencentCloud
|
|
6000
6000
|
# @type DomainSet: Array
|
6001
6001
|
|
6002
6002
|
attr_accessor :TotalCount, :DomainSet
|
6003
|
-
|
6003
|
+
|
6004
6004
|
def initialize(totalcount=nil, domainset=nil)
|
6005
6005
|
@TotalCount = totalcount
|
6006
6006
|
@DomainSet = domainset
|
@@ -6025,7 +6025,7 @@ module TencentCloud
|
|
6025
6025
|
# @type AccessKeyId: String
|
6026
6026
|
|
6027
6027
|
attr_accessor :AccessKeyId
|
6028
|
-
|
6028
|
+
|
6029
6029
|
def initialize(accesskeyid=nil)
|
6030
6030
|
@AccessKeyId = accesskeyid
|
6031
6031
|
end
|
@@ -6044,7 +6044,7 @@ module TencentCloud
|
|
6044
6044
|
# @type RequestId: String
|
6045
6045
|
|
6046
6046
|
attr_accessor :Result, :RequestId
|
6047
|
-
|
6047
|
+
|
6048
6048
|
def initialize(result=nil, requestid=nil)
|
6049
6049
|
@Result = result
|
6050
6050
|
@RequestId = requestid
|
@@ -6068,7 +6068,7 @@ module TencentCloud
|
|
6068
6068
|
# @type VersionName: String
|
6069
6069
|
|
6070
6070
|
attr_accessor :EnvironmentName, :Url, :Status, :VersionName
|
6071
|
-
|
6071
|
+
|
6072
6072
|
def initialize(environmentname=nil, url=nil, status=nil, versionname=nil)
|
6073
6073
|
@EnvironmentName = environmentname
|
6074
6074
|
@Url = url
|
@@ -6092,7 +6092,7 @@ module TencentCloud
|
|
6092
6092
|
# @type Quota: Integer
|
6093
6093
|
|
6094
6094
|
attr_accessor :EnvironmentName, :Quota
|
6095
|
-
|
6095
|
+
|
6096
6096
|
def initialize(environmentname=nil, quota=nil)
|
6097
6097
|
@EnvironmentName = environmentname
|
6098
6098
|
@Quota = quota
|
@@ -6123,7 +6123,7 @@ module TencentCloud
|
|
6123
6123
|
# @type NeedConvert: Boolean
|
6124
6124
|
|
6125
6125
|
attr_accessor :Code, :Msg, :Desc, :ConvertedCode, :NeedConvert
|
6126
|
-
|
6126
|
+
|
6127
6127
|
def initialize(code=nil, msg=nil, desc=nil, convertedcode=nil, needconvert=nil)
|
6128
6128
|
@Code = code
|
6129
6129
|
@Msg = msg
|
@@ -6152,7 +6152,7 @@ module TencentCloud
|
|
6152
6152
|
# @type Values: Array
|
6153
6153
|
|
6154
6154
|
attr_accessor :Name, :Values
|
6155
|
-
|
6155
|
+
|
6156
6156
|
def initialize(name=nil, values=nil)
|
6157
6157
|
@Name = name
|
6158
6158
|
@Values = values
|
@@ -6174,7 +6174,7 @@ module TencentCloud
|
|
6174
6174
|
# @type GenLanguage: String
|
6175
6175
|
|
6176
6176
|
attr_accessor :ServiceId, :GenEnvironment, :GenLanguage
|
6177
|
-
|
6177
|
+
|
6178
6178
|
def initialize(serviceid=nil, genenvironment=nil, genlanguage=nil)
|
6179
6179
|
@ServiceId = serviceid
|
6180
6180
|
@GenEnvironment = genenvironment
|
@@ -6196,7 +6196,7 @@ module TencentCloud
|
|
6196
6196
|
# @type RequestId: String
|
6197
6197
|
|
6198
6198
|
attr_accessor :Result, :RequestId
|
6199
|
-
|
6199
|
+
|
6200
6200
|
def initialize(result=nil, requestid=nil)
|
6201
6201
|
@Result = result
|
6202
6202
|
@RequestId = requestid
|
@@ -6227,7 +6227,7 @@ module TencentCloud
|
|
6227
6227
|
# @type ErrorThresholdPercentage: Integer
|
6228
6228
|
|
6229
6229
|
attr_accessor :IsHealthCheck, :RequestVolumeThreshold, :SleepWindowInMilliseconds, :ErrorThresholdPercentage
|
6230
|
-
|
6230
|
+
|
6231
6231
|
def initialize(ishealthcheck=nil, requestvolumethreshold=nil, sleepwindowinmilliseconds=nil, errorthresholdpercentage=nil)
|
6232
6232
|
@IsHealthCheck = ishealthcheck
|
6233
6233
|
@RequestVolumeThreshold = requestvolumethreshold
|
@@ -6274,7 +6274,7 @@ module TencentCloud
|
|
6274
6274
|
# @type BindApis: Array
|
6275
6275
|
|
6276
6276
|
attr_accessor :StrategyId, :StrategyName, :StrategyType, :StrategyData, :CreatedTime, :ModifiedTime, :ServiceId, :BindApiTotalCount, :BindApis
|
6277
|
-
|
6277
|
+
|
6278
6278
|
def initialize(strategyid=nil, strategyname=nil, strategytype=nil, strategydata=nil, createdtime=nil, modifiedtime=nil, serviceid=nil, bindapitotalcount=nil, bindapis=nil)
|
6279
6279
|
@StrategyId = strategyid
|
6280
6280
|
@StrategyName = strategyname
|
@@ -6325,7 +6325,7 @@ module TencentCloud
|
|
6325
6325
|
# @type OtherEnvironmentName: String
|
6326
6326
|
|
6327
6327
|
attr_accessor :ApiId, :ApiName, :ApiType, :Path, :Method, :OtherIPStrategyId, :OtherEnvironmentName
|
6328
|
-
|
6328
|
+
|
6329
6329
|
def initialize(apiid=nil, apiname=nil, apitype=nil, path=nil, method=nil, otheripstrategyid=nil, otherenvironmentname=nil)
|
6330
6330
|
@ApiId = apiid
|
6331
6331
|
@ApiName = apiname
|
@@ -6357,7 +6357,7 @@ module TencentCloud
|
|
6357
6357
|
# @type ApiIdStatusSet: Array
|
6358
6358
|
|
6359
6359
|
attr_accessor :TotalCount, :ApiIdStatusSet
|
6360
|
-
|
6360
|
+
|
6361
6361
|
def initialize(totalcount=nil, apiidstatusset=nil)
|
6362
6362
|
@TotalCount = totalcount
|
6363
6363
|
@ApiIdStatusSet = apiidstatusset
|
@@ -6386,7 +6386,7 @@ module TencentCloud
|
|
6386
6386
|
# @type StrategySet: Array
|
6387
6387
|
|
6388
6388
|
attr_accessor :TotalCount, :StrategySet
|
6389
|
-
|
6389
|
+
|
6390
6390
|
def initialize(totalcount=nil, strategyset=nil)
|
6391
6391
|
@TotalCount = totalcount
|
6392
6392
|
@StrategySet = strategyset
|
@@ -6417,7 +6417,7 @@ module TencentCloud
|
|
6417
6417
|
# @type ContentVersion: String
|
6418
6418
|
|
6419
6419
|
attr_accessor :ServiceId, :Content, :EncodeType, :ContentVersion
|
6420
|
-
|
6420
|
+
|
6421
6421
|
def initialize(serviceid=nil, content=nil, encodetype=nil, contentversion=nil)
|
6422
6422
|
@ServiceId = serviceid
|
6423
6423
|
@Content = content
|
@@ -6441,7 +6441,7 @@ module TencentCloud
|
|
6441
6441
|
# @type RequestId: String
|
6442
6442
|
|
6443
6443
|
attr_accessor :Result, :RequestId
|
6444
|
-
|
6444
|
+
|
6445
6445
|
def initialize(result=nil, requestid=nil)
|
6446
6446
|
@Result = result
|
6447
6447
|
@RequestId = requestid
|
@@ -6464,7 +6464,7 @@ module TencentCloud
|
|
6464
6464
|
# @type ExpiredTime: String
|
6465
6465
|
|
6466
6466
|
attr_accessor :RenewFlag, :ExpiredTime
|
6467
|
-
|
6467
|
+
|
6468
6468
|
def initialize(renewflag=nil, expiredtime=nil)
|
6469
6469
|
@RenewFlag = renewflag
|
6470
6470
|
@ExpiredTime = expiredtime
|
@@ -6512,7 +6512,7 @@ module TencentCloud
|
|
6512
6512
|
# @type Zones: String
|
6513
6513
|
|
6514
6514
|
attr_accessor :InstanceId, :Zone, :InstanceName, :InstanceDescription, :InstanceChargeType, :InstanceState, :InstanceChargePrepaid, :InstanceType, :NetworkConfig, :VpcConfig, :Parameters, :IsolationStartedTime, :CreatedTime, :Zones
|
6515
|
-
|
6515
|
+
|
6516
6516
|
def initialize(instanceid=nil, zone=nil, instancename=nil, instancedescription=nil, instancechargetype=nil, instancestate=nil, instancechargeprepaid=nil, instancetype=nil, networkconfig=nil, vpcconfig=nil, parameters=nil, isolationstartedtime=nil, createdtime=nil, zones=nil)
|
6517
6517
|
@InstanceId = instanceid
|
6518
6518
|
@Zone = zone
|
@@ -6587,7 +6587,7 @@ module TencentCloud
|
|
6587
6587
|
# @type ResourceId: String
|
6588
6588
|
|
6589
6589
|
attr_accessor :InstanceId, :InstanceName, :InstanceDescription, :InstanceChargeType, :InstanceType, :InstanceState, :CreatedTime, :DealName, :ResourceId
|
6590
|
-
|
6590
|
+
|
6591
6591
|
def initialize(instanceid=nil, instancename=nil, instancedescription=nil, instancechargetype=nil, instancetype=nil, instancestate=nil, createdtime=nil, dealname=nil, resourceid=nil)
|
6592
6592
|
@InstanceId = instanceid
|
6593
6593
|
@InstanceName = instancename
|
@@ -6621,7 +6621,7 @@ module TencentCloud
|
|
6621
6621
|
# @type Value: String
|
6622
6622
|
|
6623
6623
|
attr_accessor :Name, :Value
|
6624
|
-
|
6624
|
+
|
6625
6625
|
def initialize(name=nil, value=nil)
|
6626
6626
|
@Name = name
|
6627
6627
|
@Value = value
|
@@ -6643,7 +6643,7 @@ module TencentCloud
|
|
6643
6643
|
# @type InstanceSet: Array
|
6644
6644
|
|
6645
6645
|
attr_accessor :TotalCount, :InstanceSet
|
6646
|
-
|
6646
|
+
|
6647
6647
|
def initialize(totalcount=nil, instanceset=nil)
|
6648
6648
|
@TotalCount = totalcount
|
6649
6649
|
@InstanceSet = instanceset
|
@@ -6670,7 +6670,7 @@ module TencentCloud
|
|
6670
6670
|
# @type Value: String
|
6671
6671
|
|
6672
6672
|
attr_accessor :Key, :Value
|
6673
|
-
|
6673
|
+
|
6674
6674
|
def initialize(key=nil, value=nil)
|
6675
6675
|
@Key = key
|
6676
6676
|
@Value = value
|
@@ -6700,7 +6700,7 @@ module TencentCloud
|
|
6700
6700
|
# @type Name: String
|
6701
6701
|
|
6702
6702
|
attr_accessor :Weight, :ClusterId, :Namespace, :ServiceName, :Port, :ExtraLabels, :Name
|
6703
|
-
|
6703
|
+
|
6704
6704
|
def initialize(weight=nil, clusterid=nil, namespace=nil, servicename=nil, port=nil, extralabels=nil, name=nil)
|
6705
6705
|
@Weight = weight
|
6706
6706
|
@ClusterId = clusterid
|
@@ -6739,7 +6739,7 @@ module TencentCloud
|
|
6739
6739
|
# @type Value: String
|
6740
6740
|
|
6741
6741
|
attr_accessor :Name, :Operator, :Value
|
6742
|
-
|
6742
|
+
|
6743
6743
|
def initialize(name=nil, operator=nil, value=nil)
|
6744
6744
|
@Name = name
|
6745
6745
|
@Operator = operator
|
@@ -6763,7 +6763,7 @@ module TencentCloud
|
|
6763
6763
|
# @type MicroServiceName: String
|
6764
6764
|
|
6765
6765
|
attr_accessor :ClusterId, :NamespaceId, :MicroServiceName
|
6766
|
-
|
6766
|
+
|
6767
6767
|
def initialize(clusterid=nil, namespaceid=nil, microservicename=nil)
|
6768
6768
|
@ClusterId = clusterid
|
6769
6769
|
@NamespaceId = namespaceid
|
@@ -6787,7 +6787,7 @@ module TencentCloud
|
|
6787
6787
|
# @type MicroServiceName: String
|
6788
6788
|
|
6789
6789
|
attr_accessor :ClusterId, :NamespaceId, :MicroServiceName
|
6790
|
-
|
6790
|
+
|
6791
6791
|
def initialize(clusterid=nil, namespaceid=nil, microservicename=nil)
|
6792
6792
|
@ClusterId = clusterid
|
6793
6793
|
@NamespaceId = namespaceid
|
@@ -6815,7 +6815,7 @@ module TencentCloud
|
|
6815
6815
|
# @type ApiIds: Array
|
6816
6816
|
|
6817
6817
|
attr_accessor :ApiDocId, :ApiDocName, :ServiceId, :Environment, :ApiIds
|
6818
|
-
|
6818
|
+
|
6819
6819
|
def initialize(apidocid=nil, apidocname=nil, serviceid=nil, environment=nil, apiids=nil)
|
6820
6820
|
@ApiDocId = apidocid
|
6821
6821
|
@ApiDocName = apidocname
|
@@ -6841,7 +6841,7 @@ module TencentCloud
|
|
6841
6841
|
# @type RequestId: String
|
6842
6842
|
|
6843
6843
|
attr_accessor :Result, :RequestId
|
6844
|
-
|
6844
|
+
|
6845
6845
|
def initialize(result=nil, requestid=nil)
|
6846
6846
|
@Result = result
|
6847
6847
|
@RequestId = requestid
|
@@ -6866,7 +6866,7 @@ module TencentCloud
|
|
6866
6866
|
# @type ApiAppDesc: String
|
6867
6867
|
|
6868
6868
|
attr_accessor :ApiAppId, :ApiAppName, :ApiAppDesc
|
6869
|
-
|
6869
|
+
|
6870
6870
|
def initialize(apiappid=nil, apiappname=nil, apiappdesc=nil)
|
6871
6871
|
@ApiAppId = apiappid
|
6872
6872
|
@ApiAppName = apiappname
|
@@ -6889,7 +6889,7 @@ module TencentCloud
|
|
6889
6889
|
# @type RequestId: String
|
6890
6890
|
|
6891
6891
|
attr_accessor :Result, :RequestId
|
6892
|
-
|
6892
|
+
|
6893
6893
|
def initialize(result=nil, requestid=nil)
|
6894
6894
|
@Result = result
|
6895
6895
|
@RequestId = requestid
|
@@ -6913,7 +6913,7 @@ module TencentCloud
|
|
6913
6913
|
# @type ApiIds: Array
|
6914
6914
|
|
6915
6915
|
attr_accessor :ServiceId, :Strategy, :EnvironmentName, :ApiIds
|
6916
|
-
|
6916
|
+
|
6917
6917
|
def initialize(serviceid=nil, strategy=nil, environmentname=nil, apiids=nil)
|
6918
6918
|
@ServiceId = serviceid
|
6919
6919
|
@Strategy = strategy
|
@@ -6938,7 +6938,7 @@ module TencentCloud
|
|
6938
6938
|
# @type RequestId: String
|
6939
6939
|
|
6940
6940
|
attr_accessor :Result, :RequestId
|
6941
|
-
|
6941
|
+
|
6942
6942
|
def initialize(result=nil, requestid=nil)
|
6943
6943
|
@Result = result
|
6944
6944
|
@RequestId = requestid
|
@@ -6964,7 +6964,7 @@ module TencentCloud
|
|
6964
6964
|
# @type LoginRedirectUrl: String
|
6965
6965
|
|
6966
6966
|
attr_accessor :ServiceId, :ApiId, :BusinessType, :PublicKey, :LoginRedirectUrl
|
6967
|
-
|
6967
|
+
|
6968
6968
|
def initialize(serviceid=nil, apiid=nil, businesstype=nil, publickey=nil, loginredirecturl=nil)
|
6969
6969
|
@ServiceId = serviceid
|
6970
6970
|
@ApiId = apiid
|
@@ -6988,7 +6988,7 @@ module TencentCloud
|
|
6988
6988
|
# @type RequestId: String
|
6989
6989
|
|
6990
6990
|
attr_accessor :RequestId
|
6991
|
-
|
6991
|
+
|
6992
6992
|
def initialize(requestid=nil)
|
6993
6993
|
@RequestId = requestid
|
6994
6994
|
end
|
@@ -7110,7 +7110,7 @@ module TencentCloud
|
|
7110
7110
|
# @type TokenTimeout: Integer
|
7111
7111
|
|
7112
7112
|
attr_accessor :ServiceId, :ServiceType, :RequestConfig, :ApiId, :ApiName, :ApiDesc, :ApiType, :AuthType, :AuthRequired, :ServiceTimeout, :Protocol, :EnableCORS, :ConstantParameters, :RequestParameters, :ApiBusinessType, :ServiceMockReturnMessage, :MicroServices, :ServiceTsfLoadBalanceConf, :ServiceTsfHealthCheckConf, :TargetServicesLoadBalanceConf, :TargetServicesHealthCheckConf, :ServiceScfFunctionName, :ServiceWebsocketRegisterFunctionName, :ServiceWebsocketCleanupFunctionName, :ServiceWebsocketTransportFunctionName, :ServiceScfFunctionNamespace, :ServiceScfFunctionQualifier, :ServiceWebsocketRegisterFunctionNamespace, :ServiceWebsocketRegisterFunctionQualifier, :ServiceWebsocketTransportFunctionNamespace, :ServiceWebsocketTransportFunctionQualifier, :ServiceWebsocketCleanupFunctionNamespace, :ServiceWebsocketCleanupFunctionQualifier, :ServiceScfIsIntegratedResponse, :IsDebugAfterCharge, :TagSpecifications, :IsDeleteResponseErrorCodes, :ResponseType, :ResponseSuccessExample, :ResponseFailExample, :ServiceConfig, :AuthRelationApiId, :ServiceParameters, :OauthConfig, :ResponseErrorCodes, :IsBase64Encoded, :IsBase64Trigger, :Base64EncodedTriggerRules, :EventBusId, :ServiceScfFunctionType, :EIAMAppType, :EIAMAuthType, :EIAMAppId, :TokenTimeout
|
7113
|
-
|
7113
|
+
|
7114
7114
|
def initialize(serviceid=nil, servicetype=nil, requestconfig=nil, apiid=nil, apiname=nil, apidesc=nil, apitype=nil, authtype=nil, authrequired=nil, servicetimeout=nil, protocol=nil, enablecors=nil, constantparameters=nil, requestparameters=nil, apibusinesstype=nil, servicemockreturnmessage=nil, microservices=nil, servicetsfloadbalanceconf=nil, servicetsfhealthcheckconf=nil, targetservicesloadbalanceconf=nil, targetserviceshealthcheckconf=nil, servicescffunctionname=nil, servicewebsocketregisterfunctionname=nil, servicewebsocketcleanupfunctionname=nil, servicewebsockettransportfunctionname=nil, servicescffunctionnamespace=nil, servicescffunctionqualifier=nil, servicewebsocketregisterfunctionnamespace=nil, servicewebsocketregisterfunctionqualifier=nil, servicewebsockettransportfunctionnamespace=nil, servicewebsockettransportfunctionqualifier=nil, servicewebsocketcleanupfunctionnamespace=nil, servicewebsocketcleanupfunctionqualifier=nil, servicescfisintegratedresponse=nil, isdebugaftercharge=nil, tagspecifications=nil, isdeleteresponseerrorcodes=nil, responsetype=nil, responsesuccessexample=nil, responsefailexample=nil, serviceconfig=nil, authrelationapiid=nil, serviceparameters=nil, oauthconfig=nil, responseerrorcodes=nil, isbase64encoded=nil, isbase64trigger=nil, base64encodedtriggerrules=nil, eventbusid=nil, servicescffunctiontype=nil, eiamapptype=nil, eiamauthtype=nil, eiamappid=nil, tokentimeout=nil)
|
7115
7115
|
@ServiceId = serviceid
|
7116
7116
|
@ServiceType = servicetype
|
@@ -7295,7 +7295,7 @@ module TencentCloud
|
|
7295
7295
|
# @type RequestId: String
|
7296
7296
|
|
7297
7297
|
attr_accessor :RequestId
|
7298
|
-
|
7298
|
+
|
7299
7299
|
def initialize(requestid=nil)
|
7300
7300
|
@RequestId = requestid
|
7301
7301
|
end
|
@@ -7317,7 +7317,7 @@ module TencentCloud
|
|
7317
7317
|
# @type Parameters: Array
|
7318
7318
|
|
7319
7319
|
attr_accessor :InstanceId, :InstanceName, :InstanceDescription, :Parameters
|
7320
|
-
|
7320
|
+
|
7321
7321
|
def initialize(instanceid=nil, instancename=nil, instancedescription=nil, parameters=nil)
|
7322
7322
|
@InstanceId = instanceid
|
7323
7323
|
@InstanceName = instancename
|
@@ -7348,7 +7348,7 @@ module TencentCloud
|
|
7348
7348
|
# @type RequestId: String
|
7349
7349
|
|
7350
7350
|
attr_accessor :Result, :RequestId
|
7351
|
-
|
7351
|
+
|
7352
7352
|
def initialize(result=nil, requestid=nil)
|
7353
7353
|
@Result = result
|
7354
7354
|
@RequestId = requestid
|
@@ -7373,7 +7373,7 @@ module TencentCloud
|
|
7373
7373
|
# @type StrategyData: String
|
7374
7374
|
|
7375
7375
|
attr_accessor :ServiceId, :StrategyId, :StrategyData
|
7376
|
-
|
7376
|
+
|
7377
7377
|
def initialize(serviceid=nil, strategyid=nil, strategydata=nil)
|
7378
7378
|
@ServiceId = serviceid
|
7379
7379
|
@StrategyId = strategyid
|
@@ -7396,7 +7396,7 @@ module TencentCloud
|
|
7396
7396
|
# @type RequestId: String
|
7397
7397
|
|
7398
7398
|
attr_accessor :Result, :RequestId
|
7399
|
-
|
7399
|
+
|
7400
7400
|
def initialize(result=nil, requestid=nil)
|
7401
7401
|
@Result = result
|
7402
7402
|
@RequestId = requestid
|
@@ -7420,7 +7420,7 @@ module TencentCloud
|
|
7420
7420
|
# @type PluginData: String
|
7421
7421
|
|
7422
7422
|
attr_accessor :PluginId, :PluginName, :Description, :PluginData
|
7423
|
-
|
7423
|
+
|
7424
7424
|
def initialize(pluginid=nil, pluginname=nil, description=nil, plugindata=nil)
|
7425
7425
|
@PluginId = pluginid
|
7426
7426
|
@PluginName = pluginname
|
@@ -7444,7 +7444,7 @@ module TencentCloud
|
|
7444
7444
|
# @type RequestId: String
|
7445
7445
|
|
7446
7446
|
attr_accessor :Result, :RequestId
|
7447
|
-
|
7447
|
+
|
7448
7448
|
def initialize(result=nil, requestid=nil)
|
7449
7449
|
@Result = result
|
7450
7450
|
@RequestId = requestid
|
@@ -7466,7 +7466,7 @@ module TencentCloud
|
|
7466
7466
|
# @type EnvironmentNames: Array
|
7467
7467
|
|
7468
7468
|
attr_accessor :ServiceId, :Strategy, :EnvironmentNames
|
7469
|
-
|
7469
|
+
|
7470
7470
|
def initialize(serviceid=nil, strategy=nil, environmentnames=nil)
|
7471
7471
|
@ServiceId = serviceid
|
7472
7472
|
@Strategy = strategy
|
@@ -7489,7 +7489,7 @@ module TencentCloud
|
|
7489
7489
|
# @type RequestId: String
|
7490
7490
|
|
7491
7491
|
attr_accessor :Result, :RequestId
|
7492
|
-
|
7492
|
+
|
7493
7493
|
def initialize(result=nil, requestid=nil)
|
7494
7494
|
@Result = result
|
7495
7495
|
@RequestId = requestid
|
@@ -7515,7 +7515,7 @@ module TencentCloud
|
|
7515
7515
|
# @type NetTypes: Array
|
7516
7516
|
|
7517
7517
|
attr_accessor :ServiceId, :ServiceName, :ServiceDesc, :Protocol, :NetTypes
|
7518
|
-
|
7518
|
+
|
7519
7519
|
def initialize(serviceid=nil, servicename=nil, servicedesc=nil, protocol=nil, nettypes=nil)
|
7520
7520
|
@ServiceId = serviceid
|
7521
7521
|
@ServiceName = servicename
|
@@ -7539,7 +7539,7 @@ module TencentCloud
|
|
7539
7539
|
# @type RequestId: String
|
7540
7540
|
|
7541
7541
|
attr_accessor :RequestId
|
7542
|
-
|
7542
|
+
|
7543
7543
|
def initialize(requestid=nil)
|
7544
7544
|
@RequestId = requestid
|
7545
7545
|
end
|
@@ -7569,7 +7569,7 @@ module TencentCloud
|
|
7569
7569
|
# @type IsForcedHttps: Boolean
|
7570
7570
|
|
7571
7571
|
attr_accessor :ServiceId, :SubDomain, :IsDefaultMapping, :CertificateId, :Protocol, :PathMappingSet, :NetType, :IsForcedHttps
|
7572
|
-
|
7572
|
+
|
7573
7573
|
def initialize(serviceid=nil, subdomain=nil, isdefaultmapping=nil, certificateid=nil, protocol=nil, pathmappingset=nil, nettype=nil, isforcedhttps=nil)
|
7574
7574
|
@ServiceId = serviceid
|
7575
7575
|
@SubDomain = subdomain
|
@@ -7608,7 +7608,7 @@ module TencentCloud
|
|
7608
7608
|
# @type RequestId: String
|
7609
7609
|
|
7610
7610
|
attr_accessor :Result, :RequestId
|
7611
|
-
|
7611
|
+
|
7612
7612
|
def initialize(result=nil, requestid=nil)
|
7613
7613
|
@Result = result
|
7614
7614
|
@RequestId = requestid
|
@@ -7648,7 +7648,7 @@ module TencentCloud
|
|
7648
7648
|
# @type K8sService: Array
|
7649
7649
|
|
7650
7650
|
attr_accessor :UpstreamId, :UpstreamName, :UpstreamDescription, :Scheme, :UpstreamType, :Algorithm, :UniqVpcId, :Retries, :UpstreamHost, :Nodes, :HealthChecker, :K8sService
|
7651
|
-
|
7651
|
+
|
7652
7652
|
def initialize(upstreamid=nil, upstreamname=nil, upstreamdescription=nil, scheme=nil, upstreamtype=nil, algorithm=nil, uniqvpcid=nil, retries=nil, upstreamhost=nil, nodes=nil, healthchecker=nil, k8sservice=nil)
|
7653
7653
|
@UpstreamId = upstreamid
|
7654
7654
|
@UpstreamName = upstreamname
|
@@ -7706,7 +7706,7 @@ module TencentCloud
|
|
7706
7706
|
# @type RequestId: String
|
7707
7707
|
|
7708
7708
|
attr_accessor :Result, :RequestId
|
7709
|
-
|
7709
|
+
|
7710
7710
|
def initialize(result=nil, requestid=nil)
|
7711
7711
|
@Result = result
|
7712
7712
|
@RequestId = requestid
|
@@ -7754,7 +7754,7 @@ module TencentCloud
|
|
7754
7754
|
# @type UpstreamHost: String
|
7755
7755
|
|
7756
7756
|
attr_accessor :UpstreamId, :UpstreamName, :UpstreamDescription, :Scheme, :Algorithm, :UniqVpcId, :Retries, :Nodes, :CreatedTime, :HealthChecker, :UpstreamType, :K8sServices, :UpstreamHost
|
7757
|
-
|
7757
|
+
|
7758
7758
|
def initialize(upstreamid=nil, upstreamname=nil, upstreamdescription=nil, scheme=nil, algorithm=nil, uniqvpcid=nil, retries=nil, nodes=nil, createdtime=nil, healthchecker=nil, upstreamtype=nil, k8sservices=nil, upstreamhost=nil)
|
7759
7759
|
@UpstreamId = upstreamid
|
7760
7760
|
@UpstreamName = upstreamname
|
@@ -7819,7 +7819,7 @@ module TencentCloud
|
|
7819
7819
|
# @type MaxRequestNumPreSec: Integer
|
7820
7820
|
|
7821
7821
|
attr_accessor :UsagePlanId, :UsagePlanName, :UsagePlanDesc, :MaxRequestNum, :MaxRequestNumPreSec
|
7822
|
-
|
7822
|
+
|
7823
7823
|
def initialize(usageplanid=nil, usageplanname=nil, usageplandesc=nil, maxrequestnum=nil, maxrequestnumpresec=nil)
|
7824
7824
|
@UsagePlanId = usageplanid
|
7825
7825
|
@UsagePlanName = usageplanname
|
@@ -7846,7 +7846,7 @@ module TencentCloud
|
|
7846
7846
|
# @type RequestId: String
|
7847
7847
|
|
7848
7848
|
attr_accessor :Result, :RequestId
|
7849
|
-
|
7849
|
+
|
7850
7850
|
def initialize(result=nil, requestid=nil)
|
7851
7851
|
@Result = result
|
7852
7852
|
@RequestId = requestid
|
@@ -7875,7 +7875,7 @@ module TencentCloud
|
|
7875
7875
|
# @type OutboundIpAddresses: Array
|
7876
7876
|
|
7877
7877
|
attr_accessor :InternetMaxBandwidthOut, :EnableInternetInbound, :EnableInternetOutbound, :InboundIpAddresses, :OutboundIpAddresses
|
7878
|
-
|
7878
|
+
|
7879
7879
|
def initialize(internetmaxbandwidthout=nil, enableinternetinbound=nil, enableinternetoutbound=nil, inboundipaddresses=nil, outboundipaddresses=nil)
|
7880
7880
|
@InternetMaxBandwidthOut = internetmaxbandwidthout
|
7881
7881
|
@EnableInternetInbound = enableinternetinbound
|
@@ -7903,7 +7903,7 @@ module TencentCloud
|
|
7903
7903
|
# @type LoginRedirectUrl: String
|
7904
7904
|
|
7905
7905
|
attr_accessor :PublicKey, :TokenLocation, :LoginRedirectUrl
|
7906
|
-
|
7906
|
+
|
7907
7907
|
def initialize(publickey=nil, tokenlocation=nil, loginredirecturl=nil)
|
7908
7908
|
@PublicKey = publickey
|
7909
7909
|
@TokenLocation = tokenlocation
|
@@ -7946,7 +7946,7 @@ module TencentCloud
|
|
7946
7946
|
# @type Range: String
|
7947
7947
|
|
7948
7948
|
attr_accessor :Name, :Value, :Default, :Unit, :Type, :Minimum, :Maximum, :ModifedTime, :ValueString, :DefaultValueString, :Range
|
7949
|
-
|
7949
|
+
|
7950
7950
|
def initialize(name=nil, value=nil, default=nil, unit=nil, type=nil, minimum=nil, maximum=nil, modifedtime=nil, valuestring=nil, defaultvaluestring=nil, range=nil)
|
7951
7951
|
@Name = name
|
7952
7952
|
@Value = value
|
@@ -7984,7 +7984,7 @@ module TencentCloud
|
|
7984
7984
|
# @type Environment: String
|
7985
7985
|
|
7986
7986
|
attr_accessor :Path, :Environment
|
7987
|
-
|
7987
|
+
|
7988
7988
|
def initialize(path=nil, environment=nil)
|
7989
7989
|
@Path = path
|
7990
7990
|
@Environment = environment
|
@@ -8021,7 +8021,7 @@ module TencentCloud
|
|
8021
8021
|
# @type AttachedApis: Array
|
8022
8022
|
|
8023
8023
|
attr_accessor :PluginId, :PluginName, :PluginType, :PluginData, :Description, :CreatedTime, :ModifiedTime, :AttachedApiTotalCount, :AttachedApis
|
8024
|
-
|
8024
|
+
|
8025
8025
|
def initialize(pluginid=nil, pluginname=nil, plugintype=nil, plugindata=nil, description=nil, createdtime=nil, modifiedtime=nil, attachedapitotalcount=nil, attachedapis=nil)
|
8026
8026
|
@PluginId = pluginid
|
8027
8027
|
@PluginName = pluginname
|
@@ -8062,7 +8062,7 @@ module TencentCloud
|
|
8062
8062
|
# @type PluginSet: Array
|
8063
8063
|
|
8064
8064
|
attr_accessor :TotalCount, :PluginSet
|
8065
|
-
|
8065
|
+
|
8066
8066
|
def initialize(totalcount=nil, pluginset=nil)
|
8067
8067
|
@TotalCount = totalcount
|
8068
8068
|
@PluginSet = pluginset
|
@@ -8091,7 +8091,7 @@ module TencentCloud
|
|
8091
8091
|
# @type ReleaseVersion: String
|
8092
8092
|
|
8093
8093
|
attr_accessor :ReleaseDesc, :ReleaseVersion
|
8094
|
-
|
8094
|
+
|
8095
8095
|
def initialize(releasedesc=nil, releaseversion=nil)
|
8096
8096
|
@ReleaseDesc = releasedesc
|
8097
8097
|
@ReleaseVersion = releaseversion
|
@@ -8115,7 +8115,7 @@ module TencentCloud
|
|
8115
8115
|
# @type ApiIds: Array
|
8116
8116
|
|
8117
8117
|
attr_accessor :ServiceId, :EnvironmentName, :ReleaseDesc, :ApiIds
|
8118
|
-
|
8118
|
+
|
8119
8119
|
def initialize(serviceid=nil, environmentname=nil, releasedesc=nil, apiids=nil)
|
8120
8120
|
@ServiceId = serviceid
|
8121
8121
|
@EnvironmentName = environmentname
|
@@ -8139,7 +8139,7 @@ module TencentCloud
|
|
8139
8139
|
# @type RequestId: String
|
8140
8140
|
|
8141
8141
|
attr_accessor :Result, :RequestId
|
8142
|
-
|
8142
|
+
|
8143
8143
|
def initialize(result=nil, requestid=nil)
|
8144
8144
|
@Result = result
|
8145
8145
|
@RequestId = requestid
|
@@ -8170,7 +8170,7 @@ module TencentCloud
|
|
8170
8170
|
# @type Desc: String
|
8171
8171
|
|
8172
8172
|
attr_accessor :Name, :Position, :Type, :DefaultValue, :Required, :Desc
|
8173
|
-
|
8173
|
+
|
8174
8174
|
def initialize(name=nil, position=nil, type=nil, defaultvalue=nil, required=nil, desc=nil)
|
8175
8175
|
@Name = name
|
8176
8176
|
@Position = position
|
@@ -8198,7 +8198,7 @@ module TencentCloud
|
|
8198
8198
|
# @type Method: String
|
8199
8199
|
|
8200
8200
|
attr_accessor :Path, :Method
|
8201
|
-
|
8201
|
+
|
8202
8202
|
def initialize(path=nil, method=nil)
|
8203
8203
|
@Path = path
|
8204
8204
|
@Method = method
|
@@ -8226,7 +8226,7 @@ module TencentCloud
|
|
8226
8226
|
# @type Required: Boolean
|
8227
8227
|
|
8228
8228
|
attr_accessor :Name, :Desc, :Position, :Type, :DefaultValue, :Required
|
8229
|
-
|
8229
|
+
|
8230
8230
|
def initialize(name=nil, desc=nil, position=nil, type=nil, defaultvalue=nil, required=nil)
|
8231
8231
|
@Name = name
|
8232
8232
|
@Desc = desc
|
@@ -8252,7 +8252,7 @@ module TencentCloud
|
|
8252
8252
|
# @type ApiDocId: String
|
8253
8253
|
|
8254
8254
|
attr_accessor :ApiDocId
|
8255
|
-
|
8255
|
+
|
8256
8256
|
def initialize(apidocid=nil)
|
8257
8257
|
@ApiDocId = apidocid
|
8258
8258
|
end
|
@@ -8270,7 +8270,7 @@ module TencentCloud
|
|
8270
8270
|
# @type RequestId: String
|
8271
8271
|
|
8272
8272
|
attr_accessor :Result, :RequestId
|
8273
|
-
|
8273
|
+
|
8274
8274
|
def initialize(result=nil, requestid=nil)
|
8275
8275
|
@Result = result
|
8276
8276
|
@RequestId = requestid
|
@@ -8299,7 +8299,7 @@ module TencentCloud
|
|
8299
8299
|
# @type NeedConvert: Boolean
|
8300
8300
|
|
8301
8301
|
attr_accessor :Code, :Msg, :Desc, :ConvertedCode, :NeedConvert
|
8302
|
-
|
8302
|
+
|
8303
8303
|
def initialize(code=nil, msg=nil, desc=nil, convertedcode=nil, needconvert=nil)
|
8304
8304
|
@Code = code
|
8305
8305
|
@Msg = msg
|
@@ -8378,7 +8378,7 @@ module TencentCloud
|
|
8378
8378
|
# @type DeploymentType: String
|
8379
8379
|
|
8380
8380
|
attr_accessor :InnerHttpsPort, :ServiceDesc, :Protocol, :ModifiedTime, :NetTypes, :ExclusiveSetName, :ServiceId, :IpVersion, :AvailableEnvironments, :ServiceName, :OuterSubDomain, :CreatedTime, :InnerHttpPort, :InnerSubDomain, :TradeIsolateStatus, :Tags, :InstanceId, :SetType, :DeploymentType
|
8381
|
-
|
8381
|
+
|
8382
8382
|
def initialize(innerhttpsport=nil, servicedesc=nil, protocol=nil, modifiedtime=nil, nettypes=nil, exclusivesetname=nil, serviceid=nil, ipversion=nil, availableenvironments=nil, servicename=nil, outersubdomain=nil, createdtime=nil, innerhttpport=nil, innersubdomain=nil, tradeisolatestatus=nil, tags=nil, instanceid=nil, settype=nil, deploymenttype=nil)
|
8383
8383
|
@InnerHttpsPort = innerhttpsport
|
8384
8384
|
@ServiceDesc = servicedesc
|
@@ -8451,7 +8451,7 @@ module TencentCloud
|
|
8451
8451
|
# @type CosConfig: :class:`Tencentcloud::Apigateway.v20180808.models.CosConfig`
|
8452
8452
|
|
8453
8453
|
attr_accessor :Product, :UniqVpcId, :Url, :Path, :Method, :UpstreamId, :CosConfig
|
8454
|
-
|
8454
|
+
|
8455
8455
|
def initialize(product=nil, uniqvpcid=nil, url=nil, path=nil, method=nil, upstreamid=nil, cosconfig=nil)
|
8456
8456
|
@Product = product
|
8457
8457
|
@UniqVpcId = uniqvpcid
|
@@ -8486,7 +8486,7 @@ module TencentCloud
|
|
8486
8486
|
# @type EnvironmentList: Array
|
8487
8487
|
|
8488
8488
|
attr_accessor :TotalCount, :EnvironmentList
|
8489
|
-
|
8489
|
+
|
8490
8490
|
def initialize(totalcount=nil, environmentlist=nil)
|
8491
8491
|
@TotalCount = totalcount
|
8492
8492
|
@EnvironmentList = environmentlist
|
@@ -8523,7 +8523,7 @@ module TencentCloud
|
|
8523
8523
|
# @type MaxStrategy: Integer
|
8524
8524
|
|
8525
8525
|
attr_accessor :EnvironmentName, :Url, :Status, :VersionName, :Strategy, :MaxStrategy
|
8526
|
-
|
8526
|
+
|
8527
8527
|
def initialize(environmentname=nil, url=nil, status=nil, versionname=nil, strategy=nil, maxstrategy=nil)
|
8528
8528
|
@EnvironmentName = environmentname
|
8529
8529
|
@Url = url
|
@@ -8553,7 +8553,7 @@ module TencentCloud
|
|
8553
8553
|
# @type EnvironmentList: Array
|
8554
8554
|
|
8555
8555
|
attr_accessor :TotalCount, :EnvironmentList
|
8556
|
-
|
8556
|
+
|
8557
8557
|
def initialize(totalcount=nil, environmentlist=nil)
|
8558
8558
|
@TotalCount = totalcount
|
8559
8559
|
@EnvironmentList = environmentlist
|
@@ -8597,7 +8597,7 @@ module TencentCloud
|
|
8597
8597
|
# @type RelevantRequestParameterType: String
|
8598
8598
|
|
8599
8599
|
attr_accessor :Name, :Position, :RelevantRequestParameterPosition, :RelevantRequestParameterName, :DefaultValue, :RelevantRequestParameterDesc, :RelevantRequestParameterType
|
8600
|
-
|
8600
|
+
|
8601
8601
|
def initialize(name=nil, position=nil, relevantrequestparameterposition=nil, relevantrequestparametername=nil, defaultvalue=nil, relevantrequestparameterdesc=nil, relevantrequestparametertype=nil)
|
8602
8602
|
@Name = name
|
8603
8603
|
@Position = position
|
@@ -8629,7 +8629,7 @@ module TencentCloud
|
|
8629
8629
|
# @type VersionList: Array
|
8630
8630
|
|
8631
8631
|
attr_accessor :TotalCount, :VersionList
|
8632
|
-
|
8632
|
+
|
8633
8633
|
def initialize(totalcount=nil, versionlist=nil)
|
8634
8634
|
@TotalCount = totalcount
|
8635
8635
|
@VersionList = versionlist
|
@@ -8661,7 +8661,7 @@ module TencentCloud
|
|
8661
8661
|
# @type ReleaseTime: String
|
8662
8662
|
|
8663
8663
|
attr_accessor :VersionName, :VersionDesc, :ReleaseTime
|
8664
|
-
|
8664
|
+
|
8665
8665
|
def initialize(versionname=nil, versiondesc=nil, releasetime=nil)
|
8666
8666
|
@VersionName = versionname
|
8667
8667
|
@VersionDesc = versiondesc
|
@@ -8685,7 +8685,7 @@ module TencentCloud
|
|
8685
8685
|
# @type VersionList: Array
|
8686
8686
|
|
8687
8687
|
attr_accessor :TotalCount, :VersionList
|
8688
|
-
|
8688
|
+
|
8689
8689
|
def initialize(totalcount=nil, versionlist=nil)
|
8690
8690
|
@TotalCount = totalcount
|
8691
8691
|
@VersionList = versionlist
|
@@ -8712,7 +8712,7 @@ module TencentCloud
|
|
8712
8712
|
# @type PathMappingSet: Array
|
8713
8713
|
|
8714
8714
|
attr_accessor :IsDefaultMapping, :PathMappingSet
|
8715
|
-
|
8715
|
+
|
8716
8716
|
def initialize(isdefaultmapping=nil, pathmappingset=nil)
|
8717
8717
|
@IsDefaultMapping = isdefaultmapping
|
8718
8718
|
@PathMappingSet = pathmappingset
|
@@ -8741,7 +8741,7 @@ module TencentCloud
|
|
8741
8741
|
# @type ServiceUsagePlanList: Array
|
8742
8742
|
|
8743
8743
|
attr_accessor :TotalCount, :ServiceUsagePlanList
|
8744
|
-
|
8744
|
+
|
8745
8745
|
def initialize(totalcount=nil, serviceusageplanlist=nil)
|
8746
8746
|
@TotalCount = totalcount
|
8747
8747
|
@ServiceUsagePlanList = serviceusageplanlist
|
@@ -8770,7 +8770,7 @@ module TencentCloud
|
|
8770
8770
|
# @type ServiceSet: Array
|
8771
8771
|
|
8772
8772
|
attr_accessor :TotalCount, :ServiceSet
|
8773
|
-
|
8773
|
+
|
8774
8774
|
def initialize(totalcount=nil, serviceset=nil)
|
8775
8775
|
@TotalCount = totalcount
|
8776
8776
|
@ServiceSet = serviceset
|
@@ -8797,7 +8797,7 @@ module TencentCloud
|
|
8797
8797
|
# @type Value: String
|
8798
8798
|
|
8799
8799
|
attr_accessor :Key, :Value
|
8800
|
-
|
8800
|
+
|
8801
8801
|
def initialize(key=nil, value=nil)
|
8802
8802
|
@Key = key
|
8803
8803
|
@Value = value
|
@@ -8823,7 +8823,7 @@ module TencentCloud
|
|
8823
8823
|
# @type DockerIp: String
|
8824
8824
|
|
8825
8825
|
attr_accessor :VmIp, :VpcId, :VmPort, :HostIp, :DockerIp
|
8826
|
-
|
8826
|
+
|
8827
8827
|
def initialize(vmip=nil, vpcid=nil, vmport=nil, hostip=nil, dockerip=nil)
|
8828
8828
|
@VmIp = vmip
|
8829
8829
|
@VpcId = vpcid
|
@@ -8857,7 +8857,7 @@ module TencentCloud
|
|
8857
8857
|
# @type SessionStickTimeout: Integer
|
8858
8858
|
|
8859
8859
|
attr_accessor :IsLoadBalance, :Method, :SessionStickRequired, :SessionStickTimeout
|
8860
|
-
|
8860
|
+
|
8861
8861
|
def initialize(isloadbalance=nil, method=nil, sessionstickrequired=nil, sessionsticktimeout=nil)
|
8862
8862
|
@IsLoadBalance = isloadbalance
|
8863
8863
|
@Method = method
|
@@ -8887,7 +8887,7 @@ module TencentCloud
|
|
8887
8887
|
# @type ApiIds: Array
|
8888
8888
|
|
8889
8889
|
attr_accessor :BindType, :UsagePlanIds, :Environment, :ServiceId, :ApiIds
|
8890
|
-
|
8890
|
+
|
8891
8891
|
def initialize(bindtype=nil, usageplanids=nil, environment=nil, serviceid=nil, apiids=nil)
|
8892
8892
|
@BindType = bindtype
|
8893
8893
|
@UsagePlanIds = usageplanids
|
@@ -8914,7 +8914,7 @@ module TencentCloud
|
|
8914
8914
|
# @type RequestId: String
|
8915
8915
|
|
8916
8916
|
attr_accessor :Result, :RequestId
|
8917
|
-
|
8917
|
+
|
8918
8918
|
def initialize(result=nil, requestid=nil)
|
8919
8919
|
@Result = result
|
8920
8920
|
@RequestId = requestid
|
@@ -8938,7 +8938,7 @@ module TencentCloud
|
|
8938
8938
|
# @type UnBindApiIds: Array
|
8939
8939
|
|
8940
8940
|
attr_accessor :ServiceId, :StrategyId, :EnvironmentName, :UnBindApiIds
|
8941
|
-
|
8941
|
+
|
8942
8942
|
def initialize(serviceid=nil, strategyid=nil, environmentname=nil, unbindapiids=nil)
|
8943
8943
|
@ServiceId = serviceid
|
8944
8944
|
@StrategyId = strategyid
|
@@ -8963,7 +8963,7 @@ module TencentCloud
|
|
8963
8963
|
# @type RequestId: String
|
8964
8964
|
|
8965
8965
|
attr_accessor :Result, :RequestId
|
8966
|
-
|
8966
|
+
|
8967
8967
|
def initialize(result=nil, requestid=nil)
|
8968
8968
|
@Result = result
|
8969
8969
|
@RequestId = requestid
|
@@ -8983,7 +8983,7 @@ module TencentCloud
|
|
8983
8983
|
# @type AccessKeyIds: Array
|
8984
8984
|
|
8985
8985
|
attr_accessor :UsagePlanId, :AccessKeyIds
|
8986
|
-
|
8986
|
+
|
8987
8987
|
def initialize(usageplanid=nil, accesskeyids=nil)
|
8988
8988
|
@UsagePlanId = usageplanid
|
8989
8989
|
@AccessKeyIds = accesskeyids
|
@@ -9004,7 +9004,7 @@ module TencentCloud
|
|
9004
9004
|
# @type RequestId: String
|
9005
9005
|
|
9006
9006
|
attr_accessor :Result, :RequestId
|
9007
|
-
|
9007
|
+
|
9008
9008
|
def initialize(result=nil, requestid=nil)
|
9009
9009
|
@Result = result
|
9010
9010
|
@RequestId = requestid
|
@@ -9024,7 +9024,7 @@ module TencentCloud
|
|
9024
9024
|
# @type SubDomain: String
|
9025
9025
|
|
9026
9026
|
attr_accessor :ServiceId, :SubDomain
|
9027
|
-
|
9027
|
+
|
9028
9028
|
def initialize(serviceid=nil, subdomain=nil)
|
9029
9029
|
@ServiceId = serviceid
|
9030
9030
|
@SubDomain = subdomain
|
@@ -9044,7 +9044,7 @@ module TencentCloud
|
|
9044
9044
|
# @type RequestId: String
|
9045
9045
|
|
9046
9046
|
attr_accessor :Result, :RequestId
|
9047
|
-
|
9047
|
+
|
9048
9048
|
def initialize(result=nil, requestid=nil)
|
9049
9049
|
@Result = result
|
9050
9050
|
@RequestId = requestid
|
@@ -9066,7 +9066,7 @@ module TencentCloud
|
|
9066
9066
|
# @type ApiIds: Array
|
9067
9067
|
|
9068
9068
|
attr_accessor :ServiceId, :EnvironmentName, :ApiIds
|
9069
|
-
|
9069
|
+
|
9070
9070
|
def initialize(serviceid=nil, environmentname=nil, apiids=nil)
|
9071
9071
|
@ServiceId = serviceid
|
9072
9072
|
@EnvironmentName = environmentname
|
@@ -9089,7 +9089,7 @@ module TencentCloud
|
|
9089
9089
|
# @type RequestId: String
|
9090
9090
|
|
9091
9091
|
attr_accessor :Result, :RequestId
|
9092
|
-
|
9092
|
+
|
9093
9093
|
def initialize(result=nil, requestid=nil)
|
9094
9094
|
@Result = result
|
9095
9095
|
@RequestId = requestid
|
@@ -9113,7 +9113,7 @@ module TencentCloud
|
|
9113
9113
|
# @type ApiId: String
|
9114
9114
|
|
9115
9115
|
attr_accessor :ApiAppId, :Environment, :ServiceId, :ApiId
|
9116
|
-
|
9116
|
+
|
9117
9117
|
def initialize(apiappid=nil, environment=nil, serviceid=nil, apiid=nil)
|
9118
9118
|
@ApiAppId = apiappid
|
9119
9119
|
@Environment = environment
|
@@ -9138,7 +9138,7 @@ module TencentCloud
|
|
9138
9138
|
# @type RequestId: String
|
9139
9139
|
|
9140
9140
|
attr_accessor :Result, :RequestId
|
9141
|
-
|
9141
|
+
|
9142
9142
|
def initialize(result=nil, requestid=nil)
|
9143
9143
|
@Result = result
|
9144
9144
|
@RequestId = requestid
|
@@ -9160,7 +9160,7 @@ module TencentCloud
|
|
9160
9160
|
# @type ApiAppSecret: String
|
9161
9161
|
|
9162
9162
|
attr_accessor :ApiAppId, :ApiAppKey, :ApiAppSecret
|
9163
|
-
|
9163
|
+
|
9164
9164
|
def initialize(apiappid=nil, apiappkey=nil, apiappsecret=nil)
|
9165
9165
|
@ApiAppId = apiappid
|
9166
9166
|
@ApiAppKey = apiappkey
|
@@ -9183,7 +9183,7 @@ module TencentCloud
|
|
9183
9183
|
# @type RequestId: String
|
9184
9184
|
|
9185
9185
|
attr_accessor :Result, :RequestId
|
9186
|
-
|
9186
|
+
|
9187
9187
|
def initialize(result=nil, requestid=nil)
|
9188
9188
|
@Result = result
|
9189
9189
|
@RequestId = requestid
|
@@ -9203,7 +9203,7 @@ module TencentCloud
|
|
9203
9203
|
# @type AccessKeySecret: String
|
9204
9204
|
|
9205
9205
|
attr_accessor :AccessKeyId, :AccessKeySecret
|
9206
|
-
|
9206
|
+
|
9207
9207
|
def initialize(accesskeyid=nil, accesskeysecret=nil)
|
9208
9208
|
@AccessKeyId = accesskeyid
|
9209
9209
|
@AccessKeySecret = accesskeysecret
|
@@ -9224,7 +9224,7 @@ module TencentCloud
|
|
9224
9224
|
# @type RequestId: String
|
9225
9225
|
|
9226
9226
|
attr_accessor :Result, :RequestId
|
9227
|
-
|
9227
|
+
|
9228
9228
|
def initialize(result=nil, requestid=nil)
|
9229
9229
|
@Result = result
|
9230
9230
|
@RequestId = requestid
|
@@ -9251,7 +9251,7 @@ module TencentCloud
|
|
9251
9251
|
# @type UpdateDesc: String
|
9252
9252
|
|
9253
9253
|
attr_accessor :ServiceId, :EnvironmentName, :VersionName, :UpdateDesc
|
9254
|
-
|
9254
|
+
|
9255
9255
|
def initialize(serviceid=nil, environmentname=nil, versionname=nil, updatedesc=nil)
|
9256
9256
|
@ServiceId = serviceid
|
9257
9257
|
@EnvironmentName = environmentname
|
@@ -9276,7 +9276,7 @@ module TencentCloud
|
|
9276
9276
|
# @type RequestId: String
|
9277
9277
|
|
9278
9278
|
attr_accessor :Result, :RequestId
|
9279
|
-
|
9279
|
+
|
9280
9280
|
def initialize(result=nil, requestid=nil)
|
9281
9281
|
@Result = result
|
9282
9282
|
@RequestId = requestid
|
@@ -9316,7 +9316,7 @@ module TencentCloud
|
|
9316
9316
|
# @type UnhealthyTimeout: Integer
|
9317
9317
|
|
9318
9318
|
attr_accessor :EnableActiveCheck, :EnablePassiveCheck, :HealthyHttpStatus, :UnhealthyHttpStatus, :TcpFailureThreshold, :TimeoutThreshold, :HttpFailureThreshold, :ActiveCheckHttpPath, :ActiveCheckTimeout, :ActiveCheckInterval, :ActiveRequestHeader, :UnhealthyTimeout
|
9319
|
-
|
9319
|
+
|
9320
9320
|
def initialize(enableactivecheck=nil, enablepassivecheck=nil, healthyhttpstatus=nil, unhealthyhttpstatus=nil, tcpfailurethreshold=nil, timeoutthreshold=nil, httpfailurethreshold=nil, activecheckhttppath=nil, activechecktimeout=nil, activecheckinterval=nil, activerequestheader=nil, unhealthytimeout=nil)
|
9321
9321
|
@EnableActiveCheck = enableactivecheck
|
9322
9322
|
@EnablePassiveCheck = enablepassivecheck
|
@@ -9358,7 +9358,7 @@ module TencentCloud
|
|
9358
9358
|
# 后端通道主动健康检查的请求头配置
|
9359
9359
|
class UpstreamHealthCheckerReqHeaders < TencentCloud::Common::AbstractModel
|
9360
9360
|
|
9361
|
-
|
9361
|
+
|
9362
9362
|
def initialize()
|
9363
9363
|
end
|
9364
9364
|
|
@@ -9402,7 +9402,7 @@ module TencentCloud
|
|
9402
9402
|
# @type UpstreamHost: String
|
9403
9403
|
|
9404
9404
|
attr_accessor :UpstreamId, :UpstreamName, :UpstreamDescription, :Scheme, :Algorithm, :UniqVpcId, :Retries, :Nodes, :CreatedTime, :Tags, :HealthChecker, :UpstreamType, :K8sServices, :UpstreamHost
|
9405
|
-
|
9405
|
+
|
9406
9406
|
def initialize(upstreamid=nil, upstreamname=nil, upstreamdescription=nil, scheme=nil, algorithm=nil, uniqvpcid=nil, retries=nil, nodes=nil, createdtime=nil, tags=nil, healthchecker=nil, upstreamtype=nil, k8sservices=nil, upstreamhost=nil)
|
9407
9407
|
@UpstreamId = upstreamid
|
9408
9408
|
@UpstreamName = upstreamname
|
@@ -9496,7 +9496,7 @@ module TencentCloud
|
|
9496
9496
|
# @type UniqueServiceName: String
|
9497
9497
|
|
9498
9498
|
attr_accessor :Host, :Port, :Weight, :VmInstanceId, :Tags, :Healthy, :ServiceName, :NameSpace, :ClusterId, :Source, :UniqueServiceName
|
9499
|
-
|
9499
|
+
|
9500
9500
|
def initialize(host=nil, port=nil, weight=nil, vminstanceid=nil, tags=nil, healthy=nil, servicename=nil, namespace=nil, clusterid=nil, source=nil, uniqueservicename=nil)
|
9501
9501
|
@Host = host
|
9502
9502
|
@Port = port
|
@@ -9545,7 +9545,7 @@ module TencentCloud
|
|
9545
9545
|
# @type ModifiedTime: String
|
9546
9546
|
|
9547
9547
|
attr_accessor :Environment, :UsagePlanId, :UsagePlanName, :UsagePlanDesc, :MaxRequestNumPreSec, :CreatedTime, :ModifiedTime
|
9548
|
-
|
9548
|
+
|
9549
9549
|
def initialize(environment=nil, usageplanid=nil, usageplanname=nil, usageplandesc=nil, maxrequestnumpresec=nil, createdtime=nil, modifiedtime=nil)
|
9550
9550
|
@Environment = environment
|
9551
9551
|
@UsagePlanId = usageplanid
|
@@ -9577,7 +9577,7 @@ module TencentCloud
|
|
9577
9577
|
# @type ServiceId: String
|
9578
9578
|
|
9579
9579
|
attr_accessor :EnvironmentName, :ServiceId
|
9580
|
-
|
9580
|
+
|
9581
9581
|
def initialize(environmentname=nil, serviceid=nil)
|
9582
9582
|
@EnvironmentName = environmentname
|
9583
9583
|
@ServiceId = serviceid
|
@@ -9602,7 +9602,7 @@ module TencentCloud
|
|
9602
9602
|
# @type Status: Integer
|
9603
9603
|
|
9604
9604
|
attr_accessor :AccessKeyId, :SecretName, :Status
|
9605
|
-
|
9605
|
+
|
9606
9606
|
def initialize(accesskeyid=nil, secretname=nil, status=nil)
|
9607
9607
|
@AccessKeyId = accesskeyid
|
9608
9608
|
@SecretName = secretname
|
@@ -9626,7 +9626,7 @@ module TencentCloud
|
|
9626
9626
|
# @type AccessKeyList: Array
|
9627
9627
|
|
9628
9628
|
attr_accessor :TotalCount, :AccessKeyList
|
9629
|
-
|
9629
|
+
|
9630
9630
|
def initialize(totalcount=nil, accesskeylist=nil)
|
9631
9631
|
@TotalCount = totalcount
|
9632
9632
|
@AccessKeyList = accesskeylist
|
@@ -9685,7 +9685,7 @@ module TencentCloud
|
|
9685
9685
|
# @type ServiceName: String
|
9686
9686
|
|
9687
9687
|
attr_accessor :ServiceId, :ApiId, :ApiName, :Path, :Method, :Environment, :InUseRequestNum, :MaxRequestNum, :MaxRequestNumPreSec, :CreatedTime, :ModifiedTime, :ServiceName
|
9688
|
-
|
9688
|
+
|
9689
9689
|
def initialize(serviceid=nil, apiid=nil, apiname=nil, path=nil, method=nil, environment=nil, inuserequestnum=nil, maxrequestnum=nil, maxrequestnumpresec=nil, createdtime=nil, modifiedtime=nil, servicename=nil)
|
9690
9690
|
@ServiceId = serviceid
|
9691
9691
|
@ApiId = apiid
|
@@ -9727,7 +9727,7 @@ module TencentCloud
|
|
9727
9727
|
# @type EnvironmentList: Array
|
9728
9728
|
|
9729
9729
|
attr_accessor :TotalCount, :EnvironmentList
|
9730
|
-
|
9730
|
+
|
9731
9731
|
def initialize(totalcount=nil, environmentlist=nil)
|
9732
9732
|
@TotalCount = totalcount
|
9733
9733
|
@EnvironmentList = environmentlist
|
@@ -9783,7 +9783,7 @@ module TencentCloud
|
|
9783
9783
|
# @type BindEnvironments: Array
|
9784
9784
|
|
9785
9785
|
attr_accessor :UsagePlanId, :UsagePlanName, :UsagePlanDesc, :MaxRequestNumPreSec, :MaxRequestNum, :CreatedTime, :ModifiedTime, :BindSecretIdTotalCount, :BindSecretIds, :BindEnvironmentTotalCount, :BindEnvironments
|
9786
|
-
|
9786
|
+
|
9787
9787
|
def initialize(usageplanid=nil, usageplanname=nil, usageplandesc=nil, maxrequestnumpresec=nil, maxrequestnum=nil, createdtime=nil, modifiedtime=nil, bindsecretidtotalcount=nil, bindsecretids=nil, bindenvironmenttotalcount=nil, bindenvironments=nil)
|
9788
9788
|
@UsagePlanId = usageplanid
|
9789
9789
|
@UsagePlanName = usageplanname
|
@@ -9845,7 +9845,7 @@ module TencentCloud
|
|
9845
9845
|
# @type ModifiedTime: String
|
9846
9846
|
|
9847
9847
|
attr_accessor :UsagePlanId, :UsagePlanName, :UsagePlanDesc, :MaxRequestNumPreSec, :MaxRequestNum, :CreatedTime, :ModifiedTime
|
9848
|
-
|
9848
|
+
|
9849
9849
|
def initialize(usageplanid=nil, usageplanname=nil, usageplandesc=nil, maxrequestnumpresec=nil, maxrequestnum=nil, createdtime=nil, modifiedtime=nil)
|
9850
9850
|
@UsagePlanId = usageplanid
|
9851
9851
|
@UsagePlanName = usageplanname
|
@@ -9877,7 +9877,7 @@ module TencentCloud
|
|
9877
9877
|
# @type UsagePlanStatusSet: Array
|
9878
9878
|
|
9879
9879
|
attr_accessor :TotalCount, :UsagePlanStatusSet
|
9880
|
-
|
9880
|
+
|
9881
9881
|
def initialize(totalcount=nil, usageplanstatusset=nil)
|
9882
9882
|
@TotalCount = totalcount
|
9883
9883
|
@UsagePlanStatusSet = usageplanstatusset
|
@@ -9904,7 +9904,7 @@ module TencentCloud
|
|
9904
9904
|
# @type UniqSubnetId: String
|
9905
9905
|
|
9906
9906
|
attr_accessor :UniqVpcId, :UniqSubnetId
|
9907
|
-
|
9907
|
+
|
9908
9908
|
def initialize(uniqvpcid=nil, uniqsubnetid=nil)
|
9909
9909
|
@UniqVpcId = uniqvpcid
|
9910
9910
|
@UniqSubnetId = uniqsubnetid
|