tencentcloud-sdk-gaap 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/v20180529/models.rb +256 -256
- metadata +2 -2
data/lib/v20180529/models.rb
CHANGED
@@ -29,7 +29,7 @@ module TencentCloud
|
|
29
29
|
# @type NetworkType: String
|
30
30
|
|
31
31
|
attr_accessor :AccessRegion, :Bandwidth, :Concurrent, :NetworkType
|
32
|
-
|
32
|
+
|
33
33
|
def initialize(accessregion=nil, bandwidth=nil, concurrent=nil, networktype=nil)
|
34
34
|
@AccessRegion = accessregion
|
35
35
|
@Bandwidth = bandwidth
|
@@ -76,7 +76,7 @@ module TencentCloud
|
|
76
76
|
# @type FeatureBitmap: Integer
|
77
77
|
|
78
78
|
attr_accessor :RegionId, :RegionName, :ConcurrentList, :BandwidthList, :RegionArea, :RegionAreaName, :IDCType, :FeatureBitmap
|
79
|
-
|
79
|
+
|
80
80
|
def initialize(regionid=nil, regionname=nil, concurrentlist=nil, bandwidthlist=nil, regionarea=nil, regionareaname=nil, idctype=nil, featurebitmap=nil)
|
81
81
|
@RegionId = regionid
|
82
82
|
@RegionName = regionname
|
@@ -108,7 +108,7 @@ module TencentCloud
|
|
108
108
|
# @type NationCountryInnerList: Array
|
109
109
|
|
110
110
|
attr_accessor :RegionId, :NationCountryInnerList
|
111
|
-
|
111
|
+
|
112
112
|
def initialize(regionid=nil, nationcountryinnerlist=nil)
|
113
113
|
@RegionId = regionid
|
114
114
|
@NationCountryInnerList = nationcountryinnerlist
|
@@ -132,7 +132,7 @@ module TencentCloud
|
|
132
132
|
# @type TagSet: Array
|
133
133
|
|
134
134
|
attr_accessor :ProjectId, :RealServerIP, :RealServerName, :TagSet
|
135
|
-
|
135
|
+
|
136
136
|
def initialize(projectid=nil, realserverip=nil, realservername=nil, tagset=nil)
|
137
137
|
@ProjectId = projectid
|
138
138
|
@RealServerIP = realserverip
|
@@ -163,7 +163,7 @@ module TencentCloud
|
|
163
163
|
# @type RequestId: String
|
164
164
|
|
165
165
|
attr_accessor :RealServerSet, :RequestId
|
166
|
-
|
166
|
+
|
167
167
|
def initialize(realserverset=nil, requestid=nil)
|
168
168
|
@RealServerSet = realserverset
|
169
169
|
@RequestId = requestid
|
@@ -185,7 +185,7 @@ module TencentCloud
|
|
185
185
|
# BanAndRecoverProxy请求参数结构体
|
186
186
|
class BanAndRecoverProxyRequest < TencentCloud::Common::AbstractModel
|
187
187
|
|
188
|
-
|
188
|
+
|
189
189
|
def initialize()
|
190
190
|
end
|
191
191
|
|
@@ -199,7 +199,7 @@ module TencentCloud
|
|
199
199
|
# @type RequestId: String
|
200
200
|
|
201
201
|
attr_accessor :RequestId
|
202
|
-
|
202
|
+
|
203
203
|
def initialize(requestid=nil)
|
204
204
|
@RequestId = requestid
|
205
205
|
end
|
@@ -219,7 +219,7 @@ module TencentCloud
|
|
219
219
|
# @type DiscountBandwidthUnitPrice: Float
|
220
220
|
|
221
221
|
attr_accessor :BandwidthRange, :BandwidthUnitPrice, :DiscountBandwidthUnitPrice
|
222
|
-
|
222
|
+
|
223
223
|
def initialize(bandwidthrange=nil, bandwidthunitprice=nil, discountbandwidthunitprice=nil)
|
224
224
|
@BandwidthRange = bandwidthrange
|
225
225
|
@BandwidthUnitPrice = bandwidthunitprice
|
@@ -241,7 +241,7 @@ module TencentCloud
|
|
241
241
|
# @type RealServerBindSet: Array
|
242
242
|
|
243
243
|
attr_accessor :ListenerId, :RealServerBindSet
|
244
|
-
|
244
|
+
|
245
245
|
def initialize(listenerid=nil, realserverbindset=nil)
|
246
246
|
@ListenerId = listenerid
|
247
247
|
@RealServerBindSet = realserverbindset
|
@@ -266,7 +266,7 @@ module TencentCloud
|
|
266
266
|
# @type RequestId: String
|
267
267
|
|
268
268
|
attr_accessor :RequestId
|
269
|
-
|
269
|
+
|
270
270
|
def initialize(requestid=nil)
|
271
271
|
@RequestId = requestid
|
272
272
|
end
|
@@ -299,7 +299,7 @@ module TencentCloud
|
|
299
299
|
# @type RealServerFailoverRole: String
|
300
300
|
|
301
301
|
attr_accessor :RealServerId, :RealServerIP, :RealServerWeight, :RealServerStatus, :RealServerPort, :DownIPList, :RealServerFailoverRole
|
302
|
-
|
302
|
+
|
303
303
|
def initialize(realserverid=nil, realserverip=nil, realserverweight=nil, realserverstatus=nil, realserverport=nil, downiplist=nil, realserverfailoverrole=nil)
|
304
304
|
@RealServerId = realserverid
|
305
305
|
@RealServerIP = realserverip
|
@@ -336,7 +336,7 @@ module TencentCloud
|
|
336
336
|
# @type TagSet: Array
|
337
337
|
|
338
338
|
attr_accessor :RealServerIP, :RealServerId, :RealServerName, :ProjectId, :TagSet
|
339
|
-
|
339
|
+
|
340
340
|
def initialize(realserverip=nil, realserverid=nil, realservername=nil, projectid=nil, tagset=nil)
|
341
341
|
@RealServerIP = realserverip
|
342
342
|
@RealServerId = realserverid
|
@@ -372,7 +372,7 @@ module TencentCloud
|
|
372
372
|
# @type RealServerBindSet: Array
|
373
373
|
|
374
374
|
attr_accessor :RuleId, :RealServerBindSet
|
375
|
-
|
375
|
+
|
376
376
|
def initialize(ruleid=nil, realserverbindset=nil)
|
377
377
|
@RuleId = ruleid
|
378
378
|
@RealServerBindSet = realserverbindset
|
@@ -397,7 +397,7 @@ module TencentCloud
|
|
397
397
|
# @type RequestId: String
|
398
398
|
|
399
399
|
attr_accessor :RequestId
|
400
|
-
|
400
|
+
|
401
401
|
def initialize(requestid=nil)
|
402
402
|
@RequestId = requestid
|
403
403
|
end
|
@@ -415,7 +415,7 @@ module TencentCloud
|
|
415
415
|
# @type Province: String
|
416
416
|
|
417
417
|
attr_accessor :CTCCToken, :Province
|
418
|
-
|
418
|
+
|
419
419
|
def initialize(ctcctoken=nil, province=nil)
|
420
420
|
@CTCCToken = ctcctoken
|
421
421
|
@Province = province
|
@@ -454,7 +454,7 @@ module TencentCloud
|
|
454
454
|
# @type SubjectCN: String
|
455
455
|
|
456
456
|
attr_accessor :CertificateId, :CertificateName, :CertificateType, :CertificateAlias, :CreateTime, :BeginTime, :EndTime, :IssuerCN, :SubjectCN
|
457
|
-
|
457
|
+
|
458
458
|
def initialize(certificateid=nil, certificatename=nil, certificatetype=nil, certificatealias=nil, createtime=nil, begintime=nil, endtime=nil, issuercn=nil, subjectcn=nil)
|
459
459
|
@CertificateId = certificateid
|
460
460
|
@CertificateName = certificatename
|
@@ -488,7 +488,7 @@ module TencentCloud
|
|
488
488
|
# @type CertificateAlias: String
|
489
489
|
|
490
490
|
attr_accessor :CertificateId, :CertificateAlias
|
491
|
-
|
491
|
+
|
492
492
|
def initialize(certificateid=nil, certificatealias=nil)
|
493
493
|
@CertificateId = certificateid
|
494
494
|
@CertificateAlias = certificatealias
|
@@ -531,7 +531,7 @@ module TencentCloud
|
|
531
531
|
# @type SubjectCN: String
|
532
532
|
|
533
533
|
attr_accessor :CertificateId, :CertificateType, :CertificateAlias, :CertificateContent, :CertificateKey, :CreateTime, :BeginTime, :EndTime, :IssuerCN, :SubjectCN
|
534
|
-
|
534
|
+
|
535
535
|
def initialize(certificateid=nil, certificatetype=nil, certificatealias=nil, certificatecontent=nil, certificatekey=nil, createtime=nil, begintime=nil, endtime=nil, issuercn=nil, subjectcn=nil)
|
536
536
|
@CertificateId = certificateid
|
537
537
|
@CertificateType = certificatetype
|
@@ -581,7 +581,7 @@ module TencentCloud
|
|
581
581
|
# @type Http3Supported: Integer
|
582
582
|
|
583
583
|
attr_accessor :AccessRegion, :RealServerRegion, :Bandwidth, :Concurrent, :GroupId, :IPAddressVersion, :NetworkType, :PackageType, :Http3Supported
|
584
|
-
|
584
|
+
|
585
585
|
def initialize(accessregion=nil, realserverregion=nil, bandwidth=nil, concurrent=nil, groupid=nil, ipaddressversion=nil, networktype=nil, packagetype=nil, http3supported=nil)
|
586
586
|
@AccessRegion = accessregion
|
587
587
|
@RealServerRegion = realserverregion
|
@@ -615,7 +615,7 @@ module TencentCloud
|
|
615
615
|
# @type RequestId: String
|
616
616
|
|
617
617
|
attr_accessor :CheckFlag, :RequestId
|
618
|
-
|
618
|
+
|
619
619
|
def initialize(checkflag=nil, requestid=nil)
|
620
620
|
@CheckFlag = checkflag
|
621
621
|
@RequestId = requestid
|
@@ -638,7 +638,7 @@ module TencentCloud
|
|
638
638
|
# @type ProxyIds: Array
|
639
639
|
|
640
640
|
attr_accessor :InstanceIds, :ClientToken, :ProxyIds
|
641
|
-
|
641
|
+
|
642
642
|
def initialize(instanceids=nil, clienttoken=nil, proxyids=nil)
|
643
643
|
@InstanceIds = instanceids
|
644
644
|
@ClientToken = clienttoken
|
@@ -662,7 +662,7 @@ module TencentCloud
|
|
662
662
|
# @type RequestId: String
|
663
663
|
|
664
664
|
attr_accessor :InvalidStatusInstanceSet, :OperationFailedInstanceSet, :RequestId
|
665
|
-
|
665
|
+
|
666
666
|
def initialize(invalidstatusinstanceset=nil, operationfailedinstanceset=nil, requestid=nil)
|
667
667
|
@InvalidStatusInstanceSet = invalidstatusinstanceset
|
668
668
|
@OperationFailedInstanceSet = operationfailedinstanceset
|
@@ -682,7 +682,7 @@ module TencentCloud
|
|
682
682
|
# @type GroupId: String
|
683
683
|
|
684
684
|
attr_accessor :GroupId
|
685
|
-
|
685
|
+
|
686
686
|
def initialize(groupid=nil)
|
687
687
|
@GroupId = groupid
|
688
688
|
end
|
@@ -702,7 +702,7 @@ module TencentCloud
|
|
702
702
|
# @type RequestId: String
|
703
703
|
|
704
704
|
attr_accessor :InvalidStatusInstanceSet, :OperationFailedInstanceSet, :RequestId
|
705
|
-
|
705
|
+
|
706
706
|
def initialize(invalidstatusinstanceset=nil, operationfailedinstanceset=nil, requestid=nil)
|
707
707
|
@InvalidStatusInstanceSet = invalidstatusinstanceset
|
708
708
|
@OperationFailedInstanceSet = operationfailedinstanceset
|
@@ -724,7 +724,7 @@ module TencentCloud
|
|
724
724
|
# @type PolicyId: String
|
725
725
|
|
726
726
|
attr_accessor :ProxyId, :PolicyId
|
727
|
-
|
727
|
+
|
728
728
|
def initialize(proxyid=nil, policyid=nil)
|
729
729
|
@ProxyId = proxyid
|
730
730
|
@PolicyId = policyid
|
@@ -744,7 +744,7 @@ module TencentCloud
|
|
744
744
|
# @type RequestId: String
|
745
745
|
|
746
746
|
attr_accessor :TaskId, :RequestId
|
747
|
-
|
747
|
+
|
748
748
|
def initialize(taskid=nil, requestid=nil)
|
749
749
|
@TaskId = taskid
|
750
750
|
@RequestId = requestid
|
@@ -775,7 +775,7 @@ module TencentCloud
|
|
775
775
|
# @type Remark: String
|
776
776
|
|
777
777
|
attr_accessor :NationCountryName, :NationCountryInnerCode, :GeographicalZoneName, :GeographicalZoneInnerCode, :ContinentName, :ContinentInnerCode, :Remark
|
778
|
-
|
778
|
+
|
779
779
|
def initialize(nationcountryname=nil, nationcountryinnercode=nil, geographicalzonename=nil, geographicalzoneinnercode=nil, continentname=nil, continentinnercode=nil, remark=nil)
|
780
780
|
@NationCountryName = nationcountryname
|
781
781
|
@NationCountryInnerCode = nationcountryinnercode
|
@@ -816,7 +816,7 @@ module TencentCloud
|
|
816
816
|
# @type CertificateKey: String
|
817
817
|
|
818
818
|
attr_accessor :CertificateType, :CertificateContent, :CertificateAlias, :CertificateKey
|
819
|
-
|
819
|
+
|
820
820
|
def initialize(certificatetype=nil, certificatecontent=nil, certificatealias=nil, certificatekey=nil)
|
821
821
|
@CertificateType = certificatetype
|
822
822
|
@CertificateContent = certificatecontent
|
@@ -840,7 +840,7 @@ module TencentCloud
|
|
840
840
|
# @type RequestId: String
|
841
841
|
|
842
842
|
attr_accessor :CertificateId, :RequestId
|
843
|
-
|
843
|
+
|
844
844
|
def initialize(certificateid=nil, requestid=nil)
|
845
845
|
@CertificateId = certificateid
|
846
846
|
@RequestId = requestid
|
@@ -860,7 +860,7 @@ module TencentCloud
|
|
860
860
|
# @type Headers: Array
|
861
861
|
|
862
862
|
attr_accessor :RuleId, :Headers
|
863
|
-
|
863
|
+
|
864
864
|
def initialize(ruleid=nil, headers=nil)
|
865
865
|
@RuleId = ruleid
|
866
866
|
@Headers = headers
|
@@ -885,7 +885,7 @@ module TencentCloud
|
|
885
885
|
# @type RequestId: String
|
886
886
|
|
887
887
|
attr_accessor :RequestId
|
888
|
-
|
888
|
+
|
889
889
|
def initialize(requestid=nil)
|
890
890
|
@RequestId = requestid
|
891
891
|
end
|
@@ -913,7 +913,7 @@ module TencentCloud
|
|
913
913
|
# @type SetHeaders: Array
|
914
914
|
|
915
915
|
attr_accessor :ListenerId, :Domain, :ErrorNos, :Body, :NewErrorNo, :ClearHeaders, :SetHeaders
|
916
|
-
|
916
|
+
|
917
917
|
def initialize(listenerid=nil, domain=nil, errornos=nil, body=nil, newerrorno=nil, clearheaders=nil, setheaders=nil)
|
918
918
|
@ListenerId = listenerid
|
919
919
|
@Domain = domain
|
@@ -950,7 +950,7 @@ module TencentCloud
|
|
950
950
|
# @type RequestId: String
|
951
951
|
|
952
952
|
attr_accessor :ErrorPageId, :RequestId
|
953
|
-
|
953
|
+
|
954
954
|
def initialize(errorpageid=nil, requestid=nil)
|
955
955
|
@ErrorPageId = errorpageid
|
956
956
|
@RequestId = requestid
|
@@ -983,7 +983,7 @@ module TencentCloud
|
|
983
983
|
# @type Http3Supported: Integer
|
984
984
|
|
985
985
|
attr_accessor :ListenerId, :Domain, :CertificateId, :ClientCertificateId, :PolyClientCertificateIds, :Http3Supported
|
986
|
-
|
986
|
+
|
987
987
|
def initialize(listenerid=nil, domain=nil, certificateid=nil, clientcertificateid=nil, polyclientcertificateids=nil, http3supported=nil)
|
988
988
|
@ListenerId = listenerid
|
989
989
|
@Domain = domain
|
@@ -1009,7 +1009,7 @@ module TencentCloud
|
|
1009
1009
|
# @type RequestId: String
|
1010
1010
|
|
1011
1011
|
attr_accessor :RequestId
|
1012
|
-
|
1012
|
+
|
1013
1013
|
def initialize(requestid=nil)
|
1014
1014
|
@RequestId = requestid
|
1015
1015
|
end
|
@@ -1033,7 +1033,7 @@ module TencentCloud
|
|
1033
1033
|
# @type Capacity: :class:`Tencentcloud::Gaap.v20180529.models.Capacity`
|
1034
1034
|
|
1035
1035
|
attr_accessor :TemplateId, :SrcAddressInfo, :DestAddressInfo, :DeviceInfo, :Capacity
|
1036
|
-
|
1036
|
+
|
1037
1037
|
def initialize(templateid=nil, srcaddressinfo=nil, destaddressinfo=nil, deviceinfo=nil, capacity=nil)
|
1038
1038
|
@TemplateId = templateid
|
1039
1039
|
@SrcAddressInfo = srcaddressinfo
|
@@ -1075,7 +1075,7 @@ module TencentCloud
|
|
1075
1075
|
# @type RequestId: String
|
1076
1076
|
|
1077
1077
|
attr_accessor :SessionId, :Duration, :RequestId
|
1078
|
-
|
1078
|
+
|
1079
1079
|
def initialize(sessionid=nil, duration=nil, requestid=nil)
|
1080
1080
|
@SessionId = sessionid
|
1081
1081
|
@Duration = duration
|
@@ -1099,7 +1099,7 @@ module TencentCloud
|
|
1099
1099
|
# @type NationCountryInnerCodes: Array
|
1100
1100
|
|
1101
1101
|
attr_accessor :DomainId, :ProxyIdList, :NationCountryInnerCodes
|
1102
|
-
|
1102
|
+
|
1103
1103
|
def initialize(domainid=nil, proxyidlist=nil, nationcountryinnercodes=nil)
|
1104
1104
|
@DomainId = domainid
|
1105
1105
|
@ProxyIdList = proxyidlist
|
@@ -1119,7 +1119,7 @@ module TencentCloud
|
|
1119
1119
|
# @type RequestId: String
|
1120
1120
|
|
1121
1121
|
attr_accessor :RequestId
|
1122
|
-
|
1122
|
+
|
1123
1123
|
def initialize(requestid=nil)
|
1124
1124
|
@RequestId = requestid
|
1125
1125
|
end
|
@@ -1141,7 +1141,7 @@ module TencentCloud
|
|
1141
1141
|
# @type TagSet: Array
|
1142
1142
|
|
1143
1143
|
attr_accessor :ProjectId, :DefaultValue, :Alias, :TagSet
|
1144
|
-
|
1144
|
+
|
1145
1145
|
def initialize(projectid=nil, defaultvalue=nil, _alias=nil, tagset=nil)
|
1146
1146
|
@ProjectId = projectid
|
1147
1147
|
@DefaultValue = defaultvalue
|
@@ -1172,7 +1172,7 @@ module TencentCloud
|
|
1172
1172
|
# @type RequestId: String
|
1173
1173
|
|
1174
1174
|
attr_accessor :DomainId, :RequestId
|
1175
|
-
|
1175
|
+
|
1176
1176
|
def initialize(domainid=nil, requestid=nil)
|
1177
1177
|
@DomainId = domainid
|
1178
1178
|
@RequestId = requestid
|
@@ -1196,7 +1196,7 @@ module TencentCloud
|
|
1196
1196
|
# @type GroupId: String
|
1197
1197
|
|
1198
1198
|
attr_accessor :ListenerName, :Port, :ProxyId, :GroupId
|
1199
|
-
|
1199
|
+
|
1200
1200
|
def initialize(listenername=nil, port=nil, proxyid=nil, groupid=nil)
|
1201
1201
|
@ListenerName = listenername
|
1202
1202
|
@Port = port
|
@@ -1220,7 +1220,7 @@ module TencentCloud
|
|
1220
1220
|
# @type RequestId: String
|
1221
1221
|
|
1222
1222
|
attr_accessor :ListenerId, :RequestId
|
1223
|
-
|
1223
|
+
|
1224
1224
|
def initialize(listenerid=nil, requestid=nil)
|
1225
1225
|
@ListenerId = listenerid
|
1226
1226
|
@RequestId = requestid
|
@@ -1263,7 +1263,7 @@ module TencentCloud
|
|
1263
1263
|
# @type Http3Supported: Integer
|
1264
1264
|
|
1265
1265
|
attr_accessor :ListenerName, :Port, :CertificateId, :ForwardProtocol, :ProxyId, :AuthType, :ClientCertificateId, :PolyClientCertificateIds, :GroupId, :Http3Supported
|
1266
|
-
|
1266
|
+
|
1267
1267
|
def initialize(listenername=nil, port=nil, certificateid=nil, forwardprotocol=nil, proxyid=nil, authtype=nil, clientcertificateid=nil, polyclientcertificateids=nil, groupid=nil, http3supported=nil)
|
1268
1268
|
@ListenerName = listenername
|
1269
1269
|
@Port = port
|
@@ -1299,7 +1299,7 @@ module TencentCloud
|
|
1299
1299
|
# @type RequestId: String
|
1300
1300
|
|
1301
1301
|
attr_accessor :ListenerId, :RequestId
|
1302
|
-
|
1302
|
+
|
1303
1303
|
def initialize(listenerid=nil, requestid=nil)
|
1304
1304
|
@ListenerId = listenerid
|
1305
1305
|
@RequestId = requestid
|
@@ -1317,7 +1317,7 @@ module TencentCloud
|
|
1317
1317
|
# @type GroupId: String
|
1318
1318
|
|
1319
1319
|
attr_accessor :GroupId
|
1320
|
-
|
1320
|
+
|
1321
1321
|
def initialize(groupid=nil)
|
1322
1322
|
@GroupId = groupid
|
1323
1323
|
end
|
@@ -1335,7 +1335,7 @@ module TencentCloud
|
|
1335
1335
|
# @type RequestId: String
|
1336
1336
|
|
1337
1337
|
attr_accessor :GroupId, :RequestId
|
1338
|
-
|
1338
|
+
|
1339
1339
|
def initialize(groupid=nil, requestid=nil)
|
1340
1340
|
@GroupId = groupid
|
1341
1341
|
@RequestId = requestid
|
@@ -1367,7 +1367,7 @@ module TencentCloud
|
|
1367
1367
|
# @type Http3Supported: Integer
|
1368
1368
|
|
1369
1369
|
attr_accessor :ProjectId, :GroupName, :RealServerRegion, :TagSet, :AccessRegionSet, :IPAddressVersion, :PackageType, :Http3Supported
|
1370
|
-
|
1370
|
+
|
1371
1371
|
def initialize(projectid=nil, groupname=nil, realserverregion=nil, tagset=nil, accessregionset=nil, ipaddressversion=nil, packagetype=nil, http3supported=nil)
|
1372
1372
|
@ProjectId = projectid
|
1373
1373
|
@GroupName = groupname
|
@@ -1413,7 +1413,7 @@ module TencentCloud
|
|
1413
1413
|
# @type RequestId: String
|
1414
1414
|
|
1415
1415
|
attr_accessor :GroupId, :RequestId
|
1416
|
-
|
1416
|
+
|
1417
1417
|
def initialize(groupid=nil, requestid=nil)
|
1418
1418
|
@GroupId = groupid
|
1419
1419
|
@RequestId = requestid
|
@@ -1461,7 +1461,7 @@ module TencentCloud
|
|
1461
1461
|
# @type Http3Supported: Integer
|
1462
1462
|
|
1463
1463
|
attr_accessor :ProjectId, :ProxyName, :AccessRegion, :Bandwidth, :Concurrent, :RealServerRegion, :ClientToken, :GroupId, :TagSet, :ClonedProxyId, :BillingType, :IPAddressVersion, :NetworkType, :PackageType, :Http3Supported
|
1464
|
-
|
1464
|
+
|
1465
1465
|
def initialize(projectid=nil, proxyname=nil, accessregion=nil, bandwidth=nil, concurrent=nil, realserverregion=nil, clienttoken=nil, groupid=nil, tagset=nil, clonedproxyid=nil, billingtype=nil, ipaddressversion=nil, networktype=nil, packagetype=nil, http3supported=nil)
|
1466
1466
|
@ProjectId = projectid
|
1467
1467
|
@ProxyName = proxyname
|
@@ -1514,7 +1514,7 @@ module TencentCloud
|
|
1514
1514
|
# @type RequestId: String
|
1515
1515
|
|
1516
1516
|
attr_accessor :InstanceId, :RequestId
|
1517
|
-
|
1517
|
+
|
1518
1518
|
def initialize(instanceid=nil, requestid=nil)
|
1519
1519
|
@InstanceId = instanceid
|
1520
1520
|
@RequestId = requestid
|
@@ -1555,7 +1555,7 @@ module TencentCloud
|
|
1555
1555
|
# @type ForcedRedirect: String
|
1556
1556
|
|
1557
1557
|
attr_accessor :ListenerId, :Domain, :Path, :RealServerType, :Scheduler, :HealthCheck, :CheckParams, :ForwardProtocol, :ForwardHost, :ServerNameIndicationSwitch, :ServerNameIndication, :ForcedRedirect
|
1558
|
-
|
1558
|
+
|
1559
1559
|
def initialize(listenerid=nil, domain=nil, path=nil, realservertype=nil, scheduler=nil, healthcheck=nil, checkparams=nil, forwardprotocol=nil, forwardhost=nil, servernameindicationswitch=nil, servernameindication=nil, forcedredirect=nil)
|
1560
1560
|
@ListenerId = listenerid
|
1561
1561
|
@Domain = domain
|
@@ -1598,7 +1598,7 @@ module TencentCloud
|
|
1598
1598
|
# @type RequestId: String
|
1599
1599
|
|
1600
1600
|
attr_accessor :RuleId, :RequestId
|
1601
|
-
|
1601
|
+
|
1602
1602
|
def initialize(ruleid=nil, requestid=nil)
|
1603
1603
|
@RuleId = ruleid
|
1604
1604
|
@RequestId = requestid
|
@@ -1620,7 +1620,7 @@ module TencentCloud
|
|
1620
1620
|
# @type GroupId: String
|
1621
1621
|
|
1622
1622
|
attr_accessor :DefaultAction, :ProxyId, :GroupId
|
1623
|
-
|
1623
|
+
|
1624
1624
|
def initialize(defaultaction=nil, proxyid=nil, groupid=nil)
|
1625
1625
|
@DefaultAction = defaultaction
|
1626
1626
|
@ProxyId = proxyid
|
@@ -1642,7 +1642,7 @@ module TencentCloud
|
|
1642
1642
|
# @type RequestId: String
|
1643
1643
|
|
1644
1644
|
attr_accessor :PolicyId, :RequestId
|
1645
|
-
|
1645
|
+
|
1646
1646
|
def initialize(policyid=nil, requestid=nil)
|
1647
1647
|
@PolicyId = policyid
|
1648
1648
|
@RequestId = requestid
|
@@ -1662,7 +1662,7 @@ module TencentCloud
|
|
1662
1662
|
# @type RuleList: Array
|
1663
1663
|
|
1664
1664
|
attr_accessor :PolicyId, :RuleList
|
1665
|
-
|
1665
|
+
|
1666
1666
|
def initialize(policyid=nil, rulelist=nil)
|
1667
1667
|
@PolicyId = policyid
|
1668
1668
|
@RuleList = rulelist
|
@@ -1689,7 +1689,7 @@ module TencentCloud
|
|
1689
1689
|
# @type RequestId: String
|
1690
1690
|
|
1691
1691
|
attr_accessor :RuleIdList, :RequestId
|
1692
|
-
|
1692
|
+
|
1693
1693
|
def initialize(ruleidlist=nil, requestid=nil)
|
1694
1694
|
@RuleIdList = ruleidlist
|
1695
1695
|
@RequestId = requestid
|
@@ -1733,7 +1733,7 @@ module TencentCloud
|
|
1733
1733
|
# @type UnhealthyThreshold: Integer
|
1734
1734
|
|
1735
1735
|
attr_accessor :ListenerName, :Ports, :Scheduler, :HealthCheck, :RealServerType, :ProxyId, :GroupId, :DelayLoop, :ConnectTimeout, :RealServerPorts, :ClientIPMethod, :FailoverSwitch, :HealthyThreshold, :UnhealthyThreshold
|
1736
|
-
|
1736
|
+
|
1737
1737
|
def initialize(listenername=nil, ports=nil, scheduler=nil, healthcheck=nil, realservertype=nil, proxyid=nil, groupid=nil, delayloop=nil, connecttimeout=nil, realserverports=nil, clientipmethod=nil, failoverswitch=nil, healthythreshold=nil, unhealthythreshold=nil)
|
1738
1738
|
@ListenerName = listenername
|
1739
1739
|
@Ports = ports
|
@@ -1777,7 +1777,7 @@ module TencentCloud
|
|
1777
1777
|
# @type RequestId: String
|
1778
1778
|
|
1779
1779
|
attr_accessor :ListenerIds, :RequestId
|
1780
|
-
|
1780
|
+
|
1781
1781
|
def initialize(listenerids=nil, requestid=nil)
|
1782
1782
|
@ListenerIds = listenerids
|
1783
1783
|
@RequestId = requestid
|
@@ -1829,7 +1829,7 @@ module TencentCloud
|
|
1829
1829
|
# @type RecvContext: String
|
1830
1830
|
|
1831
1831
|
attr_accessor :ListenerName, :Ports, :Scheduler, :RealServerType, :ProxyId, :GroupId, :RealServerPorts, :DelayLoop, :ConnectTimeout, :HealthyThreshold, :UnhealthyThreshold, :FailoverSwitch, :HealthCheck, :CheckType, :CheckPort, :ContextType, :SendContext, :RecvContext
|
1832
|
-
|
1832
|
+
|
1833
1833
|
def initialize(listenername=nil, ports=nil, scheduler=nil, realservertype=nil, proxyid=nil, groupid=nil, realserverports=nil, delayloop=nil, connecttimeout=nil, healthythreshold=nil, unhealthythreshold=nil, failoverswitch=nil, healthcheck=nil, checktype=nil, checkport=nil, contexttype=nil, sendcontext=nil, recvcontext=nil)
|
1834
1834
|
@ListenerName = listenername
|
1835
1835
|
@Ports = ports
|
@@ -1881,7 +1881,7 @@ module TencentCloud
|
|
1881
1881
|
# @type RequestId: String
|
1882
1882
|
|
1883
1883
|
attr_accessor :ListenerIds, :RequestId
|
1884
|
-
|
1884
|
+
|
1885
1885
|
def initialize(listenerids=nil, requestid=nil)
|
1886
1886
|
@ListenerIds = listenerids
|
1887
1887
|
@RequestId = requestid
|
@@ -1899,7 +1899,7 @@ module TencentCloud
|
|
1899
1899
|
# @type CertificateId: String
|
1900
1900
|
|
1901
1901
|
attr_accessor :CertificateId
|
1902
|
-
|
1902
|
+
|
1903
1903
|
def initialize(certificateid=nil)
|
1904
1904
|
@CertificateId = certificateid
|
1905
1905
|
end
|
@@ -1915,7 +1915,7 @@ module TencentCloud
|
|
1915
1915
|
# @type RequestId: String
|
1916
1916
|
|
1917
1917
|
attr_accessor :RequestId
|
1918
|
-
|
1918
|
+
|
1919
1919
|
def initialize(requestid=nil)
|
1920
1920
|
@RequestId = requestid
|
1921
1921
|
end
|
@@ -1931,7 +1931,7 @@ module TencentCloud
|
|
1931
1931
|
# @type ErrorPageId: String
|
1932
1932
|
|
1933
1933
|
attr_accessor :ErrorPageId
|
1934
|
-
|
1934
|
+
|
1935
1935
|
def initialize(errorpageid=nil)
|
1936
1936
|
@ErrorPageId = errorpageid
|
1937
1937
|
end
|
@@ -1947,7 +1947,7 @@ module TencentCloud
|
|
1947
1947
|
# @type RequestId: String
|
1948
1948
|
|
1949
1949
|
attr_accessor :RequestId
|
1950
|
-
|
1950
|
+
|
1951
1951
|
def initialize(requestid=nil)
|
1952
1952
|
@RequestId = requestid
|
1953
1953
|
end
|
@@ -1968,7 +1968,7 @@ module TencentCloud
|
|
1968
1968
|
# @type Force: Integer
|
1969
1969
|
|
1970
1970
|
attr_accessor :ListenerId, :Domain, :Force
|
1971
|
-
|
1971
|
+
|
1972
1972
|
def initialize(listenerid=nil, domain=nil, force=nil)
|
1973
1973
|
@ListenerId = listenerid
|
1974
1974
|
@Domain = domain
|
@@ -1988,7 +1988,7 @@ module TencentCloud
|
|
1988
1988
|
# @type RequestId: String
|
1989
1989
|
|
1990
1990
|
attr_accessor :RequestId
|
1991
|
-
|
1991
|
+
|
1992
1992
|
def initialize(requestid=nil)
|
1993
1993
|
@RequestId = requestid
|
1994
1994
|
end
|
@@ -2004,7 +2004,7 @@ module TencentCloud
|
|
2004
2004
|
# @type SessionId: String
|
2005
2005
|
|
2006
2006
|
attr_accessor :SessionId
|
2007
|
-
|
2007
|
+
|
2008
2008
|
def initialize(sessionid=nil)
|
2009
2009
|
@SessionId = sessionid
|
2010
2010
|
end
|
@@ -2020,7 +2020,7 @@ module TencentCloud
|
|
2020
2020
|
# @type RequestId: String
|
2021
2021
|
|
2022
2022
|
attr_accessor :RequestId
|
2023
|
-
|
2023
|
+
|
2024
2024
|
def initialize(requestid=nil)
|
2025
2025
|
@RequestId = requestid
|
2026
2026
|
end
|
@@ -2036,7 +2036,7 @@ module TencentCloud
|
|
2036
2036
|
# @type DnsRecordId: Integer
|
2037
2037
|
|
2038
2038
|
attr_accessor :DnsRecordId
|
2039
|
-
|
2039
|
+
|
2040
2040
|
def initialize(dnsrecordid=nil)
|
2041
2041
|
@DnsRecordId = dnsrecordid
|
2042
2042
|
end
|
@@ -2052,7 +2052,7 @@ module TencentCloud
|
|
2052
2052
|
# @type RequestId: String
|
2053
2053
|
|
2054
2054
|
attr_accessor :RequestId
|
2055
|
-
|
2055
|
+
|
2056
2056
|
def initialize(requestid=nil)
|
2057
2057
|
@RequestId = requestid
|
2058
2058
|
end
|
@@ -2068,7 +2068,7 @@ module TencentCloud
|
|
2068
2068
|
# @type DomainId: String
|
2069
2069
|
|
2070
2070
|
attr_accessor :DomainId
|
2071
|
-
|
2071
|
+
|
2072
2072
|
def initialize(domainid=nil)
|
2073
2073
|
@DomainId = domainid
|
2074
2074
|
end
|
@@ -2084,7 +2084,7 @@ module TencentCloud
|
|
2084
2084
|
# @type RequestId: String
|
2085
2085
|
|
2086
2086
|
attr_accessor :RequestId
|
2087
|
-
|
2087
|
+
|
2088
2088
|
def initialize(requestid=nil)
|
2089
2089
|
@RequestId = requestid
|
2090
2090
|
end
|
@@ -2106,7 +2106,7 @@ module TencentCloud
|
|
2106
2106
|
# @type ProxyId: String
|
2107
2107
|
|
2108
2108
|
attr_accessor :ListenerIds, :Force, :GroupId, :ProxyId
|
2109
|
-
|
2109
|
+
|
2110
2110
|
def initialize(listenerids=nil, force=nil, groupid=nil, proxyid=nil)
|
2111
2111
|
@ListenerIds = listenerids
|
2112
2112
|
@Force = force
|
@@ -2134,7 +2134,7 @@ module TencentCloud
|
|
2134
2134
|
# @type RequestId: String
|
2135
2135
|
|
2136
2136
|
attr_accessor :OperationFailedListenerSet, :OperationSucceedListenerSet, :InvalidStatusListenerSet, :RequestId
|
2137
|
-
|
2137
|
+
|
2138
2138
|
def initialize(operationfailedlistenerset=nil, operationsucceedlistenerset=nil, invalidstatuslistenerset=nil, requestid=nil)
|
2139
2139
|
@OperationFailedListenerSet = operationfailedlistenerset
|
2140
2140
|
@OperationSucceedListenerSet = operationsucceedlistenerset
|
@@ -2161,7 +2161,7 @@ module TencentCloud
|
|
2161
2161
|
# @type Force: Integer
|
2162
2162
|
|
2163
2163
|
attr_accessor :GroupId, :Force
|
2164
|
-
|
2164
|
+
|
2165
2165
|
def initialize(groupid=nil, force=nil)
|
2166
2166
|
@GroupId = groupid
|
2167
2167
|
@Force = force
|
@@ -2179,7 +2179,7 @@ module TencentCloud
|
|
2179
2179
|
# @type RequestId: String
|
2180
2180
|
|
2181
2181
|
attr_accessor :RequestId
|
2182
|
-
|
2182
|
+
|
2183
2183
|
def initialize(requestid=nil)
|
2184
2184
|
@RequestId = requestid
|
2185
2185
|
end
|
@@ -2199,7 +2199,7 @@ module TencentCloud
|
|
2199
2199
|
# @type Force: Integer
|
2200
2200
|
|
2201
2201
|
attr_accessor :ListenerId, :RuleId, :Force
|
2202
|
-
|
2202
|
+
|
2203
2203
|
def initialize(listenerid=nil, ruleid=nil, force=nil)
|
2204
2204
|
@ListenerId = listenerid
|
2205
2205
|
@RuleId = ruleid
|
@@ -2219,7 +2219,7 @@ module TencentCloud
|
|
2219
2219
|
# @type RequestId: String
|
2220
2220
|
|
2221
2221
|
attr_accessor :RequestId
|
2222
|
-
|
2222
|
+
|
2223
2223
|
def initialize(requestid=nil)
|
2224
2224
|
@RequestId = requestid
|
2225
2225
|
end
|
@@ -2235,7 +2235,7 @@ module TencentCloud
|
|
2235
2235
|
# @type PolicyId: String
|
2236
2236
|
|
2237
2237
|
attr_accessor :PolicyId
|
2238
|
-
|
2238
|
+
|
2239
2239
|
def initialize(policyid=nil)
|
2240
2240
|
@PolicyId = policyid
|
2241
2241
|
end
|
@@ -2251,7 +2251,7 @@ module TencentCloud
|
|
2251
2251
|
# @type RequestId: String
|
2252
2252
|
|
2253
2253
|
attr_accessor :RequestId
|
2254
|
-
|
2254
|
+
|
2255
2255
|
def initialize(requestid=nil)
|
2256
2256
|
@RequestId = requestid
|
2257
2257
|
end
|
@@ -2269,7 +2269,7 @@ module TencentCloud
|
|
2269
2269
|
# @type RuleIdList: Array
|
2270
2270
|
|
2271
2271
|
attr_accessor :PolicyId, :RuleIdList
|
2272
|
-
|
2272
|
+
|
2273
2273
|
def initialize(policyid=nil, ruleidlist=nil)
|
2274
2274
|
@PolicyId = policyid
|
2275
2275
|
@RuleIdList = ruleidlist
|
@@ -2287,7 +2287,7 @@ module TencentCloud
|
|
2287
2287
|
# @type RequestId: String
|
2288
2288
|
|
2289
2289
|
attr_accessor :RequestId
|
2290
|
-
|
2290
|
+
|
2291
2291
|
def initialize(requestid=nil)
|
2292
2292
|
@RequestId = requestid
|
2293
2293
|
end
|
@@ -2307,7 +2307,7 @@ module TencentCloud
|
|
2307
2307
|
# @type PackageType: String
|
2308
2308
|
|
2309
2309
|
attr_accessor :DestRegion, :IPAddressVersion, :PackageType
|
2310
|
-
|
2310
|
+
|
2311
2311
|
def initialize(destregion=nil, ipaddressversion=nil, packagetype=nil)
|
2312
2312
|
@DestRegion = destregion
|
2313
2313
|
@IPAddressVersion = ipaddressversion
|
@@ -2331,7 +2331,7 @@ module TencentCloud
|
|
2331
2331
|
# @type RequestId: String
|
2332
2332
|
|
2333
2333
|
attr_accessor :TotalCount, :AccessRegionSet, :RequestId
|
2334
|
-
|
2334
|
+
|
2335
2335
|
def initialize(totalcount=nil, accessregionset=nil, requestid=nil)
|
2336
2336
|
@TotalCount = totalcount
|
2337
2337
|
@AccessRegionSet = accessregionset
|
@@ -2355,7 +2355,7 @@ module TencentCloud
|
|
2355
2355
|
# DescribeAccessRegions请求参数结构体
|
2356
2356
|
class DescribeAccessRegionsRequest < TencentCloud::Common::AbstractModel
|
2357
2357
|
|
2358
|
-
|
2358
|
+
|
2359
2359
|
def initialize()
|
2360
2360
|
end
|
2361
2361
|
|
@@ -2373,7 +2373,7 @@ module TencentCloud
|
|
2373
2373
|
# @type RequestId: String
|
2374
2374
|
|
2375
2375
|
attr_accessor :TotalCount, :AccessRegionSet, :RequestId
|
2376
|
-
|
2376
|
+
|
2377
2377
|
def initialize(totalcount=nil, accessregionset=nil, requestid=nil)
|
2378
2378
|
@TotalCount = totalcount
|
2379
2379
|
@AccessRegionSet = accessregionset
|
@@ -2397,7 +2397,7 @@ module TencentCloud
|
|
2397
2397
|
# DescribeAuthSignature请求参数结构体
|
2398
2398
|
class DescribeAuthSignatureRequest < TencentCloud::Common::AbstractModel
|
2399
2399
|
|
2400
|
-
|
2400
|
+
|
2401
2401
|
def initialize()
|
2402
2402
|
end
|
2403
2403
|
|
@@ -2411,7 +2411,7 @@ module TencentCloud
|
|
2411
2411
|
# @type RequestId: String
|
2412
2412
|
|
2413
2413
|
attr_accessor :RequestId
|
2414
|
-
|
2414
|
+
|
2415
2415
|
def initialize(requestid=nil)
|
2416
2416
|
@RequestId = requestid
|
2417
2417
|
end
|
@@ -2424,7 +2424,7 @@ module TencentCloud
|
|
2424
2424
|
# DescribeBlackHeader请求参数结构体
|
2425
2425
|
class DescribeBlackHeaderRequest < TencentCloud::Common::AbstractModel
|
2426
2426
|
|
2427
|
-
|
2427
|
+
|
2428
2428
|
def initialize()
|
2429
2429
|
end
|
2430
2430
|
|
@@ -2441,7 +2441,7 @@ module TencentCloud
|
|
2441
2441
|
# @type RequestId: String
|
2442
2442
|
|
2443
2443
|
attr_accessor :BlackHeaders, :RequestId
|
2444
|
-
|
2444
|
+
|
2445
2445
|
def initialize(blackheaders=nil, requestid=nil)
|
2446
2446
|
@BlackHeaders = blackheaders
|
2447
2447
|
@RequestId = requestid
|
@@ -2459,7 +2459,7 @@ module TencentCloud
|
|
2459
2459
|
# @type CertificateId: String
|
2460
2460
|
|
2461
2461
|
attr_accessor :CertificateId
|
2462
|
-
|
2462
|
+
|
2463
2463
|
def initialize(certificateid=nil)
|
2464
2464
|
@CertificateId = certificateid
|
2465
2465
|
end
|
@@ -2477,7 +2477,7 @@ module TencentCloud
|
|
2477
2477
|
# @type RequestId: String
|
2478
2478
|
|
2479
2479
|
attr_accessor :CertificateDetail, :RequestId
|
2480
|
-
|
2480
|
+
|
2481
2481
|
def initialize(certificatedetail=nil, requestid=nil)
|
2482
2482
|
@CertificateDetail = certificatedetail
|
2483
2483
|
@RequestId = requestid
|
@@ -2509,7 +2509,7 @@ module TencentCloud
|
|
2509
2509
|
# @type Limit: Integer
|
2510
2510
|
|
2511
2511
|
attr_accessor :CertificateType, :Offset, :Limit
|
2512
|
-
|
2512
|
+
|
2513
2513
|
def initialize(certificatetype=nil, offset=nil, limit=nil)
|
2514
2514
|
@CertificateType = certificatetype
|
2515
2515
|
@Offset = offset
|
@@ -2533,7 +2533,7 @@ module TencentCloud
|
|
2533
2533
|
# @type RequestId: String
|
2534
2534
|
|
2535
2535
|
attr_accessor :CertificateSet, :TotalCount, :RequestId
|
2536
|
-
|
2536
|
+
|
2537
2537
|
def initialize(certificateset=nil, totalcount=nil, requestid=nil)
|
2538
2538
|
@CertificateSet = certificateset
|
2539
2539
|
@TotalCount = totalcount
|
@@ -2557,7 +2557,7 @@ module TencentCloud
|
|
2557
2557
|
# DescribeCountryAreaMapping请求参数结构体
|
2558
2558
|
class DescribeCountryAreaMappingRequest < TencentCloud::Common::AbstractModel
|
2559
2559
|
|
2560
|
-
|
2560
|
+
|
2561
2561
|
def initialize()
|
2562
2562
|
end
|
2563
2563
|
|
@@ -2573,7 +2573,7 @@ module TencentCloud
|
|
2573
2573
|
# @type RequestId: String
|
2574
2574
|
|
2575
2575
|
attr_accessor :CountryAreaMappingList, :RequestId
|
2576
|
-
|
2576
|
+
|
2577
2577
|
def initialize(countryareamappinglist=nil, requestid=nil)
|
2578
2578
|
@CountryAreaMappingList = countryareamappinglist
|
2579
2579
|
@RequestId = requestid
|
@@ -2595,7 +2595,7 @@ module TencentCloud
|
|
2595
2595
|
# DescribeCrossBorderProxies请求参数结构体
|
2596
2596
|
class DescribeCrossBorderProxiesRequest < TencentCloud::Common::AbstractModel
|
2597
2597
|
|
2598
|
-
|
2598
|
+
|
2599
2599
|
def initialize()
|
2600
2600
|
end
|
2601
2601
|
|
@@ -2609,7 +2609,7 @@ module TencentCloud
|
|
2609
2609
|
# @type RequestId: String
|
2610
2610
|
|
2611
2611
|
attr_accessor :RequestId
|
2612
|
-
|
2612
|
+
|
2613
2613
|
def initialize(requestid=nil)
|
2614
2614
|
@RequestId = requestid
|
2615
2615
|
end
|
@@ -2622,7 +2622,7 @@ module TencentCloud
|
|
2622
2622
|
# DescribeCustomHeader请求参数结构体
|
2623
2623
|
class DescribeCustomHeaderRequest < TencentCloud::Common::AbstractModel
|
2624
2624
|
|
2625
|
-
|
2625
|
+
|
2626
2626
|
def initialize()
|
2627
2627
|
end
|
2628
2628
|
|
@@ -2642,7 +2642,7 @@ module TencentCloud
|
|
2642
2642
|
# @type RequestId: String
|
2643
2643
|
|
2644
2644
|
attr_accessor :RuleId, :Headers, :RequestId
|
2645
|
-
|
2645
|
+
|
2646
2646
|
def initialize(ruleid=nil, headers=nil, requestid=nil)
|
2647
2647
|
@RuleId = ruleid
|
2648
2648
|
@Headers = headers
|
@@ -2666,7 +2666,7 @@ module TencentCloud
|
|
2666
2666
|
# DescribeDestRegions请求参数结构体
|
2667
2667
|
class DescribeDestRegionsRequest < TencentCloud::Common::AbstractModel
|
2668
2668
|
|
2669
|
-
|
2669
|
+
|
2670
2670
|
def initialize()
|
2671
2671
|
end
|
2672
2672
|
|
@@ -2684,7 +2684,7 @@ module TencentCloud
|
|
2684
2684
|
# @type RequestId: String
|
2685
2685
|
|
2686
2686
|
attr_accessor :TotalCount, :DestRegionSet, :RequestId
|
2687
|
-
|
2687
|
+
|
2688
2688
|
def initialize(totalcount=nil, destregionset=nil, requestid=nil)
|
2689
2689
|
@TotalCount = totalcount
|
2690
2690
|
@DestRegionSet = destregionset
|
@@ -2711,7 +2711,7 @@ module TencentCloud
|
|
2711
2711
|
# @type ErrorPageIds: Array
|
2712
2712
|
|
2713
2713
|
attr_accessor :ErrorPageIds
|
2714
|
-
|
2714
|
+
|
2715
2715
|
def initialize(errorpageids=nil)
|
2716
2716
|
@ErrorPageIds = errorpageids
|
2717
2717
|
end
|
@@ -2730,7 +2730,7 @@ module TencentCloud
|
|
2730
2730
|
# @type RequestId: String
|
2731
2731
|
|
2732
2732
|
attr_accessor :ErrorPageSet, :RequestId
|
2733
|
-
|
2733
|
+
|
2734
2734
|
def initialize(errorpageset=nil, requestid=nil)
|
2735
2735
|
@ErrorPageSet = errorpageset
|
2736
2736
|
@RequestId = requestid
|
@@ -2757,7 +2757,7 @@ module TencentCloud
|
|
2757
2757
|
# @type Domain: String
|
2758
2758
|
|
2759
2759
|
attr_accessor :ListenerId, :Domain
|
2760
|
-
|
2760
|
+
|
2761
2761
|
def initialize(listenerid=nil, domain=nil)
|
2762
2762
|
@ListenerId = listenerid
|
2763
2763
|
@Domain = domain
|
@@ -2778,7 +2778,7 @@ module TencentCloud
|
|
2778
2778
|
# @type RequestId: String
|
2779
2779
|
|
2780
2780
|
attr_accessor :ErrorPageSet, :RequestId
|
2781
|
-
|
2781
|
+
|
2782
2782
|
def initialize(errorpageset=nil, requestid=nil)
|
2783
2783
|
@ErrorPageSet = errorpageset
|
2784
2784
|
@RequestId = requestid
|
@@ -2803,7 +2803,7 @@ module TencentCloud
|
|
2803
2803
|
# @type SessionId: String
|
2804
2804
|
|
2805
2805
|
attr_accessor :SessionId
|
2806
|
-
|
2806
|
+
|
2807
2807
|
def initialize(sessionid=nil)
|
2808
2808
|
@SessionId = sessionid
|
2809
2809
|
end
|
@@ -2840,7 +2840,7 @@ module TencentCloud
|
|
2840
2840
|
# @type RequestId: String
|
2841
2841
|
|
2842
2842
|
attr_accessor :Status, :Duration, :SuiteType, :SrcPublicIpv4, :DestIpv4, :RequestId
|
2843
|
-
|
2843
|
+
|
2844
2844
|
def initialize(status=nil, duration=nil, suitetype=nil, srcpublicipv4=nil, destipv4=nil, requestid=nil)
|
2845
2845
|
@Status = status
|
2846
2846
|
@Duration = duration
|
@@ -2866,7 +2866,7 @@ module TencentCloud
|
|
2866
2866
|
# @type DomainId: String
|
2867
2867
|
|
2868
2868
|
attr_accessor :DomainId
|
2869
|
-
|
2869
|
+
|
2870
2870
|
def initialize(domainid=nil)
|
2871
2871
|
@DomainId = domainid
|
2872
2872
|
end
|
@@ -2884,7 +2884,7 @@ module TencentCloud
|
|
2884
2884
|
# @type RequestId: String
|
2885
2885
|
|
2886
2886
|
attr_accessor :GlobalDnsList, :RequestId
|
2887
|
-
|
2887
|
+
|
2888
2888
|
def initialize(globaldnslist=nil, requestid=nil)
|
2889
2889
|
@GlobalDnsList = globaldnslist
|
2890
2890
|
@RequestId = requestid
|
@@ -2918,7 +2918,7 @@ module TencentCloud
|
|
2918
2918
|
# @type TagSet: Array
|
2919
2919
|
|
2920
2920
|
attr_accessor :ProjectId, :Offset, :Limit, :Filters, :TagSet
|
2921
|
-
|
2921
|
+
|
2922
2922
|
def initialize(projectid=nil, offset=nil, limit=nil, filters=nil, tagset=nil)
|
2923
2923
|
@ProjectId = projectid
|
2924
2924
|
@Offset = offset
|
@@ -2960,7 +2960,7 @@ module TencentCloud
|
|
2960
2960
|
# @type RequestId: String
|
2961
2961
|
|
2962
2962
|
attr_accessor :Domains, :TotalCount, :RequestId
|
2963
|
-
|
2963
|
+
|
2964
2964
|
def initialize(domains=nil, totalcount=nil, requestid=nil)
|
2965
2965
|
@Domains = domains
|
2966
2966
|
@TotalCount = totalcount
|
@@ -2987,7 +2987,7 @@ module TencentCloud
|
|
2987
2987
|
# @type ProjectId: Integer
|
2988
2988
|
|
2989
2989
|
attr_accessor :ProjectId
|
2990
|
-
|
2990
|
+
|
2991
2991
|
def initialize(projectid=nil)
|
2992
2992
|
@ProjectId = projectid
|
2993
2993
|
end
|
@@ -3007,7 +3007,7 @@ module TencentCloud
|
|
3007
3007
|
# @type RequestId: String
|
3008
3008
|
|
3009
3009
|
attr_accessor :GroupSet, :TotalCount, :RequestId
|
3010
|
-
|
3010
|
+
|
3011
3011
|
def initialize(groupset=nil, totalcount=nil, requestid=nil)
|
3012
3012
|
@GroupSet = groupset
|
3013
3013
|
@TotalCount = totalcount
|
@@ -3034,7 +3034,7 @@ module TencentCloud
|
|
3034
3034
|
# @type GroupId: String
|
3035
3035
|
|
3036
3036
|
attr_accessor :GroupId
|
3037
|
-
|
3037
|
+
|
3038
3038
|
def initialize(groupid=nil)
|
3039
3039
|
@GroupId = groupid
|
3040
3040
|
end
|
@@ -3058,7 +3058,7 @@ module TencentCloud
|
|
3058
3058
|
# @type RequestId: String
|
3059
3059
|
|
3060
3060
|
attr_accessor :AccessRegionList, :DefaultDnsIp, :GroupId, :AccessRegionCount, :RequestId
|
3061
|
-
|
3061
|
+
|
3062
3062
|
def initialize(accessregionlist=nil, defaultdnsip=nil, groupid=nil, accessregioncount=nil, requestid=nil)
|
3063
3063
|
@AccessRegionList = accessregionlist
|
3064
3064
|
@DefaultDnsIp = defaultdnsip
|
@@ -3103,7 +3103,7 @@ module TencentCloud
|
|
3103
3103
|
# @type GroupId: String
|
3104
3104
|
|
3105
3105
|
attr_accessor :ProxyId, :ListenerId, :ListenerName, :Port, :Offset, :Limit, :SearchValue, :GroupId
|
3106
|
-
|
3106
|
+
|
3107
3107
|
def initialize(proxyid=nil, listenerid=nil, listenername=nil, port=nil, offset=nil, limit=nil, searchvalue=nil, groupid=nil)
|
3108
3108
|
@ProxyId = proxyid
|
3109
3109
|
@ListenerId = listenerid
|
@@ -3137,7 +3137,7 @@ module TencentCloud
|
|
3137
3137
|
# @type RequestId: String
|
3138
3138
|
|
3139
3139
|
attr_accessor :TotalCount, :ListenerSet, :RequestId
|
3140
|
-
|
3140
|
+
|
3141
3141
|
def initialize(totalcount=nil, listenerset=nil, requestid=nil)
|
3142
3142
|
@TotalCount = totalcount
|
3143
3143
|
@ListenerSet = listenerset
|
@@ -3184,7 +3184,7 @@ module TencentCloud
|
|
3184
3184
|
# @type Http3Supported: Integer
|
3185
3185
|
|
3186
3186
|
attr_accessor :ProxyId, :ListenerId, :ListenerName, :Port, :Offset, :Limit, :SearchValue, :GroupId, :Http3Supported
|
3187
|
-
|
3187
|
+
|
3188
3188
|
def initialize(proxyid=nil, listenerid=nil, listenername=nil, port=nil, offset=nil, limit=nil, searchvalue=nil, groupid=nil, http3supported=nil)
|
3189
3189
|
@ProxyId = proxyid
|
3190
3190
|
@ListenerId = listenerid
|
@@ -3220,7 +3220,7 @@ module TencentCloud
|
|
3220
3220
|
# @type RequestId: String
|
3221
3221
|
|
3222
3222
|
attr_accessor :TotalCount, :ListenerSet, :RequestId
|
3223
|
-
|
3223
|
+
|
3224
3224
|
def initialize(totalcount=nil, listenerset=nil, requestid=nil)
|
3225
3225
|
@TotalCount = totalcount
|
3226
3226
|
@ListenerSet = listenerset
|
@@ -3247,7 +3247,7 @@ module TencentCloud
|
|
3247
3247
|
# @type ListenerId: String
|
3248
3248
|
|
3249
3249
|
attr_accessor :ListenerId
|
3250
|
-
|
3250
|
+
|
3251
3251
|
def initialize(listenerid=nil)
|
3252
3252
|
@ListenerId = listenerid
|
3253
3253
|
end
|
@@ -3271,7 +3271,7 @@ module TencentCloud
|
|
3271
3271
|
# @type RequestId: String
|
3272
3272
|
|
3273
3273
|
attr_accessor :TotalCount, :RealServerSet, :BindRealServerTotalCount, :BindRealServerSet, :RequestId
|
3274
|
-
|
3274
|
+
|
3275
3275
|
def initialize(totalcount=nil, realserverset=nil, bindrealservertotalcount=nil, bindrealserverset=nil, requestid=nil)
|
3276
3276
|
@TotalCount = totalcount
|
3277
3277
|
@RealServerSet = realserverset
|
@@ -3320,7 +3320,7 @@ module TencentCloud
|
|
3320
3320
|
# @type Granularity: Integer
|
3321
3321
|
|
3322
3322
|
attr_accessor :ListenerId, :StartTime, :EndTime, :MetricNames, :Granularity
|
3323
|
-
|
3323
|
+
|
3324
3324
|
def initialize(listenerid=nil, starttime=nil, endtime=nil, metricnames=nil, granularity=nil)
|
3325
3325
|
@ListenerId = listenerid
|
3326
3326
|
@StartTime = starttime
|
@@ -3346,7 +3346,7 @@ module TencentCloud
|
|
3346
3346
|
# @type RequestId: String
|
3347
3347
|
|
3348
3348
|
attr_accessor :StatisticsData, :RequestId
|
3349
|
-
|
3349
|
+
|
3350
3350
|
def initialize(statisticsdata=nil, requestid=nil)
|
3351
3351
|
@StatisticsData = statisticsdata
|
3352
3352
|
@RequestId = requestid
|
@@ -3405,7 +3405,7 @@ module TencentCloud
|
|
3405
3405
|
# @type OrderField: String
|
3406
3406
|
|
3407
3407
|
attr_accessor :InstanceIds, :Offset, :Limit, :Filters, :ProxyIds, :TagSet, :Independent, :Order, :OrderField
|
3408
|
-
|
3408
|
+
|
3409
3409
|
def initialize(instanceids=nil, offset=nil, limit=nil, filters=nil, proxyids=nil, tagset=nil, independent=nil, order=nil, orderfield=nil)
|
3410
3410
|
@InstanceIds = instanceids
|
3411
3411
|
@Offset = offset
|
@@ -3457,7 +3457,7 @@ module TencentCloud
|
|
3457
3457
|
# @type RequestId: String
|
3458
3458
|
|
3459
3459
|
attr_accessor :TotalCount, :InstanceSet, :ProxySet, :RequestId
|
3460
|
-
|
3460
|
+
|
3461
3461
|
def initialize(totalcount=nil, instanceset=nil, proxyset=nil, requestid=nil)
|
3462
3462
|
@TotalCount = totalcount
|
3463
3463
|
@InstanceSet = instanceset
|
@@ -3495,7 +3495,7 @@ module TencentCloud
|
|
3495
3495
|
# @type ProxyIds: Array
|
3496
3496
|
|
3497
3497
|
attr_accessor :InstanceIds, :ProxyIds
|
3498
|
-
|
3498
|
+
|
3499
3499
|
def initialize(instanceids=nil, proxyids=nil)
|
3500
3500
|
@InstanceIds = instanceids
|
3501
3501
|
@ProxyIds = proxyids
|
@@ -3515,7 +3515,7 @@ module TencentCloud
|
|
3515
3515
|
# @type RequestId: String
|
3516
3516
|
|
3517
3517
|
attr_accessor :InstanceStatusSet, :RequestId
|
3518
|
-
|
3518
|
+
|
3519
3519
|
def initialize(instancestatusset=nil, requestid=nil)
|
3520
3520
|
@InstanceStatusSet = instancestatusset
|
3521
3521
|
@RequestId = requestid
|
@@ -3540,7 +3540,7 @@ module TencentCloud
|
|
3540
3540
|
# @type ProjectId: Integer
|
3541
3541
|
|
3542
3542
|
attr_accessor :ProjectId
|
3543
|
-
|
3543
|
+
|
3544
3544
|
def initialize(projectid=nil)
|
3545
3545
|
@ProjectId = projectid
|
3546
3546
|
end
|
@@ -3560,7 +3560,7 @@ module TencentCloud
|
|
3560
3560
|
# @type RequestId: String
|
3561
3561
|
|
3562
3562
|
attr_accessor :ProxySet, :TotalCount, :RequestId
|
3563
|
-
|
3563
|
+
|
3564
3564
|
def initialize(proxyset=nil, totalcount=nil, requestid=nil)
|
3565
3565
|
@ProxySet = proxyset
|
3566
3566
|
@TotalCount = totalcount
|
@@ -3587,7 +3587,7 @@ module TencentCloud
|
|
3587
3587
|
# @type ProxyId: String
|
3588
3588
|
|
3589
3589
|
attr_accessor :ProxyId
|
3590
|
-
|
3590
|
+
|
3591
3591
|
def initialize(proxyid=nil)
|
3592
3592
|
@ProxyId = proxyid
|
3593
3593
|
end
|
@@ -3605,7 +3605,7 @@ module TencentCloud
|
|
3605
3605
|
# @type RequestId: String
|
3606
3606
|
|
3607
3607
|
attr_accessor :ProxyDetail, :RequestId
|
3608
|
-
|
3608
|
+
|
3609
3609
|
def initialize(proxydetail=nil, requestid=nil)
|
3610
3610
|
@ProxyDetail = proxydetail
|
3611
3611
|
@RequestId = requestid
|
@@ -3626,7 +3626,7 @@ module TencentCloud
|
|
3626
3626
|
# @type GroupId: String
|
3627
3627
|
|
3628
3628
|
attr_accessor :GroupId
|
3629
|
-
|
3629
|
+
|
3630
3630
|
def initialize(groupid=nil)
|
3631
3631
|
@GroupId = groupid
|
3632
3632
|
end
|
@@ -3644,7 +3644,7 @@ module TencentCloud
|
|
3644
3644
|
# @type RequestId: String
|
3645
3645
|
|
3646
3646
|
attr_accessor :ProxyGroupDetail, :RequestId
|
3647
|
-
|
3647
|
+
|
3648
3648
|
def initialize(proxygroupdetail=nil, requestid=nil)
|
3649
3649
|
@ProxyGroupDetail = proxygroupdetail
|
3650
3650
|
@RequestId = requestid
|
@@ -3680,7 +3680,7 @@ module TencentCloud
|
|
3680
3680
|
# @type TagSet: Array
|
3681
3681
|
|
3682
3682
|
attr_accessor :Offset, :Limit, :ProjectId, :Filters, :TagSet
|
3683
|
-
|
3683
|
+
|
3684
3684
|
def initialize(offset=nil, limit=nil, projectid=nil, filters=nil, tagset=nil)
|
3685
3685
|
@Offset = offset
|
3686
3686
|
@Limit = limit
|
@@ -3723,7 +3723,7 @@ module TencentCloud
|
|
3723
3723
|
# @type RequestId: String
|
3724
3724
|
|
3725
3725
|
attr_accessor :TotalCount, :ProxyGroupList, :RequestId
|
3726
|
-
|
3726
|
+
|
3727
3727
|
def initialize(totalcount=nil, proxygrouplist=nil, requestid=nil)
|
3728
3728
|
@TotalCount = totalcount
|
3729
3729
|
@ProxyGroupList = proxygrouplist
|
@@ -3761,7 +3761,7 @@ module TencentCloud
|
|
3761
3761
|
# @type Granularity: Integer
|
3762
3762
|
|
3763
3763
|
attr_accessor :GroupId, :StartTime, :EndTime, :MetricNames, :Granularity
|
3764
|
-
|
3764
|
+
|
3765
3765
|
def initialize(groupid=nil, starttime=nil, endtime=nil, metricnames=nil, granularity=nil)
|
3766
3766
|
@GroupId = groupid
|
3767
3767
|
@StartTime = starttime
|
@@ -3787,7 +3787,7 @@ module TencentCloud
|
|
3787
3787
|
# @type RequestId: String
|
3788
3788
|
|
3789
3789
|
attr_accessor :StatisticsData, :RequestId
|
3790
|
-
|
3790
|
+
|
3791
3791
|
def initialize(statisticsdata=nil, requestid=nil)
|
3792
3792
|
@StatisticsData = statisticsdata
|
3793
3793
|
@RequestId = requestid
|
@@ -3825,7 +3825,7 @@ module TencentCloud
|
|
3825
3825
|
# @type Isp: String
|
3826
3826
|
|
3827
3827
|
attr_accessor :ProxyId, :StartTime, :EndTime, :MetricNames, :Granularity, :Isp
|
3828
|
-
|
3828
|
+
|
3829
3829
|
def initialize(proxyid=nil, starttime=nil, endtime=nil, metricnames=nil, granularity=nil, isp=nil)
|
3830
3830
|
@ProxyId = proxyid
|
3831
3831
|
@StartTime = starttime
|
@@ -3853,7 +3853,7 @@ module TencentCloud
|
|
3853
3853
|
# @type RequestId: String
|
3854
3854
|
|
3855
3855
|
attr_accessor :StatisticsData, :RequestId
|
3856
|
-
|
3856
|
+
|
3857
3857
|
def initialize(statisticsdata=nil, requestid=nil)
|
3858
3858
|
@StatisticsData = statisticsdata
|
3859
3859
|
@RequestId = requestid
|
@@ -3890,7 +3890,7 @@ module TencentCloud
|
|
3890
3890
|
# @type Granularity: Integer
|
3891
3891
|
|
3892
3892
|
attr_accessor :RealServerId, :ListenerId, :RuleId, :WithinTime, :StartTime, :EndTime, :Granularity
|
3893
|
-
|
3893
|
+
|
3894
3894
|
def initialize(realserverid=nil, listenerid=nil, ruleid=nil, withintime=nil, starttime=nil, endtime=nil, granularity=nil)
|
3895
3895
|
@RealServerId = realserverid
|
3896
3896
|
@ListenerId = listenerid
|
@@ -3922,7 +3922,7 @@ module TencentCloud
|
|
3922
3922
|
# @type RequestId: String
|
3923
3923
|
|
3924
3924
|
attr_accessor :StatisticsData, :RsStatisticsData, :RequestId
|
3925
|
-
|
3925
|
+
|
3926
3926
|
def initialize(statisticsdata=nil, rsstatisticsdata=nil, requestid=nil)
|
3927
3927
|
@StatisticsData = statisticsdata
|
3928
3928
|
@RsStatisticsData = rsstatisticsdata
|
@@ -3967,7 +3967,7 @@ module TencentCloud
|
|
3967
3967
|
# @type Filters: Array
|
3968
3968
|
|
3969
3969
|
attr_accessor :ProjectId, :SearchValue, :Offset, :Limit, :TagSet, :Filters
|
3970
|
-
|
3970
|
+
|
3971
3971
|
def initialize(projectid=nil, searchvalue=nil, offset=nil, limit=nil, tagset=nil, filters=nil)
|
3972
3972
|
@ProjectId = projectid
|
3973
3973
|
@SearchValue = searchvalue
|
@@ -4011,7 +4011,7 @@ module TencentCloud
|
|
4011
4011
|
# @type RequestId: String
|
4012
4012
|
|
4013
4013
|
attr_accessor :RealServerSet, :TotalCount, :RequestId
|
4014
|
-
|
4014
|
+
|
4015
4015
|
def initialize(realserverset=nil, totalcount=nil, requestid=nil)
|
4016
4016
|
@RealServerSet = realserverset
|
4017
4017
|
@TotalCount = totalcount
|
@@ -4038,7 +4038,7 @@ module TencentCloud
|
|
4038
4038
|
# @type RealServerIds: Array
|
4039
4039
|
|
4040
4040
|
attr_accessor :RealServerIds
|
4041
|
-
|
4041
|
+
|
4042
4042
|
def initialize(realserverids=nil)
|
4043
4043
|
@RealServerIds = realserverids
|
4044
4044
|
end
|
@@ -4058,7 +4058,7 @@ module TencentCloud
|
|
4058
4058
|
# @type RequestId: String
|
4059
4059
|
|
4060
4060
|
attr_accessor :TotalCount, :RealServerStatusSet, :RequestId
|
4061
|
-
|
4061
|
+
|
4062
4062
|
def initialize(totalcount=nil, realserverstatusset=nil, requestid=nil)
|
4063
4063
|
@TotalCount = totalcount
|
4064
4064
|
@RealServerStatusSet = realserverstatusset
|
@@ -4087,7 +4087,7 @@ module TencentCloud
|
|
4087
4087
|
# @type PackageType: String
|
4088
4088
|
|
4089
4089
|
attr_accessor :IPAddressVersion, :PackageType
|
4090
|
-
|
4090
|
+
|
4091
4091
|
def initialize(ipaddressversion=nil, packagetype=nil)
|
4092
4092
|
@IPAddressVersion = ipaddressversion
|
4093
4093
|
@PackageType = packagetype
|
@@ -4115,7 +4115,7 @@ module TencentCloud
|
|
4115
4115
|
# @type RequestId: String
|
4116
4116
|
|
4117
4117
|
attr_accessor :TotalCount, :DestRegionSet, :BandwidthUnitPrice, :Currency, :RequestId
|
4118
|
-
|
4118
|
+
|
4119
4119
|
def initialize(totalcount=nil, destregionset=nil, bandwidthunitprice=nil, currency=nil, requestid=nil)
|
4120
4120
|
@TotalCount = totalcount
|
4121
4121
|
@DestRegionSet = destregionset
|
@@ -4161,7 +4161,7 @@ module TencentCloud
|
|
4161
4161
|
# @type ResourceType: String
|
4162
4162
|
|
4163
4163
|
attr_accessor :TagKey, :TagValue, :ResourceType
|
4164
|
-
|
4164
|
+
|
4165
4165
|
def initialize(tagkey=nil, tagvalue=nil, resourcetype=nil)
|
4166
4166
|
@TagKey = tagkey
|
4167
4167
|
@TagValue = tagvalue
|
@@ -4185,7 +4185,7 @@ module TencentCloud
|
|
4185
4185
|
# @type RequestId: String
|
4186
4186
|
|
4187
4187
|
attr_accessor :TotalCount, :ResourceSet, :RequestId
|
4188
|
-
|
4188
|
+
|
4189
4189
|
def initialize(totalcount=nil, resourceset=nil, requestid=nil)
|
4190
4190
|
@TotalCount = totalcount
|
4191
4191
|
@ResourceSet = resourceset
|
@@ -4216,7 +4216,7 @@ module TencentCloud
|
|
4216
4216
|
# @type Limit: Integer
|
4217
4217
|
|
4218
4218
|
attr_accessor :RuleId, :Offset, :Limit
|
4219
|
-
|
4219
|
+
|
4220
4220
|
def initialize(ruleid=nil, offset=nil, limit=nil)
|
4221
4221
|
@RuleId = ruleid
|
4222
4222
|
@Offset = offset
|
@@ -4244,7 +4244,7 @@ module TencentCloud
|
|
4244
4244
|
# @type RequestId: String
|
4245
4245
|
|
4246
4246
|
attr_accessor :TotalCount, :RealServerSet, :BindRealServerTotalCount, :BindRealServerSet, :RequestId
|
4247
|
-
|
4247
|
+
|
4248
4248
|
def initialize(totalcount=nil, realserverset=nil, bindrealservertotalcount=nil, bindrealserverset=nil, requestid=nil)
|
4249
4249
|
@TotalCount = totalcount
|
4250
4250
|
@RealServerSet = realserverset
|
@@ -4282,7 +4282,7 @@ module TencentCloud
|
|
4282
4282
|
# @type RuleIds: Array
|
4283
4283
|
|
4284
4284
|
attr_accessor :RuleIds
|
4285
|
-
|
4285
|
+
|
4286
4286
|
def initialize(ruleids=nil)
|
4287
4287
|
@RuleIds = ruleids
|
4288
4288
|
end
|
@@ -4302,7 +4302,7 @@ module TencentCloud
|
|
4302
4302
|
# @type RequestId: String
|
4303
4303
|
|
4304
4304
|
attr_accessor :TotalCount, :RuleSet, :RequestId
|
4305
|
-
|
4305
|
+
|
4306
4306
|
def initialize(totalcount=nil, ruleset=nil, requestid=nil)
|
4307
4307
|
@TotalCount = totalcount
|
4308
4308
|
@RuleSet = ruleset
|
@@ -4329,7 +4329,7 @@ module TencentCloud
|
|
4329
4329
|
# @type ListenerId: String
|
4330
4330
|
|
4331
4331
|
attr_accessor :ListenerId
|
4332
|
-
|
4332
|
+
|
4333
4333
|
def initialize(listenerid=nil)
|
4334
4334
|
@ListenerId = listenerid
|
4335
4335
|
end
|
@@ -4349,7 +4349,7 @@ module TencentCloud
|
|
4349
4349
|
# @type RequestId: String
|
4350
4350
|
|
4351
4351
|
attr_accessor :DomainRuleSet, :TotalCount, :RequestId
|
4352
|
-
|
4352
|
+
|
4353
4353
|
def initialize(domainruleset=nil, totalcount=nil, requestid=nil)
|
4354
4354
|
@DomainRuleSet = domainruleset
|
4355
4355
|
@TotalCount = totalcount
|
@@ -4376,7 +4376,7 @@ module TencentCloud
|
|
4376
4376
|
# @type PolicyId: String
|
4377
4377
|
|
4378
4378
|
attr_accessor :PolicyId
|
4379
|
-
|
4379
|
+
|
4380
4380
|
def initialize(policyid=nil)
|
4381
4381
|
@PolicyId = policyid
|
4382
4382
|
end
|
@@ -4407,7 +4407,7 @@ module TencentCloud
|
|
4407
4407
|
# @type RequestId: String
|
4408
4408
|
|
4409
4409
|
attr_accessor :ProxyId, :Status, :DefaultAction, :PolicyId, :RuleList, :RequestId
|
4410
|
-
|
4410
|
+
|
4411
4411
|
def initialize(proxyid=nil, status=nil, defaultaction=nil, policyid=nil, rulelist=nil, requestid=nil)
|
4412
4412
|
@ProxyId = proxyid
|
4413
4413
|
@Status = status
|
@@ -4440,7 +4440,7 @@ module TencentCloud
|
|
4440
4440
|
# @type SecurityRuleIds: Array
|
4441
4441
|
|
4442
4442
|
attr_accessor :SecurityRuleIds
|
4443
|
-
|
4443
|
+
|
4444
4444
|
def initialize(securityruleids=nil)
|
4445
4445
|
@SecurityRuleIds = securityruleids
|
4446
4446
|
end
|
@@ -4460,7 +4460,7 @@ module TencentCloud
|
|
4460
4460
|
# @type RequestId: String
|
4461
4461
|
|
4462
4462
|
attr_accessor :TotalCount, :SecurityRuleSet, :RequestId
|
4463
|
-
|
4463
|
+
|
4464
4464
|
def initialize(totalcount=nil, securityruleset=nil, requestid=nil)
|
4465
4465
|
@TotalCount = totalcount
|
4466
4466
|
@SecurityRuleSet = securityruleset
|
@@ -4503,7 +4503,7 @@ module TencentCloud
|
|
4503
4503
|
# @type SearchValue: String
|
4504
4504
|
|
4505
4505
|
attr_accessor :ProxyId, :ListenerId, :ListenerName, :Port, :Offset, :Limit, :GroupId, :SearchValue
|
4506
|
-
|
4506
|
+
|
4507
4507
|
def initialize(proxyid=nil, listenerid=nil, listenername=nil, port=nil, offset=nil, limit=nil, groupid=nil, searchvalue=nil)
|
4508
4508
|
@ProxyId = proxyid
|
4509
4509
|
@ListenerId = listenerid
|
@@ -4537,7 +4537,7 @@ module TencentCloud
|
|
4537
4537
|
# @type RequestId: String
|
4538
4538
|
|
4539
4539
|
attr_accessor :TotalCount, :ListenerSet, :RequestId
|
4540
|
-
|
4540
|
+
|
4541
4541
|
def initialize(totalcount=nil, listenerset=nil, requestid=nil)
|
4542
4542
|
@TotalCount = totalcount
|
4543
4543
|
@ListenerSet = listenerset
|
@@ -4580,7 +4580,7 @@ module TencentCloud
|
|
4580
4580
|
# @type SearchValue: String
|
4581
4581
|
|
4582
4582
|
attr_accessor :ProxyId, :ListenerId, :ListenerName, :Port, :Offset, :Limit, :GroupId, :SearchValue
|
4583
|
-
|
4583
|
+
|
4584
4584
|
def initialize(proxyid=nil, listenerid=nil, listenername=nil, port=nil, offset=nil, limit=nil, groupid=nil, searchvalue=nil)
|
4585
4585
|
@ProxyId = proxyid
|
4586
4586
|
@ListenerId = listenerid
|
@@ -4614,7 +4614,7 @@ module TencentCloud
|
|
4614
4614
|
# @type RequestId: String
|
4615
4615
|
|
4616
4616
|
attr_accessor :TotalCount, :ListenerSet, :RequestId
|
4617
|
-
|
4617
|
+
|
4618
4618
|
def initialize(totalcount=nil, listenerset=nil, requestid=nil)
|
4619
4619
|
@TotalCount = totalcount
|
4620
4620
|
@ListenerSet = listenerset
|
@@ -4641,7 +4641,7 @@ module TencentCloud
|
|
4641
4641
|
# @type DestIp: Array
|
4642
4642
|
|
4643
4643
|
attr_accessor :DestIp
|
4644
|
-
|
4644
|
+
|
4645
4645
|
def initialize(destip=nil)
|
4646
4646
|
@DestIp = destip
|
4647
4647
|
end
|
@@ -4667,7 +4667,7 @@ module TencentCloud
|
|
4667
4667
|
# @type ProxyIds: Array
|
4668
4668
|
|
4669
4669
|
attr_accessor :Force, :InstanceIds, :ClientToken, :ProxyIds
|
4670
|
-
|
4670
|
+
|
4671
4671
|
def initialize(force=nil, instanceids=nil, clienttoken=nil, proxyids=nil)
|
4672
4672
|
@Force = force
|
4673
4673
|
@InstanceIds = instanceids
|
@@ -4693,7 +4693,7 @@ module TencentCloud
|
|
4693
4693
|
# @type RequestId: String
|
4694
4694
|
|
4695
4695
|
attr_accessor :InvalidStatusInstanceSet, :OperationFailedInstanceSet, :RequestId
|
4696
|
-
|
4696
|
+
|
4697
4697
|
def initialize(invalidstatusinstanceset=nil, operationfailedinstanceset=nil, requestid=nil)
|
4698
4698
|
@InvalidStatusInstanceSet = invalidstatusinstanceset
|
4699
4699
|
@OperationFailedInstanceSet = operationfailedinstanceset
|
@@ -4735,7 +4735,7 @@ module TencentCloud
|
|
4735
4735
|
# @type Wireless: Integer
|
4736
4736
|
|
4737
4737
|
attr_accessor :Vendor, :OS, :DeviceId, :PhoneNum, :Wireless
|
4738
|
-
|
4738
|
+
|
4739
4739
|
def initialize(vendor=nil, os=nil, deviceid=nil, phonenum=nil, wireless=nil)
|
4740
4740
|
@Vendor = vendor
|
4741
4741
|
@OS = os
|
@@ -4759,7 +4759,7 @@ module TencentCloud
|
|
4759
4759
|
# @type DomainId: String
|
4760
4760
|
|
4761
4761
|
attr_accessor :DomainId
|
4762
|
-
|
4762
|
+
|
4763
4763
|
def initialize(domainid=nil)
|
4764
4764
|
@DomainId = domainid
|
4765
4765
|
end
|
@@ -4775,7 +4775,7 @@ module TencentCloud
|
|
4775
4775
|
# @type RequestId: String
|
4776
4776
|
|
4777
4777
|
attr_accessor :RequestId
|
4778
|
-
|
4778
|
+
|
4779
4779
|
def initialize(requestid=nil)
|
4780
4780
|
@RequestId = requestid
|
4781
4781
|
end
|
@@ -4817,7 +4817,7 @@ module TencentCloud
|
|
4817
4817
|
# @type BanStatus: String
|
4818
4818
|
|
4819
4819
|
attr_accessor :DomainId, :FullDomain, :Alias, :Type, :Status, :ProjectId, :DefaultValue, :ProxyCount, :CreateTime, :UpdateTime, :TagSet, :BanStatus
|
4820
|
-
|
4820
|
+
|
4821
4821
|
def initialize(domainid=nil, fulldomain=nil, _alias=nil, type=nil, status=nil, projectid=nil, defaultvalue=nil, proxycount=nil, createtime=nil, updatetime=nil, tagset=nil, banstatus=nil)
|
4822
4822
|
@DomainId = domainid
|
4823
4823
|
@FullDomain = fulldomain
|
@@ -4872,7 +4872,7 @@ module TencentCloud
|
|
4872
4872
|
# @type RegionName: String
|
4873
4873
|
|
4874
4874
|
attr_accessor :NationCountryInnerList, :ProxyList, :RegionId, :GeographicalZoneInnerCode, :ContinentInnerCode, :RegionName
|
4875
|
-
|
4875
|
+
|
4876
4876
|
def initialize(nationcountryinnerlist=nil, proxylist=nil, regionid=nil, geographicalzoneinnercode=nil, continentinnercode=nil, regionname=nil)
|
4877
4877
|
@NationCountryInnerList = nationcountryinnerlist
|
4878
4878
|
@ProxyList = proxylist
|
@@ -4933,7 +4933,7 @@ module TencentCloud
|
|
4933
4933
|
# @type Status: Integer
|
4934
4934
|
|
4935
4935
|
attr_accessor :ErrorPageId, :ListenerId, :Domain, :ErrorNos, :NewErrorNo, :ClearHeaders, :SetHeaders, :Body, :Status
|
4936
|
-
|
4936
|
+
|
4937
4937
|
def initialize(errorpageid=nil, listenerid=nil, domain=nil, errornos=nil, newerrorno=nil, clearheaders=nil, setheaders=nil, body=nil, status=nil)
|
4938
4938
|
@ErrorPageId = errorpageid
|
4939
4939
|
@ListenerId = listenerid
|
@@ -5042,7 +5042,7 @@ module TencentCloud
|
|
5042
5042
|
# @type Http3Supported: Integer
|
5043
5043
|
|
5044
5044
|
attr_accessor :Domain, :RuleSet, :CertificateId, :CertificateAlias, :ClientCertificateId, :ClientCertificateAlias, :BasicAuthConfId, :BasicAuth, :BasicAuthConfAlias, :RealServerCertificateId, :RealServerAuth, :RealServerCertificateAlias, :GaapCertificateId, :GaapAuth, :GaapCertificateAlias, :RealServerCertificateDomain, :PolyClientCertificateAliasInfo, :PolyRealServerCertificateAliasInfo, :DomainStatus, :BanStatus, :Http3Supported
|
5045
|
-
|
5045
|
+
|
5046
5046
|
def initialize(domain=nil, ruleset=nil, certificateid=nil, certificatealias=nil, clientcertificateid=nil, clientcertificatealias=nil, basicauthconfid=nil, basicauth=nil, basicauthconfalias=nil, realservercertificateid=nil, realserverauth=nil, realservercertificatealias=nil, gaapcertificateid=nil, gaapauth=nil, gaapcertificatealias=nil, realservercertificatedomain=nil, polyclientcertificatealiasinfo=nil, polyrealservercertificatealiasinfo=nil, domainstatus=nil, banstatus=nil, http3supported=nil)
|
5047
5047
|
@Domain = domain
|
5048
5048
|
@RuleSet = ruleset
|
@@ -5119,7 +5119,7 @@ module TencentCloud
|
|
5119
5119
|
# @type DomainId: String
|
5120
5120
|
|
5121
5121
|
attr_accessor :DomainId
|
5122
|
-
|
5122
|
+
|
5123
5123
|
def initialize(domainid=nil)
|
5124
5124
|
@DomainId = domainid
|
5125
5125
|
end
|
@@ -5135,7 +5135,7 @@ module TencentCloud
|
|
5135
5135
|
# @type RequestId: String
|
5136
5136
|
|
5137
5137
|
attr_accessor :RequestId
|
5138
|
-
|
5138
|
+
|
5139
5139
|
def initialize(requestid=nil)
|
5140
5140
|
@RequestId = requestid
|
5141
5141
|
end
|
@@ -5153,7 +5153,7 @@ module TencentCloud
|
|
5153
5153
|
# @type Values: Array
|
5154
5154
|
|
5155
5155
|
attr_accessor :Name, :Values
|
5156
|
-
|
5156
|
+
|
5157
5157
|
def initialize(name=nil, values=nil)
|
5158
5158
|
@Name = name
|
5159
5159
|
@Values = values
|
@@ -5177,7 +5177,7 @@ module TencentCloud
|
|
5177
5177
|
# @type Status: Integer
|
5178
5178
|
|
5179
5179
|
attr_accessor :DnsRecordId, :CountryAreaList, :AccessList, :Status
|
5180
|
-
|
5180
|
+
|
5181
5181
|
def initialize(dnsrecordid=nil, countryarealist=nil, accesslist=nil, status=nil)
|
5182
5182
|
@DnsRecordId = dnsrecordid
|
5183
5183
|
@CountryAreaList = countryarealist
|
@@ -5217,7 +5217,7 @@ module TencentCloud
|
|
5217
5217
|
# @type ProxySet: Array
|
5218
5218
|
|
5219
5219
|
attr_accessor :GroupId, :GroupName, :ProxySet
|
5220
|
-
|
5220
|
+
|
5221
5221
|
def initialize(groupid=nil, groupname=nil, proxyset=nil)
|
5222
5222
|
@GroupId = groupid
|
5223
5223
|
@GroupName = groupname
|
@@ -5265,7 +5265,7 @@ module TencentCloud
|
|
5265
5265
|
# @type GroupId: String
|
5266
5266
|
|
5267
5267
|
attr_accessor :ListenerId, :ListenerName, :Port, :CreateTime, :Protocol, :ListenerStatus, :ProxyId, :GroupId
|
5268
|
-
|
5268
|
+
|
5269
5269
|
def initialize(listenerid=nil, listenername=nil, port=nil, createtime=nil, protocol=nil, listenerstatus=nil, proxyid=nil, groupid=nil)
|
5270
5270
|
@ListenerId = listenerid
|
5271
5271
|
@ListenerName = listenername
|
@@ -5343,7 +5343,7 @@ module TencentCloud
|
|
5343
5343
|
# @type GroupId: String
|
5344
5344
|
|
5345
5345
|
attr_accessor :ListenerId, :ListenerName, :Port, :Protocol, :ListenerStatus, :CertificateId, :ForwardProtocol, :CreateTime, :CertificateAlias, :ClientCertificateId, :AuthType, :ClientCertificateAlias, :PolyClientCertificateAliasInfo, :Http3Supported, :ProxyId, :GroupId
|
5346
|
-
|
5346
|
+
|
5347
5347
|
def initialize(listenerid=nil, listenername=nil, port=nil, protocol=nil, listenerstatus=nil, certificateid=nil, forwardprotocol=nil, createtime=nil, certificatealias=nil, clientcertificateid=nil, authtype=nil, clientcertificatealias=nil, polyclientcertificatealiasinfo=nil, http3supported=nil, proxyid=nil, groupid=nil)
|
5348
5348
|
@ListenerId = listenerid
|
5349
5349
|
@ListenerName = listenername
|
@@ -5398,7 +5398,7 @@ module TencentCloud
|
|
5398
5398
|
# @type HeaderValue: String
|
5399
5399
|
|
5400
5400
|
attr_accessor :HeaderName, :HeaderValue
|
5401
|
-
|
5401
|
+
|
5402
5402
|
def initialize(headername=nil, headervalue=nil)
|
5403
5403
|
@HeaderName = headername
|
5404
5404
|
@HeaderValue = headervalue
|
@@ -5420,7 +5420,7 @@ module TencentCloud
|
|
5420
5420
|
# @type Bandwidth: Integer
|
5421
5421
|
|
5422
5422
|
attr_accessor :IP, :Provider, :Bandwidth
|
5423
|
-
|
5423
|
+
|
5424
5424
|
def initialize(ip=nil, provider=nil, bandwidth=nil)
|
5425
5425
|
@IP = ip
|
5426
5426
|
@Provider = provider
|
@@ -5460,7 +5460,7 @@ module TencentCloud
|
|
5460
5460
|
# @type Http3Supported: Integer
|
5461
5461
|
|
5462
5462
|
attr_accessor :AccessRegion, :Bandwidth, :DestRegion, :Concurrency, :RealServerRegion, :Concurrent, :BillingType, :IPAddressVersion, :NetworkType, :PackageType, :Http3Supported
|
5463
|
-
|
5463
|
+
|
5464
5464
|
def initialize(accessregion=nil, bandwidth=nil, destregion=nil, concurrency=nil, realserverregion=nil, concurrent=nil, billingtype=nil, ipaddressversion=nil, networktype=nil, packagetype=nil, http3supported=nil)
|
5465
5465
|
@AccessRegion = accessregion
|
5466
5466
|
@Bandwidth = bandwidth
|
@@ -5517,7 +5517,7 @@ module TencentCloud
|
|
5517
5517
|
# @type RequestId: String
|
5518
5518
|
|
5519
5519
|
attr_accessor :ProxyDailyPrice, :BandwidthUnitPrice, :DiscountProxyDailyPrice, :Currency, :FlowUnitPrice, :DiscountFlowUnitPrice, :Cn2BandwidthPrice, :Cn2BandwidthPriceWithDiscount, :RequestId
|
5520
|
-
|
5520
|
+
|
5521
5521
|
def initialize(proxydailyprice=nil, bandwidthunitprice=nil, discountproxydailyprice=nil, currency=nil, flowunitprice=nil, discountflowunitprice=nil, cn2bandwidthprice=nil, cn2bandwidthpricewithdiscount=nil, requestid=nil)
|
5522
5522
|
@ProxyDailyPrice = proxydailyprice
|
5523
5523
|
@BandwidthUnitPrice = bandwidthunitprice
|
@@ -5562,7 +5562,7 @@ module TencentCloud
|
|
5562
5562
|
# @type Protocol: String
|
5563
5563
|
|
5564
5564
|
attr_accessor :ListenerId, :ListenerName, :Port, :Protocol
|
5565
|
-
|
5565
|
+
|
5566
5566
|
def initialize(listenerid=nil, listenername=nil, port=nil, protocol=nil)
|
5567
5567
|
@ListenerId = listenerid
|
5568
5568
|
@ListenerName = listenername
|
@@ -5586,7 +5586,7 @@ module TencentCloud
|
|
5586
5586
|
# @type MetricData: Array
|
5587
5587
|
|
5588
5588
|
attr_accessor :MetricName, :MetricData
|
5589
|
-
|
5589
|
+
|
5590
5590
|
def initialize(metricname=nil, metricdata=nil)
|
5591
5591
|
@MetricName = metricname
|
5592
5592
|
@MetricData = metricdata
|
@@ -5613,7 +5613,7 @@ module TencentCloud
|
|
5613
5613
|
# @type CertificateAlias: String
|
5614
5614
|
|
5615
5615
|
attr_accessor :CertificateId, :CertificateAlias
|
5616
|
-
|
5616
|
+
|
5617
5617
|
def initialize(certificateid=nil, certificatealias=nil)
|
5618
5618
|
@CertificateId = certificateid
|
5619
5619
|
@CertificateAlias = certificatealias
|
@@ -5631,7 +5631,7 @@ module TencentCloud
|
|
5631
5631
|
# @type RequestId: String
|
5632
5632
|
|
5633
5633
|
attr_accessor :RequestId
|
5634
|
-
|
5634
|
+
|
5635
5635
|
def initialize(requestid=nil)
|
5636
5636
|
@RequestId = requestid
|
5637
5637
|
end
|
@@ -5659,7 +5659,7 @@ module TencentCloud
|
|
5659
5659
|
# @type PolyClientCertificateIds: Array
|
5660
5660
|
|
5661
5661
|
attr_accessor :ListenerId, :Domain, :CertificateId, :ClientCertificateId, :PolyClientCertificateIds
|
5662
|
-
|
5662
|
+
|
5663
5663
|
def initialize(listenerid=nil, domain=nil, certificateid=nil, clientcertificateid=nil, polyclientcertificateids=nil)
|
5664
5664
|
@ListenerId = listenerid
|
5665
5665
|
@Domain = domain
|
@@ -5683,7 +5683,7 @@ module TencentCloud
|
|
5683
5683
|
# @type RequestId: String
|
5684
5684
|
|
5685
5685
|
attr_accessor :RequestId
|
5686
|
-
|
5686
|
+
|
5687
5687
|
def initialize(requestid=nil)
|
5688
5688
|
@RequestId = requestid
|
5689
5689
|
end
|
@@ -5718,7 +5718,7 @@ module TencentCloud
|
|
5718
5718
|
# @type PolyClientCertificateIds: Array
|
5719
5719
|
|
5720
5720
|
attr_accessor :ListenerId, :OldDomain, :NewDomain, :CertificateId, :ClientCertificateId, :PolyClientCertificateIds
|
5721
|
-
|
5721
|
+
|
5722
5722
|
def initialize(listenerid=nil, olddomain=nil, newdomain=nil, certificateid=nil, clientcertificateid=nil, polyclientcertificateids=nil)
|
5723
5723
|
@ListenerId = listenerid
|
5724
5724
|
@OldDomain = olddomain
|
@@ -5744,7 +5744,7 @@ module TencentCloud
|
|
5744
5744
|
# @type RequestId: String
|
5745
5745
|
|
5746
5746
|
attr_accessor :RequestId
|
5747
|
-
|
5747
|
+
|
5748
5748
|
def initialize(requestid=nil)
|
5749
5749
|
@RequestId = requestid
|
5750
5750
|
end
|
@@ -5766,7 +5766,7 @@ module TencentCloud
|
|
5766
5766
|
# @type DefaultValue: String
|
5767
5767
|
|
5768
5768
|
attr_accessor :DomainId, :ProjectId, :Alias, :DefaultValue
|
5769
|
-
|
5769
|
+
|
5770
5770
|
def initialize(domainid=nil, projectid=nil, _alias=nil, defaultvalue=nil)
|
5771
5771
|
@DomainId = domainid
|
5772
5772
|
@ProjectId = projectid
|
@@ -5788,7 +5788,7 @@ module TencentCloud
|
|
5788
5788
|
# @type RequestId: String
|
5789
5789
|
|
5790
5790
|
attr_accessor :RequestId
|
5791
|
-
|
5791
|
+
|
5792
5792
|
def initialize(requestid=nil)
|
5793
5793
|
@RequestId = requestid
|
5794
5794
|
end
|
@@ -5810,7 +5810,7 @@ module TencentCloud
|
|
5810
5810
|
# @type ProxyIdList: Array
|
5811
5811
|
|
5812
5812
|
attr_accessor :DnsRecordId, :DomainId, :NationCountryInnerCodes, :ProxyIdList
|
5813
|
-
|
5813
|
+
|
5814
5814
|
def initialize(dnsrecordid=nil, domainid=nil, nationcountryinnercodes=nil, proxyidlist=nil)
|
5815
5815
|
@DnsRecordId = dnsrecordid
|
5816
5816
|
@DomainId = domainid
|
@@ -5832,7 +5832,7 @@ module TencentCloud
|
|
5832
5832
|
# @type RequestId: String
|
5833
5833
|
|
5834
5834
|
attr_accessor :RequestId
|
5835
|
-
|
5835
|
+
|
5836
5836
|
def initialize(requestid=nil)
|
5837
5837
|
@RequestId = requestid
|
5838
5838
|
end
|
@@ -5852,7 +5852,7 @@ module TencentCloud
|
|
5852
5852
|
# @type AccessRegionList: Array
|
5853
5853
|
|
5854
5854
|
attr_accessor :GroupId, :DefaultDnsIp, :AccessRegionList
|
5855
|
-
|
5855
|
+
|
5856
5856
|
def initialize(groupid=nil, defaultdnsip=nil, accessregionlist=nil)
|
5857
5857
|
@GroupId = groupid
|
5858
5858
|
@DefaultDnsIp = defaultdnsip
|
@@ -5879,7 +5879,7 @@ module TencentCloud
|
|
5879
5879
|
# @type RequestId: String
|
5880
5880
|
|
5881
5881
|
attr_accessor :RequestId
|
5882
|
-
|
5882
|
+
|
5883
5883
|
def initialize(requestid=nil)
|
5884
5884
|
@RequestId = requestid
|
5885
5885
|
end
|
@@ -5899,7 +5899,7 @@ module TencentCloud
|
|
5899
5899
|
# @type ProxyId: String
|
5900
5900
|
|
5901
5901
|
attr_accessor :ListenerId, :ListenerName, :ProxyId
|
5902
|
-
|
5902
|
+
|
5903
5903
|
def initialize(listenerid=nil, listenername=nil, proxyid=nil)
|
5904
5904
|
@ListenerId = listenerid
|
5905
5905
|
@ListenerName = listenername
|
@@ -5919,7 +5919,7 @@ module TencentCloud
|
|
5919
5919
|
# @type RequestId: String
|
5920
5920
|
|
5921
5921
|
attr_accessor :RequestId
|
5922
|
-
|
5922
|
+
|
5923
5923
|
def initialize(requestid=nil)
|
5924
5924
|
@RequestId = requestid
|
5925
5925
|
end
|
@@ -5947,7 +5947,7 @@ module TencentCloud
|
|
5947
5947
|
# @type PolyClientCertificateIds: Array
|
5948
5948
|
|
5949
5949
|
attr_accessor :ListenerId, :ProxyId, :ListenerName, :ForwardProtocol, :CertificateId, :ClientCertificateId, :PolyClientCertificateIds
|
5950
|
-
|
5950
|
+
|
5951
5951
|
def initialize(listenerid=nil, proxyid=nil, listenername=nil, forwardprotocol=nil, certificateid=nil, clientcertificateid=nil, polyclientcertificateids=nil)
|
5952
5952
|
@ListenerId = listenerid
|
5953
5953
|
@ProxyId = proxyid
|
@@ -5975,7 +5975,7 @@ module TencentCloud
|
|
5975
5975
|
# @type RequestId: String
|
5976
5976
|
|
5977
5977
|
attr_accessor :RequestId
|
5978
|
-
|
5978
|
+
|
5979
5979
|
def initialize(requestid=nil)
|
5980
5980
|
@RequestId = requestid
|
5981
5981
|
end
|
@@ -5998,7 +5998,7 @@ module TencentCloud
|
|
5998
5998
|
# @type ProxyIds: Array
|
5999
5999
|
|
6000
6000
|
attr_accessor :InstanceIds, :ProxyName, :ClientToken, :ProxyIds
|
6001
|
-
|
6001
|
+
|
6002
6002
|
def initialize(instanceids=nil, proxyname=nil, clienttoken=nil, proxyids=nil)
|
6003
6003
|
@InstanceIds = instanceids
|
6004
6004
|
@ProxyName = proxyname
|
@@ -6020,7 +6020,7 @@ module TencentCloud
|
|
6020
6020
|
# @type RequestId: String
|
6021
6021
|
|
6022
6022
|
attr_accessor :RequestId
|
6023
|
-
|
6023
|
+
|
6024
6024
|
def initialize(requestid=nil)
|
6025
6025
|
@RequestId = requestid
|
6026
6026
|
end
|
@@ -6043,7 +6043,7 @@ module TencentCloud
|
|
6043
6043
|
# @type ProxyIds: Array
|
6044
6044
|
|
6045
6045
|
attr_accessor :ProjectId, :InstanceIds, :ClientToken, :ProxyIds
|
6046
|
-
|
6046
|
+
|
6047
6047
|
def initialize(projectid=nil, instanceids=nil, clienttoken=nil, proxyids=nil)
|
6048
6048
|
@ProjectId = projectid
|
6049
6049
|
@InstanceIds = instanceids
|
@@ -6065,7 +6065,7 @@ module TencentCloud
|
|
6065
6065
|
# @type RequestId: String
|
6066
6066
|
|
6067
6067
|
attr_accessor :RequestId
|
6068
|
-
|
6068
|
+
|
6069
6069
|
def initialize(requestid=nil)
|
6070
6070
|
@RequestId = requestid
|
6071
6071
|
end
|
@@ -6094,7 +6094,7 @@ module TencentCloud
|
|
6094
6094
|
# @type BillingType: Integer
|
6095
6095
|
|
6096
6096
|
attr_accessor :InstanceId, :Bandwidth, :Concurrent, :ClientToken, :ProxyId, :BillingType
|
6097
|
-
|
6097
|
+
|
6098
6098
|
def initialize(instanceid=nil, bandwidth=nil, concurrent=nil, clienttoken=nil, proxyid=nil, billingtype=nil)
|
6099
6099
|
@InstanceId = instanceid
|
6100
6100
|
@Bandwidth = bandwidth
|
@@ -6120,7 +6120,7 @@ module TencentCloud
|
|
6120
6120
|
# @type RequestId: String
|
6121
6121
|
|
6122
6122
|
attr_accessor :RequestId
|
6123
|
-
|
6123
|
+
|
6124
6124
|
def initialize(requestid=nil)
|
6125
6125
|
@RequestId = requestid
|
6126
6126
|
end
|
@@ -6140,7 +6140,7 @@ module TencentCloud
|
|
6140
6140
|
# @type ProjectId: Integer
|
6141
6141
|
|
6142
6142
|
attr_accessor :GroupId, :GroupName, :ProjectId
|
6143
|
-
|
6143
|
+
|
6144
6144
|
def initialize(groupid=nil, groupname=nil, projectid=nil)
|
6145
6145
|
@GroupId = groupid
|
6146
6146
|
@GroupName = groupname
|
@@ -6160,7 +6160,7 @@ module TencentCloud
|
|
6160
6160
|
# @type RequestId: String
|
6161
6161
|
|
6162
6162
|
attr_accessor :RequestId
|
6163
|
-
|
6163
|
+
|
6164
6164
|
def initialize(requestid=nil)
|
6165
6165
|
@RequestId = requestid
|
6166
6166
|
end
|
@@ -6178,7 +6178,7 @@ module TencentCloud
|
|
6178
6178
|
# @type RealServerId: String
|
6179
6179
|
|
6180
6180
|
attr_accessor :RealServerName, :RealServerId
|
6181
|
-
|
6181
|
+
|
6182
6182
|
def initialize(realservername=nil, realserverid=nil)
|
6183
6183
|
@RealServerName = realservername
|
6184
6184
|
@RealServerId = realserverid
|
@@ -6196,7 +6196,7 @@ module TencentCloud
|
|
6196
6196
|
# @type RequestId: String
|
6197
6197
|
|
6198
6198
|
attr_accessor :RequestId
|
6199
|
-
|
6199
|
+
|
6200
6200
|
def initialize(requestid=nil)
|
6201
6201
|
@RequestId = requestid
|
6202
6202
|
end
|
@@ -6236,7 +6236,7 @@ module TencentCloud
|
|
6236
6236
|
# @type ForcedRedirect: String
|
6237
6237
|
|
6238
6238
|
attr_accessor :ListenerId, :RuleId, :Scheduler, :HealthCheck, :CheckParams, :Path, :ForwardProtocol, :ForwardHost, :ServerNameIndicationSwitch, :ServerNameIndication, :ForcedRedirect
|
6239
|
-
|
6239
|
+
|
6240
6240
|
def initialize(listenerid=nil, ruleid=nil, scheduler=nil, healthcheck=nil, checkparams=nil, path=nil, forwardprotocol=nil, forwardhost=nil, servernameindicationswitch=nil, servernameindication=nil, forcedredirect=nil)
|
6241
6241
|
@ListenerId = listenerid
|
6242
6242
|
@RuleId = ruleid
|
@@ -6275,7 +6275,7 @@ module TencentCloud
|
|
6275
6275
|
# @type RequestId: String
|
6276
6276
|
|
6277
6277
|
attr_accessor :RequestId
|
6278
|
-
|
6278
|
+
|
6279
6279
|
def initialize(requestid=nil)
|
6280
6280
|
@RequestId = requestid
|
6281
6281
|
end
|
@@ -6307,7 +6307,7 @@ module TencentCloud
|
|
6307
6307
|
# @type DestPortRange: String
|
6308
6308
|
|
6309
6309
|
attr_accessor :RuleId, :AliasName, :PolicyId, :RuleAction, :SourceCidr, :Protocol, :DestPortRange
|
6310
|
-
|
6310
|
+
|
6311
6311
|
def initialize(ruleid=nil, aliasname=nil, policyid=nil, ruleaction=nil, sourcecidr=nil, protocol=nil, destportrange=nil)
|
6312
6312
|
@RuleId = ruleid
|
6313
6313
|
@AliasName = aliasname
|
@@ -6335,7 +6335,7 @@ module TencentCloud
|
|
6335
6335
|
# @type RequestId: String
|
6336
6336
|
|
6337
6337
|
attr_accessor :RequestId
|
6338
|
-
|
6338
|
+
|
6339
6339
|
def initialize(requestid=nil)
|
6340
6340
|
@RequestId = requestid
|
6341
6341
|
end
|
@@ -6371,7 +6371,7 @@ module TencentCloud
|
|
6371
6371
|
# @type UnhealthyThreshold: Integer
|
6372
6372
|
|
6373
6373
|
attr_accessor :ListenerId, :GroupId, :ProxyId, :ListenerName, :Scheduler, :DelayLoop, :ConnectTimeout, :HealthCheck, :FailoverSwitch, :HealthyThreshold, :UnhealthyThreshold
|
6374
|
-
|
6374
|
+
|
6375
6375
|
def initialize(listenerid=nil, groupid=nil, proxyid=nil, listenername=nil, scheduler=nil, delayloop=nil, connecttimeout=nil, healthcheck=nil, failoverswitch=nil, healthythreshold=nil, unhealthythreshold=nil)
|
6376
6376
|
@ListenerId = listenerid
|
6377
6377
|
@GroupId = groupid
|
@@ -6407,7 +6407,7 @@ module TencentCloud
|
|
6407
6407
|
# @type RequestId: String
|
6408
6408
|
|
6409
6409
|
attr_accessor :RequestId
|
6410
|
-
|
6410
|
+
|
6411
6411
|
def initialize(requestid=nil)
|
6412
6412
|
@RequestId = requestid
|
6413
6413
|
end
|
@@ -6453,7 +6453,7 @@ module TencentCloud
|
|
6453
6453
|
# @type RecvContext: String
|
6454
6454
|
|
6455
6455
|
attr_accessor :ListenerId, :GroupId, :ProxyId, :ListenerName, :Scheduler, :DelayLoop, :ConnectTimeout, :HealthyThreshold, :UnhealthyThreshold, :FailoverSwitch, :HealthCheck, :CheckType, :CheckPort, :ContextType, :SendContext, :RecvContext
|
6456
|
-
|
6456
|
+
|
6457
6457
|
def initialize(listenerid=nil, groupid=nil, proxyid=nil, listenername=nil, scheduler=nil, delayloop=nil, connecttimeout=nil, healthythreshold=nil, unhealthythreshold=nil, failoverswitch=nil, healthcheck=nil, checktype=nil, checkport=nil, contexttype=nil, sendcontext=nil, recvcontext=nil)
|
6458
6458
|
@ListenerId = listenerid
|
6459
6459
|
@GroupId = groupid
|
@@ -6499,7 +6499,7 @@ module TencentCloud
|
|
6499
6499
|
# @type RequestId: String
|
6500
6500
|
|
6501
6501
|
attr_accessor :RequestId
|
6502
|
-
|
6502
|
+
|
6503
6503
|
def initialize(requestid=nil)
|
6504
6504
|
@RequestId = requestid
|
6505
6505
|
end
|
@@ -6517,7 +6517,7 @@ module TencentCloud
|
|
6517
6517
|
# @type NationCountryInnerCode: String
|
6518
6518
|
|
6519
6519
|
attr_accessor :NationCountryName, :NationCountryInnerCode
|
6520
|
-
|
6520
|
+
|
6521
6521
|
def initialize(nationcountryname=nil, nationcountryinnercode=nil)
|
6522
6522
|
@NationCountryName = nationcountryname
|
6523
6523
|
@NationCountryInnerCode = nationcountryinnercode
|
@@ -6537,7 +6537,7 @@ module TencentCloud
|
|
6537
6537
|
# @type RealServerIP: String
|
6538
6538
|
|
6539
6539
|
attr_accessor :RealServerId, :RealServerIP
|
6540
|
-
|
6540
|
+
|
6541
6541
|
def initialize(realserverid=nil, realserverip=nil)
|
6542
6542
|
@RealServerId = realserverid
|
6543
6543
|
@RealServerIP = realserverip
|
@@ -6560,7 +6560,7 @@ module TencentCloud
|
|
6560
6560
|
# @type ProxyIds: Array
|
6561
6561
|
|
6562
6562
|
attr_accessor :InstanceIds, :ClientToken, :ProxyIds
|
6563
|
-
|
6563
|
+
|
6564
6564
|
def initialize(instanceids=nil, clienttoken=nil, proxyids=nil)
|
6565
6565
|
@InstanceIds = instanceids
|
6566
6566
|
@ClientToken = clienttoken
|
@@ -6584,7 +6584,7 @@ module TencentCloud
|
|
6584
6584
|
# @type RequestId: String
|
6585
6585
|
|
6586
6586
|
attr_accessor :InvalidStatusInstanceSet, :OperationFailedInstanceSet, :RequestId
|
6587
|
-
|
6587
|
+
|
6588
6588
|
def initialize(invalidstatusinstanceset=nil, operationfailedinstanceset=nil, requestid=nil)
|
6589
6589
|
@InvalidStatusInstanceSet = invalidstatusinstanceset
|
6590
6590
|
@OperationFailedInstanceSet = operationfailedinstanceset
|
@@ -6604,7 +6604,7 @@ module TencentCloud
|
|
6604
6604
|
# @type GroupId: String
|
6605
6605
|
|
6606
6606
|
attr_accessor :GroupId
|
6607
|
-
|
6607
|
+
|
6608
6608
|
def initialize(groupid=nil)
|
6609
6609
|
@GroupId = groupid
|
6610
6610
|
end
|
@@ -6624,7 +6624,7 @@ module TencentCloud
|
|
6624
6624
|
# @type RequestId: String
|
6625
6625
|
|
6626
6626
|
attr_accessor :InvalidStatusInstanceSet, :OperationFailedInstanceSet, :RequestId
|
6627
|
-
|
6627
|
+
|
6628
6628
|
def initialize(invalidstatusinstanceset=nil, operationfailedinstanceset=nil, requestid=nil)
|
6629
6629
|
@InvalidStatusInstanceSet = invalidstatusinstanceset
|
6630
6630
|
@OperationFailedInstanceSet = operationfailedinstanceset
|
@@ -6646,7 +6646,7 @@ module TencentCloud
|
|
6646
6646
|
# @type PolicyId: String
|
6647
6647
|
|
6648
6648
|
attr_accessor :ProxyId, :PolicyId
|
6649
|
-
|
6649
|
+
|
6650
6650
|
def initialize(proxyid=nil, policyid=nil)
|
6651
6651
|
@ProxyId = proxyid
|
6652
6652
|
@PolicyId = policyid
|
@@ -6666,7 +6666,7 @@ module TencentCloud
|
|
6666
6666
|
# @type RequestId: String
|
6667
6667
|
|
6668
6668
|
attr_accessor :TaskId, :RequestId
|
6669
|
-
|
6669
|
+
|
6670
6670
|
def initialize(taskid=nil, requestid=nil)
|
6671
6671
|
@TaskId = taskid
|
6672
6672
|
@RequestId = requestid
|
@@ -6700,7 +6700,7 @@ module TencentCloud
|
|
6700
6700
|
# @type SourceRegionIdcType: String
|
6701
6701
|
|
6702
6702
|
attr_accessor :RegionId, :RegionName, :ProxyId, :Vip, :VipList, :SourceRegionIdcType
|
6703
|
-
|
6703
|
+
|
6704
6704
|
def initialize(regionid=nil, regionname=nil, proxyid=nil, vip=nil, viplist=nil, sourceregionidctype=nil)
|
6705
6705
|
@RegionId = regionid
|
6706
6706
|
@RegionName = regionname
|
@@ -6798,7 +6798,7 @@ module TencentCloud
|
|
6798
6798
|
# @type FeatureBitmap: Integer
|
6799
6799
|
|
6800
6800
|
attr_accessor :CreateTime, :ProjectId, :ProxyNum, :Status, :OwnerUin, :CreateUin, :GroupName, :DnsDefaultIp, :Domain, :RealServerRegionInfo, :IsOldGroup, :GroupId, :TagSet, :PolicyId, :Version, :ClientIPMethod, :IPAddressVersion, :PackageType, :Http3Supported, :FeatureBitmap
|
6801
|
-
|
6801
|
+
|
6802
6802
|
def initialize(createtime=nil, projectid=nil, proxynum=nil, status=nil, owneruin=nil, createuin=nil, groupname=nil, dnsdefaultip=nil, domain=nil, realserverregioninfo=nil, isoldgroup=nil, groupid=nil, tagset=nil, policyid=nil, version=nil, clientipmethod=nil, ipaddressversion=nil, packagetype=nil, http3supported=nil, featurebitmap=nil)
|
6803
6803
|
@CreateTime = createtime
|
6804
6804
|
@ProjectId = projectid
|
@@ -6910,7 +6910,7 @@ module TencentCloud
|
|
6910
6910
|
# @type FeatureBitmap: Integer
|
6911
6911
|
|
6912
6912
|
attr_accessor :GroupId, :Domain, :GroupName, :ProjectId, :RealServerRegionInfo, :Status, :TagSet, :Version, :CreateTime, :ProxyType, :Http3Supported, :FeatureBitmap
|
6913
|
-
|
6913
|
+
|
6914
6914
|
def initialize(groupid=nil, domain=nil, groupname=nil, projectid=nil, realserverregioninfo=nil, status=nil, tagset=nil, version=nil, createtime=nil, proxytype=nil, http3supported=nil, featurebitmap=nil)
|
6915
6915
|
@GroupId = groupid
|
6916
6916
|
@Domain = domain
|
@@ -6958,7 +6958,7 @@ module TencentCloud
|
|
6958
6958
|
# @type ProxyId: String
|
6959
6959
|
|
6960
6960
|
attr_accessor :ProxyId
|
6961
|
-
|
6961
|
+
|
6962
6962
|
def initialize(proxyid=nil)
|
6963
6963
|
@ProxyId = proxyid
|
6964
6964
|
end
|
@@ -7089,7 +7089,7 @@ module TencentCloud
|
|
7089
7089
|
# @type FeatureBitmap: Integer
|
7090
7090
|
|
7091
7091
|
attr_accessor :InstanceId, :CreateTime, :ProjectId, :ProxyName, :AccessRegion, :RealServerRegion, :Bandwidth, :Concurrent, :Status, :Domain, :IP, :Version, :ProxyId, :Scalarable, :SupportProtocols, :GroupId, :PolicyId, :AccessRegionInfo, :RealServerRegionInfo, :ForwardIP, :TagSet, :SupportSecurity, :BillingType, :RelatedGlobalDomains, :ModifyConfigTime, :ProxyType, :ClientIPMethod, :IPAddressVersion, :NetworkType, :PackageType, :BanStatus, :IPList, :Http3Supported, :InBanBlacklist, :FeatureBitmap
|
7092
|
-
|
7092
|
+
|
7093
7093
|
def initialize(instanceid=nil, createtime=nil, projectid=nil, proxyname=nil, accessregion=nil, realserverregion=nil, bandwidth=nil, concurrent=nil, status=nil, domain=nil, ip=nil, version=nil, proxyid=nil, scalarable=nil, supportprotocols=nil, groupid=nil, policyid=nil, accessregioninfo=nil, realserverregioninfo=nil, forwardip=nil, tagset=nil, supportsecurity=nil, billingtype=nil, relatedglobaldomains=nil, modifyconfigtime=nil, proxytype=nil, clientipmethod=nil, ipaddressversion=nil, networktype=nil, packagetype=nil, banstatus=nil, iplist=nil, http3supported=nil, inbanblacklist=nil, featurebitmap=nil)
|
7094
7094
|
@InstanceId = instanceid
|
7095
7095
|
@CreateTime = createtime
|
@@ -7197,7 +7197,7 @@ module TencentCloud
|
|
7197
7197
|
# @type ListenerList: Array
|
7198
7198
|
|
7199
7199
|
attr_accessor :ProxyId, :ProxyName, :ListenerList
|
7200
|
-
|
7200
|
+
|
7201
7201
|
def initialize(proxyid=nil, proxyname=nil, listenerlist=nil)
|
7202
7202
|
@ProxyId = proxyid
|
7203
7203
|
@ProxyName = proxyname
|
@@ -7237,7 +7237,7 @@ module TencentCloud
|
|
7237
7237
|
# @type Status: String
|
7238
7238
|
|
7239
7239
|
attr_accessor :InstanceId, :Status
|
7240
|
-
|
7240
|
+
|
7241
7241
|
def initialize(instanceid=nil, status=nil)
|
7242
7242
|
@InstanceId = instanceid
|
7243
7243
|
@Status = status
|
@@ -7263,7 +7263,7 @@ module TencentCloud
|
|
7263
7263
|
# @type InBanBlacklist: Integer
|
7264
7264
|
|
7265
7265
|
attr_accessor :RealServerIP, :RealServerId, :RealServerName, :ProjectId, :InBanBlacklist
|
7266
|
-
|
7266
|
+
|
7267
7267
|
def initialize(realserverip=nil, realserverid=nil, realservername=nil, projectid=nil, inbanblacklist=nil)
|
7268
7268
|
@RealServerIP = realserverip
|
7269
7269
|
@RealServerId = realserverid
|
@@ -7295,7 +7295,7 @@ module TencentCloud
|
|
7295
7295
|
# @type RealServerFailoverRole: String
|
7296
7296
|
|
7297
7297
|
attr_accessor :RealServerId, :RealServerPort, :RealServerIP, :RealServerWeight, :RealServerFailoverRole
|
7298
|
-
|
7298
|
+
|
7299
7299
|
def initialize(realserverid=nil, realserverport=nil, realserverip=nil, realserverweight=nil, realserverfailoverrole=nil)
|
7300
7300
|
@RealServerId = realserverid
|
7301
7301
|
@RealServerPort = realserverport
|
@@ -7326,7 +7326,7 @@ module TencentCloud
|
|
7326
7326
|
# @type GroupId: String
|
7327
7327
|
|
7328
7328
|
attr_accessor :RealServerId, :BindStatus, :ProxyId, :GroupId
|
7329
|
-
|
7329
|
+
|
7330
7330
|
def initialize(realserverid=nil, bindstatus=nil, proxyid=nil, groupid=nil)
|
7331
7331
|
@RealServerId = realserverid
|
7332
7332
|
@BindStatus = bindstatus
|
@@ -7372,7 +7372,7 @@ module TencentCloud
|
|
7372
7372
|
# @type SupportFeature: :class:`Tencentcloud::Gaap.v20180529.models.SupportFeature`
|
7373
7373
|
|
7374
7374
|
attr_accessor :RegionId, :RegionName, :RegionArea, :RegionAreaName, :IDCType, :FeatureBitmap, :SupportFeature
|
7375
|
-
|
7375
|
+
|
7376
7376
|
def initialize(regionid=nil, regionname=nil, regionarea=nil, regionareaname=nil, idctype=nil, featurebitmap=nil, supportfeature=nil)
|
7377
7377
|
@RegionId = regionid
|
7378
7378
|
@RegionName = regionname
|
@@ -7403,7 +7403,7 @@ module TencentCloud
|
|
7403
7403
|
# @type RealServerIds: Array
|
7404
7404
|
|
7405
7405
|
attr_accessor :RealServerIds
|
7406
|
-
|
7406
|
+
|
7407
7407
|
def initialize(realserverids=nil)
|
7408
7408
|
@RealServerIds = realserverids
|
7409
7409
|
end
|
@@ -7419,7 +7419,7 @@ module TencentCloud
|
|
7419
7419
|
# @type RequestId: String
|
7420
7420
|
|
7421
7421
|
attr_accessor :RequestId
|
7422
|
-
|
7422
|
+
|
7423
7423
|
def initialize(requestid=nil)
|
7424
7424
|
@RequestId = requestid
|
7425
7425
|
end
|
@@ -7455,7 +7455,7 @@ module TencentCloud
|
|
7455
7455
|
# @type BlockInter: Integer
|
7456
7456
|
|
7457
7457
|
attr_accessor :DelayLoop, :ConnectTimeout, :Path, :Method, :StatusCode, :Domain, :FailedCountInter, :FailedThreshold, :BlockInter
|
7458
|
-
|
7458
|
+
|
7459
7459
|
def initialize(delayloop=nil, connecttimeout=nil, path=nil, method=nil, statuscode=nil, domain=nil, failedcountinter=nil, failedthreshold=nil, blockinter=nil)
|
7460
7460
|
@DelayLoop = delayloop
|
7461
7461
|
@ConnectTimeout = connecttimeout
|
@@ -7523,7 +7523,7 @@ module TencentCloud
|
|
7523
7523
|
# @type ForcedRedirect: String
|
7524
7524
|
|
7525
7525
|
attr_accessor :RuleId, :ListenerId, :Domain, :Path, :RealServerType, :Scheduler, :HealthCheck, :RuleStatus, :CheckParams, :RealServerSet, :BindStatus, :ForwardHost, :ServerNameIndicationSwitch, :ServerNameIndication, :ForcedRedirect
|
7526
|
-
|
7526
|
+
|
7527
7527
|
def initialize(ruleid=nil, listenerid=nil, domain=nil, path=nil, realservertype=nil, scheduler=nil, healthcheck=nil, rulestatus=nil, checkparams=nil, realserverset=nil, bindstatus=nil, forwardhost=nil, servernameindicationswitch=nil, servernameindication=nil, forcedredirect=nil)
|
7528
7528
|
@RuleId = ruleid
|
7529
7529
|
@ListenerId = listenerid
|
@@ -7589,7 +7589,7 @@ module TencentCloud
|
|
7589
7589
|
# @type DestPortRange: String
|
7590
7590
|
|
7591
7591
|
attr_accessor :SourceCidr, :Action, :AliasName, :Protocol, :DestPortRange
|
7592
|
-
|
7592
|
+
|
7593
7593
|
def initialize(sourcecidr=nil, action=nil, aliasname=nil, protocol=nil, destportrange=nil)
|
7594
7594
|
@SourceCidr = sourcecidr
|
7595
7595
|
@Action = action
|
@@ -7628,7 +7628,7 @@ module TencentCloud
|
|
7628
7628
|
# @type PolicyId: String
|
7629
7629
|
|
7630
7630
|
attr_accessor :Action, :SourceCidr, :AliasName, :DestPortRange, :RuleId, :Protocol, :PolicyId
|
7631
|
-
|
7631
|
+
|
7632
7632
|
def initialize(action=nil, sourcecidr=nil, aliasname=nil, destportrange=nil, ruleid=nil, protocol=nil, policyid=nil)
|
7633
7633
|
@Action = action
|
7634
7634
|
@SourceCidr = sourcecidr
|
@@ -7683,7 +7683,7 @@ module TencentCloud
|
|
7683
7683
|
# @type PolyRealServerCertificateIds: Array
|
7684
7684
|
|
7685
7685
|
attr_accessor :ListenerId, :Domain, :BasicAuth, :GaapAuth, :RealServerAuth, :BasicAuthConfId, :GaapCertificateId, :RealServerCertificateId, :RealServerCertificateDomain, :PolyRealServerCertificateIds
|
7686
|
-
|
7686
|
+
|
7687
7687
|
def initialize(listenerid=nil, domain=nil, basicauth=nil, gaapauth=nil, realserverauth=nil, basicauthconfid=nil, gaapcertificateid=nil, realservercertificateid=nil, realservercertificatedomain=nil, polyrealservercertificateids=nil)
|
7688
7688
|
@ListenerId = listenerid
|
7689
7689
|
@Domain = domain
|
@@ -7717,7 +7717,7 @@ module TencentCloud
|
|
7717
7717
|
# @type RequestId: String
|
7718
7718
|
|
7719
7719
|
attr_accessor :RequestId
|
7720
|
-
|
7720
|
+
|
7721
7721
|
def initialize(requestid=nil)
|
7722
7722
|
@RequestId = requestid
|
7723
7723
|
end
|
@@ -7735,7 +7735,7 @@ module TencentCloud
|
|
7735
7735
|
# @type SrcPublicIpv4: String
|
7736
7736
|
|
7737
7737
|
attr_accessor :SrcIpv4, :SrcPublicIpv4
|
7738
|
-
|
7738
|
+
|
7739
7739
|
def initialize(srcipv4=nil, srcpublicipv4=nil)
|
7740
7740
|
@SrcIpv4 = srcipv4
|
7741
7741
|
@SrcPublicIpv4 = srcpublicipv4
|
@@ -7756,7 +7756,7 @@ module TencentCloud
|
|
7756
7756
|
# @type Data: Float
|
7757
7757
|
|
7758
7758
|
attr_accessor :Time, :Data
|
7759
|
-
|
7759
|
+
|
7760
7760
|
def initialize(time=nil, data=nil)
|
7761
7761
|
@Time = time
|
7762
7762
|
@Data = data
|
@@ -7774,7 +7774,7 @@ module TencentCloud
|
|
7774
7774
|
# @type NetworkType: Array
|
7775
7775
|
|
7776
7776
|
attr_accessor :NetworkType
|
7777
|
-
|
7777
|
+
|
7778
7778
|
def initialize(networktype=nil)
|
7779
7779
|
@NetworkType = networktype
|
7780
7780
|
end
|
@@ -7848,7 +7848,7 @@ module TencentCloud
|
|
7848
7848
|
# @type GroupId: String
|
7849
7849
|
|
7850
7850
|
attr_accessor :ListenerId, :ListenerName, :Port, :RealServerPort, :RealServerType, :Protocol, :ListenerStatus, :Scheduler, :ConnectTimeout, :DelayLoop, :HealthCheck, :BindStatus, :RealServerSet, :CreateTime, :ClientIPMethod, :HealthyThreshold, :UnhealthyThreshold, :FailoverSwitch, :SessionPersist, :ProxyId, :GroupId
|
7851
|
-
|
7851
|
+
|
7852
7852
|
def initialize(listenerid=nil, listenername=nil, port=nil, realserverport=nil, realservertype=nil, protocol=nil, listenerstatus=nil, scheduler=nil, connecttimeout=nil, delayloop=nil, healthcheck=nil, bindstatus=nil, realserverset=nil, createtime=nil, clientipmethod=nil, healthythreshold=nil, unhealthythreshold=nil, failoverswitch=nil, sessionpersist=nil, proxyid=nil, groupid=nil)
|
7853
7853
|
@ListenerId = listenerid
|
7854
7854
|
@ListenerName = listenername
|
@@ -7913,7 +7913,7 @@ module TencentCloud
|
|
7913
7913
|
# @type TagValue: String
|
7914
7914
|
|
7915
7915
|
attr_accessor :TagKey, :TagValue
|
7916
|
-
|
7916
|
+
|
7917
7917
|
def initialize(tagkey=nil, tagvalue=nil)
|
7918
7918
|
@TagKey = tagkey
|
7919
7919
|
@TagValue = tagvalue
|
@@ -7936,7 +7936,7 @@ module TencentCloud
|
|
7936
7936
|
# @type ResourceId: String
|
7937
7937
|
|
7938
7938
|
attr_accessor :ResourceType, :ResourceId
|
7939
|
-
|
7939
|
+
|
7940
7940
|
def initialize(resourcetype=nil, resourceid=nil)
|
7941
7941
|
@ResourceType = resourcetype
|
7942
7942
|
@ResourceId = resourceid
|
@@ -8022,7 +8022,7 @@ module TencentCloud
|
|
8022
8022
|
# @type GroupId: String
|
8023
8023
|
|
8024
8024
|
attr_accessor :ListenerId, :ListenerName, :Port, :RealServerPort, :RealServerType, :Protocol, :ListenerStatus, :Scheduler, :BindStatus, :RealServerSet, :CreateTime, :SessionPersist, :DelayLoop, :ConnectTimeout, :HealthyThreshold, :UnhealthyThreshold, :FailoverSwitch, :HealthCheck, :CheckType, :CheckPort, :ContextType, :SendContext, :RecvContext, :ProxyId, :GroupId
|
8025
|
-
|
8025
|
+
|
8026
8026
|
def initialize(listenerid=nil, listenername=nil, port=nil, realserverport=nil, realservertype=nil, protocol=nil, listenerstatus=nil, scheduler=nil, bindstatus=nil, realserverset=nil, createtime=nil, sessionpersist=nil, delayloop=nil, connecttimeout=nil, healthythreshold=nil, unhealthythreshold=nil, failoverswitch=nil, healthcheck=nil, checktype=nil, checkport=nil, contexttype=nil, sendcontext=nil, recvcontext=nil, proxyid=nil, groupid=nil)
|
8027
8027
|
@ListenerId = listenerid
|
8028
8028
|
@ListenerName = listenername
|