tencentcloud-sdk-ecdn 3.0.590 → 3.0.592
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/v20191012/models.rb +61 -61
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 00551811c1ffa8542cd711e43b6954cec76057cf
|
4
|
+
data.tar.gz: ff717b2edec5d27f8859351279a5c52d378b965f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d9ca2d4d523f3be2f11d92645a27317be2c10b0e7ac1a7f8844ad429ada061a29bd309c510674d87703f650cb55cc0c619fed68a1707ff77433547113bc07ce
|
7
|
+
data.tar.gz: 496fb8d9fb154f01fe0b37a3f4a89b77cbdb99a835728a67350f2c06d00f70dad905355f9878f6589f6f1e143e7aecf7c7a7416f8e208f65a521d83d26eebb37
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.592
|
data/lib/v20191012/models.rb
CHANGED
@@ -47,7 +47,7 @@ module TencentCloud
|
|
47
47
|
# @type WebSocket: :class:`Tencentcloud::Ecdn.v20191012.models.WebSocket`
|
48
48
|
|
49
49
|
attr_accessor :Domain, :Origin, :Area, :ProjectId, :IpFilter, :IpFreqLimit, :ResponseHeader, :CacheKey, :Cache, :Https, :ForceRedirect, :Tag, :WebSocket
|
50
|
-
|
50
|
+
|
51
51
|
def initialize(domain=nil, origin=nil, area=nil, projectid=nil, ipfilter=nil, ipfreqlimit=nil, responseheader=nil, cachekey=nil, cache=nil, https=nil, forceredirect=nil, tag=nil, websocket=nil)
|
52
52
|
@Domain = domain
|
53
53
|
@Origin = origin
|
@@ -121,7 +121,7 @@ module TencentCloud
|
|
121
121
|
# @type RequestId: String
|
122
122
|
|
123
123
|
attr_accessor :RequestId
|
124
|
-
|
124
|
+
|
125
125
|
def initialize(requestid=nil)
|
126
126
|
@RequestId = requestid
|
127
127
|
end
|
@@ -156,7 +156,7 @@ module TencentCloud
|
|
156
156
|
# @type OriginCertInfo: :class:`Tencentcloud::Ecdn.v20191012.models.ClientCert`
|
157
157
|
|
158
158
|
attr_accessor :CustomTlsStatus, :TlsVersion, :Cipher, :VerifyOriginType, :CertInfo, :OriginCertInfo
|
159
|
-
|
159
|
+
|
160
160
|
def initialize(customtlsstatus=nil, tlsversion=nil, cipher=nil, verifyorigintype=nil, certinfo=nil, origincertinfo=nil)
|
161
161
|
@CustomTlsStatus = customtlsstatus
|
162
162
|
@TlsVersion = tlsversion
|
@@ -194,7 +194,7 @@ module TencentCloud
|
|
194
194
|
# @type FollowOrigin: String
|
195
195
|
|
196
196
|
attr_accessor :CacheRules, :FollowOrigin
|
197
|
-
|
197
|
+
|
198
198
|
def initialize(cacherules=nil, followorigin=nil)
|
199
199
|
@CacheRules = cacherules
|
200
200
|
@FollowOrigin = followorigin
|
@@ -219,7 +219,7 @@ module TencentCloud
|
|
219
219
|
# @type FullUrlCache: String
|
220
220
|
|
221
221
|
attr_accessor :FullUrlCache
|
222
|
-
|
222
|
+
|
223
223
|
def initialize(fullurlcache=nil)
|
224
224
|
@FullUrlCache = fullurlcache
|
225
225
|
end
|
@@ -239,7 +239,7 @@ module TencentCloud
|
|
239
239
|
# @type CacheTime: Integer
|
240
240
|
|
241
241
|
attr_accessor :CacheType, :CacheContents, :CacheTime
|
242
|
-
|
242
|
+
|
243
243
|
def initialize(cachetype=nil, cachecontents=nil, cachetime=nil)
|
244
244
|
@CacheType = cachetype
|
245
245
|
@CacheContents = cachecontents
|
@@ -269,7 +269,7 @@ module TencentCloud
|
|
269
269
|
# @type DeployTime: String
|
270
270
|
|
271
271
|
attr_accessor :Certificate, :CertName, :ExpireTime, :DeployTime
|
272
|
-
|
272
|
+
|
273
273
|
def initialize(certificate=nil, certname=nil, expiretime=nil, deploytime=nil)
|
274
274
|
@Certificate = certificate
|
275
275
|
@CertName = certname
|
@@ -291,7 +291,7 @@ module TencentCloud
|
|
291
291
|
# @type Domain: String
|
292
292
|
|
293
293
|
attr_accessor :Domain
|
294
|
-
|
294
|
+
|
295
295
|
def initialize(domain=nil)
|
296
296
|
@Domain = domain
|
297
297
|
end
|
@@ -313,7 +313,7 @@ module TencentCloud
|
|
313
313
|
# @type RequestId: String
|
314
314
|
|
315
315
|
attr_accessor :SubDomain, :Record, :RecordType, :RequestId
|
316
|
-
|
316
|
+
|
317
317
|
def initialize(subdomain=nil, record=nil, recordtype=nil, requestid=nil)
|
318
318
|
@SubDomain = subdomain
|
319
319
|
@Record = record
|
@@ -335,7 +335,7 @@ module TencentCloud
|
|
335
335
|
# @type Domain: String
|
336
336
|
|
337
337
|
attr_accessor :Domain
|
338
|
-
|
338
|
+
|
339
339
|
def initialize(domain=nil)
|
340
340
|
@Domain = domain
|
341
341
|
end
|
@@ -351,7 +351,7 @@ module TencentCloud
|
|
351
351
|
# @type RequestId: String
|
352
352
|
|
353
353
|
attr_accessor :RequestId
|
354
|
-
|
354
|
+
|
355
355
|
def initialize(requestid=nil)
|
356
356
|
@RequestId = requestid
|
357
357
|
end
|
@@ -373,7 +373,7 @@ module TencentCloud
|
|
373
373
|
# @type Sort: :class:`Tencentcloud::Ecdn.v20191012.models.Sort`
|
374
374
|
|
375
375
|
attr_accessor :Offset, :Limit, :Filters, :Sort
|
376
|
-
|
376
|
+
|
377
377
|
def initialize(offset=nil, limit=nil, filters=nil, sort=nil)
|
378
378
|
@Offset = offset
|
379
379
|
@Limit = limit
|
@@ -409,7 +409,7 @@ module TencentCloud
|
|
409
409
|
# @type RequestId: String
|
410
410
|
|
411
411
|
attr_accessor :Domains, :TotalCount, :RequestId
|
412
|
-
|
412
|
+
|
413
413
|
def initialize(domains=nil, totalcount=nil, requestid=nil)
|
414
414
|
@Domains = domains
|
415
415
|
@TotalCount = totalcount
|
@@ -440,7 +440,7 @@ module TencentCloud
|
|
440
440
|
# @type Filters: Array
|
441
441
|
|
442
442
|
attr_accessor :Offset, :Limit, :Filters
|
443
|
-
|
443
|
+
|
444
444
|
def initialize(offset=nil, limit=nil, filters=nil)
|
445
445
|
@Offset = offset
|
446
446
|
@Limit = limit
|
@@ -471,7 +471,7 @@ module TencentCloud
|
|
471
471
|
# @type RequestId: String
|
472
472
|
|
473
473
|
attr_accessor :Domains, :TotalCount, :RequestId
|
474
|
-
|
474
|
+
|
475
475
|
def initialize(domains=nil, totalcount=nil, requestid=nil)
|
476
476
|
@Domains = domains
|
477
477
|
@TotalCount = totalcount
|
@@ -506,7 +506,7 @@ module TencentCloud
|
|
506
506
|
# @type Limit: Integer
|
507
507
|
|
508
508
|
attr_accessor :Domain, :StartTime, :EndTime, :Offset, :Limit
|
509
|
-
|
509
|
+
|
510
510
|
def initialize(domain=nil, starttime=nil, endtime=nil, offset=nil, limit=nil)
|
511
511
|
@Domain = domain
|
512
512
|
@StartTime = starttime
|
@@ -535,7 +535,7 @@ module TencentCloud
|
|
535
535
|
# @type RequestId: String
|
536
536
|
|
537
537
|
attr_accessor :DomainLogs, :TotalCount, :RequestId
|
538
|
-
|
538
|
+
|
539
539
|
def initialize(domainlogs=nil, totalcount=nil, requestid=nil)
|
540
540
|
@DomainLogs = domainlogs
|
541
541
|
@TotalCount = totalcount
|
@@ -586,7 +586,7 @@ module TencentCloud
|
|
586
586
|
# @type Area: String
|
587
587
|
|
588
588
|
attr_accessor :StartTime, :EndTime, :Metrics, :Domains, :Projects, :Offset, :Limit, :Area
|
589
|
-
|
589
|
+
|
590
590
|
def initialize(starttime=nil, endtime=nil, metrics=nil, domains=nil, projects=nil, offset=nil, limit=nil, area=nil)
|
591
591
|
@StartTime = starttime
|
592
592
|
@EndTime = endtime
|
@@ -620,7 +620,7 @@ module TencentCloud
|
|
620
620
|
# @type RequestId: String
|
621
621
|
|
622
622
|
attr_accessor :Data, :TotalCount, :RequestId
|
623
|
-
|
623
|
+
|
624
624
|
def initialize(data=nil, totalcount=nil, requestid=nil)
|
625
625
|
@Data = data
|
626
626
|
@TotalCount = totalcount
|
@@ -677,7 +677,7 @@ module TencentCloud
|
|
677
677
|
# @type Area: String
|
678
678
|
|
679
679
|
attr_accessor :StartTime, :EndTime, :Metrics, :Interval, :Domains, :Projects, :Area
|
680
|
-
|
680
|
+
|
681
681
|
def initialize(starttime=nil, endtime=nil, metrics=nil, interval=nil, domains=nil, projects=nil, area=nil)
|
682
682
|
@StartTime = starttime
|
683
683
|
@EndTime = endtime
|
@@ -707,7 +707,7 @@ module TencentCloud
|
|
707
707
|
# @type RequestId: String
|
708
708
|
|
709
709
|
attr_accessor :Data, :RequestId
|
710
|
-
|
710
|
+
|
711
711
|
def initialize(data=nil, requestid=nil)
|
712
712
|
@Data = data
|
713
713
|
@RequestId = requestid
|
@@ -737,7 +737,7 @@ module TencentCloud
|
|
737
737
|
# @type Area: String
|
738
738
|
|
739
739
|
attr_accessor :Domain, :Area
|
740
|
-
|
740
|
+
|
741
741
|
def initialize(domain=nil, area=nil)
|
742
742
|
@Domain = domain
|
743
743
|
@Area = area
|
@@ -759,7 +759,7 @@ module TencentCloud
|
|
759
759
|
# @type RequestId: String
|
760
760
|
|
761
761
|
attr_accessor :Ips, :TotalCount, :RequestId
|
762
|
-
|
762
|
+
|
763
763
|
def initialize(ips=nil, totalcount=nil, requestid=nil)
|
764
764
|
@Ips = ips
|
765
765
|
@TotalCount = totalcount
|
@@ -783,7 +783,7 @@ module TencentCloud
|
|
783
783
|
# DescribePurgeQuota请求参数结构体
|
784
784
|
class DescribePurgeQuotaRequest < TencentCloud::Common::AbstractModel
|
785
785
|
|
786
|
-
|
786
|
+
|
787
787
|
def initialize()
|
788
788
|
end
|
789
789
|
|
@@ -801,7 +801,7 @@ module TencentCloud
|
|
801
801
|
# @type RequestId: String
|
802
802
|
|
803
803
|
attr_accessor :UrlPurge, :PathPurge, :RequestId
|
804
|
-
|
804
|
+
|
805
805
|
def initialize(urlpurge=nil, pathpurge=nil, requestid=nil)
|
806
806
|
@UrlPurge = urlpurge
|
807
807
|
@PathPurge = pathpurge
|
@@ -841,7 +841,7 @@ module TencentCloud
|
|
841
841
|
# @type Status: String
|
842
842
|
|
843
843
|
attr_accessor :PurgeType, :StartTime, :EndTime, :TaskId, :Offset, :Limit, :Keyword, :Status
|
844
|
-
|
844
|
+
|
845
845
|
def initialize(purgetype=nil, starttime=nil, endtime=nil, taskid=nil, offset=nil, limit=nil, keyword=nil, status=nil)
|
846
846
|
@PurgeType = purgetype
|
847
847
|
@StartTime = starttime
|
@@ -875,7 +875,7 @@ module TencentCloud
|
|
875
875
|
# @type RequestId: String
|
876
876
|
|
877
877
|
attr_accessor :PurgeLogs, :TotalCount, :RequestId
|
878
|
-
|
878
|
+
|
879
879
|
def initialize(purgelogs=nil, totalcount=nil, requestid=nil)
|
880
880
|
@PurgeLogs = purgelogs
|
881
881
|
@TotalCount = totalcount
|
@@ -904,7 +904,7 @@ module TencentCloud
|
|
904
904
|
# @type Value: Float
|
905
905
|
|
906
906
|
attr_accessor :Name, :Value
|
907
|
-
|
907
|
+
|
908
908
|
def initialize(name=nil, value=nil)
|
909
909
|
@Name = name
|
910
910
|
@Value = value
|
@@ -947,7 +947,7 @@ module TencentCloud
|
|
947
947
|
# @type Tag: Array
|
948
948
|
|
949
949
|
attr_accessor :ResourceId, :AppId, :Domain, :Cname, :Status, :ProjectId, :CreateTime, :UpdateTime, :Origin, :Disable, :Area, :Readonly, :Tag
|
950
|
-
|
950
|
+
|
951
951
|
def initialize(resourceid=nil, appid=nil, domain=nil, cname=nil, status=nil, projectid=nil, createtime=nil, updatetime=nil, origin=nil, disable=nil, area=nil, readonly=nil, tag=nil)
|
952
952
|
@ResourceId = resourceid
|
953
953
|
@AppId = appid
|
@@ -999,7 +999,7 @@ module TencentCloud
|
|
999
999
|
# @type DetailData: Array
|
1000
1000
|
|
1001
1001
|
attr_accessor :Resource, :DetailData
|
1002
|
-
|
1002
|
+
|
1003
1003
|
def initialize(resource=nil, detaildata=nil)
|
1004
1004
|
@Resource = resource
|
1005
1005
|
@DetailData = detaildata
|
@@ -1077,7 +1077,7 @@ module TencentCloud
|
|
1077
1077
|
# @type WebSocket: :class:`Tencentcloud::Ecdn.v20191012.models.WebSocket`
|
1078
1078
|
|
1079
1079
|
attr_accessor :ResourceId, :AppId, :Domain, :Cname, :Status, :ProjectId, :CreateTime, :UpdateTime, :Origin, :IpFilter, :IpFreqLimit, :ResponseHeader, :CacheKey, :Cache, :Https, :Disable, :ForceRedirect, :Area, :Readonly, :Tag, :WebSocket
|
1080
|
-
|
1080
|
+
|
1081
1081
|
def initialize(resourceid=nil, appid=nil, domain=nil, cname=nil, status=nil, projectid=nil, createtime=nil, updatetime=nil, origin=nil, ipfilter=nil, ipfreqlimit=nil, responseheader=nil, cachekey=nil, cache=nil, https=nil, disable=nil, forceredirect=nil, area=nil, readonly=nil, tag=nil, websocket=nil)
|
1082
1082
|
@ResourceId = resourceid
|
1083
1083
|
@AppId = appid
|
@@ -1182,7 +1182,7 @@ module TencentCloud
|
|
1182
1182
|
# @type Fuzzy: Boolean
|
1183
1183
|
|
1184
1184
|
attr_accessor :Name, :Value, :Fuzzy
|
1185
|
-
|
1185
|
+
|
1186
1186
|
def initialize(name=nil, value=nil, fuzzy=nil)
|
1187
1187
|
@Name = name
|
1188
1188
|
@Value = value
|
@@ -1206,7 +1206,7 @@ module TencentCloud
|
|
1206
1206
|
# @type LogPath: String
|
1207
1207
|
|
1208
1208
|
attr_accessor :StartTime, :EndTime, :LogPath
|
1209
|
-
|
1209
|
+
|
1210
1210
|
def initialize(starttime=nil, endtime=nil, logpath=nil)
|
1211
1211
|
@StartTime = starttime
|
1212
1212
|
@EndTime = endtime
|
@@ -1228,7 +1228,7 @@ module TencentCloud
|
|
1228
1228
|
# @type DetailData: Array
|
1229
1229
|
|
1230
1230
|
attr_accessor :Metrics, :DetailData
|
1231
|
-
|
1231
|
+
|
1232
1232
|
def initialize(metrics=nil, detaildata=nil)
|
1233
1233
|
@Metrics = metrics
|
1234
1234
|
@DetailData = detaildata
|
@@ -1260,7 +1260,7 @@ module TencentCloud
|
|
1260
1260
|
# @type RedirectStatusCode: Integer
|
1261
1261
|
|
1262
1262
|
attr_accessor :Switch, :RedirectType, :RedirectStatusCode
|
1263
|
-
|
1263
|
+
|
1264
1264
|
def initialize(switch=nil, redirecttype=nil, redirectstatuscode=nil)
|
1265
1265
|
@Switch = switch
|
1266
1266
|
@RedirectType = redirecttype
|
@@ -1286,7 +1286,7 @@ module TencentCloud
|
|
1286
1286
|
# @type IncludeSubDomains: String
|
1287
1287
|
|
1288
1288
|
attr_accessor :Switch, :MaxAge, :IncludeSubDomains
|
1289
|
-
|
1289
|
+
|
1290
1290
|
def initialize(switch=nil, maxage=nil, includesubdomains=nil)
|
1291
1291
|
@Switch = switch
|
1292
1292
|
@MaxAge = maxage
|
@@ -1320,7 +1320,7 @@ module TencentCloud
|
|
1320
1320
|
# @type RulePaths: Array
|
1321
1321
|
|
1322
1322
|
attr_accessor :HeaderMode, :HeaderName, :HeaderValue, :RuleType, :RulePaths
|
1323
|
-
|
1323
|
+
|
1324
1324
|
def initialize(headermode=nil, headername=nil, headervalue=nil, ruletype=nil, rulepaths=nil)
|
1325
1325
|
@HeaderMode = headermode
|
1326
1326
|
@HeaderName = headername
|
@@ -1369,7 +1369,7 @@ module TencentCloud
|
|
1369
1369
|
# @type Hsts: :class:`Tencentcloud::Ecdn.v20191012.models.Hsts`
|
1370
1370
|
|
1371
1371
|
attr_accessor :Switch, :Http2, :OcspStapling, :VerifyClient, :CertInfo, :ClientCertInfo, :Spdy, :SslStatus, :Hsts
|
1372
|
-
|
1372
|
+
|
1373
1373
|
def initialize(switch=nil, http2=nil, ocspstapling=nil, verifyclient=nil, certinfo=nil, clientcertinfo=nil, spdy=nil, sslstatus=nil, hsts=nil)
|
1374
1374
|
@Switch = switch
|
1375
1375
|
@Http2 = http2
|
@@ -1416,7 +1416,7 @@ module TencentCloud
|
|
1416
1416
|
# @type Filters: Array
|
1417
1417
|
|
1418
1418
|
attr_accessor :Switch, :FilterType, :Filters
|
1419
|
-
|
1419
|
+
|
1420
1420
|
def initialize(switch=nil, filtertype=nil, filters=nil)
|
1421
1421
|
@Switch = switch
|
1422
1422
|
@FilterType = filtertype
|
@@ -1439,7 +1439,7 @@ module TencentCloud
|
|
1439
1439
|
# @type Qps: Integer
|
1440
1440
|
|
1441
1441
|
attr_accessor :Switch, :Qps
|
1442
|
-
|
1442
|
+
|
1443
1443
|
def initialize(switch=nil, qps=nil)
|
1444
1444
|
@Switch = switch
|
1445
1445
|
@Qps = qps
|
@@ -1469,7 +1469,7 @@ module TencentCloud
|
|
1469
1469
|
# @type CreateTime: String
|
1470
1470
|
|
1471
1471
|
attr_accessor :Ip, :District, :Isp, :City, :Status, :CreateTime
|
1472
|
-
|
1472
|
+
|
1473
1473
|
def initialize(ip=nil, district=nil, isp=nil, city=nil, status=nil, createtime=nil)
|
1474
1474
|
@Ip = ip
|
1475
1475
|
@District = district
|
@@ -1515,7 +1515,7 @@ module TencentCloud
|
|
1515
1515
|
# @type AdvanceHttps: :class:`Tencentcloud::Ecdn.v20191012.models.AdvanceHttps`
|
1516
1516
|
|
1517
1517
|
attr_accessor :Origins, :OriginType, :ServerName, :OriginPullProtocol, :BackupOrigins, :BackupOriginType, :AdvanceHttps
|
1518
|
-
|
1518
|
+
|
1519
1519
|
def initialize(origins=nil, origintype=nil, servername=nil, originpullprotocol=nil, backuporigins=nil, backuporigintype=nil, advancehttps=nil)
|
1520
1520
|
@Origins = origins
|
1521
1521
|
@OriginType = origintype
|
@@ -1548,7 +1548,7 @@ module TencentCloud
|
|
1548
1548
|
# @type FlushType: String
|
1549
1549
|
|
1550
1550
|
attr_accessor :Paths, :FlushType
|
1551
|
-
|
1551
|
+
|
1552
1552
|
def initialize(paths=nil, flushtype=nil)
|
1553
1553
|
@Paths = paths
|
1554
1554
|
@FlushType = flushtype
|
@@ -1568,7 +1568,7 @@ module TencentCloud
|
|
1568
1568
|
# @type RequestId: String
|
1569
1569
|
|
1570
1570
|
attr_accessor :TaskId, :RequestId
|
1571
|
-
|
1571
|
+
|
1572
1572
|
def initialize(taskid=nil, requestid=nil)
|
1573
1573
|
@TaskId = taskid
|
1574
1574
|
@RequestId = requestid
|
@@ -1596,7 +1596,7 @@ module TencentCloud
|
|
1596
1596
|
# @type CreateTime: String
|
1597
1597
|
|
1598
1598
|
attr_accessor :TaskId, :Url, :Status, :PurgeType, :FlushType, :CreateTime
|
1599
|
-
|
1599
|
+
|
1600
1600
|
def initialize(taskid=nil, url=nil, status=nil, purgetype=nil, flushtype=nil, createtime=nil)
|
1601
1601
|
@TaskId = taskid
|
1602
1602
|
@Url = url
|
@@ -1622,7 +1622,7 @@ module TencentCloud
|
|
1622
1622
|
# @type Urls: Array
|
1623
1623
|
|
1624
1624
|
attr_accessor :Urls
|
1625
|
-
|
1625
|
+
|
1626
1626
|
def initialize(urls=nil)
|
1627
1627
|
@Urls = urls
|
1628
1628
|
end
|
@@ -1640,7 +1640,7 @@ module TencentCloud
|
|
1640
1640
|
# @type RequestId: String
|
1641
1641
|
|
1642
1642
|
attr_accessor :TaskId, :RequestId
|
1643
|
-
|
1643
|
+
|
1644
1644
|
def initialize(taskid=nil, requestid=nil)
|
1645
1645
|
@TaskId = taskid
|
1646
1646
|
@RequestId = requestid
|
@@ -1662,7 +1662,7 @@ module TencentCloud
|
|
1662
1662
|
# @type Available: Integer
|
1663
1663
|
|
1664
1664
|
attr_accessor :Batch, :Total, :Available
|
1665
|
-
|
1665
|
+
|
1666
1666
|
def initialize(batch=nil, total=nil, available=nil)
|
1667
1667
|
@Batch = batch
|
1668
1668
|
@Total = total
|
@@ -1688,7 +1688,7 @@ module TencentCloud
|
|
1688
1688
|
# @type EcdnData: :class:`Tencentcloud::Ecdn.v20191012.models.EcdnData`
|
1689
1689
|
|
1690
1690
|
attr_accessor :Resource, :EcdnData
|
1691
|
-
|
1691
|
+
|
1692
1692
|
def initialize(resource=nil, ecdndata=nil)
|
1693
1693
|
@Resource = resource
|
1694
1694
|
@EcdnData = ecdndata
|
@@ -1712,7 +1712,7 @@ module TencentCloud
|
|
1712
1712
|
# @type HeaderRules: Array
|
1713
1713
|
|
1714
1714
|
attr_accessor :Switch, :HeaderRules
|
1715
|
-
|
1715
|
+
|
1716
1716
|
def initialize(switch=nil, headerrules=nil)
|
1717
1717
|
@Switch = switch
|
1718
1718
|
@HeaderRules = headerrules
|
@@ -1756,7 +1756,7 @@ module TencentCloud
|
|
1756
1756
|
# @type Message: String
|
1757
1757
|
|
1758
1758
|
attr_accessor :CertId, :CertName, :Certificate, :PrivateKey, :ExpireTime, :DeployTime, :Message
|
1759
|
-
|
1759
|
+
|
1760
1760
|
def initialize(certid=nil, certname=nil, certificate=nil, privatekey=nil, expiretime=nil, deploytime=nil, message=nil)
|
1761
1761
|
@CertId = certid
|
1762
1762
|
@CertName = certname
|
@@ -1788,7 +1788,7 @@ module TencentCloud
|
|
1788
1788
|
# @type Sequence: String
|
1789
1789
|
|
1790
1790
|
attr_accessor :Key, :Sequence
|
1791
|
-
|
1791
|
+
|
1792
1792
|
def initialize(key=nil, sequence=nil)
|
1793
1793
|
@Key = key
|
1794
1794
|
@Sequence = sequence
|
@@ -1806,7 +1806,7 @@ module TencentCloud
|
|
1806
1806
|
# @type Domain: String
|
1807
1807
|
|
1808
1808
|
attr_accessor :Domain
|
1809
|
-
|
1809
|
+
|
1810
1810
|
def initialize(domain=nil)
|
1811
1811
|
@Domain = domain
|
1812
1812
|
end
|
@@ -1822,7 +1822,7 @@ module TencentCloud
|
|
1822
1822
|
# @type RequestId: String
|
1823
1823
|
|
1824
1824
|
attr_accessor :RequestId
|
1825
|
-
|
1825
|
+
|
1826
1826
|
def initialize(requestid=nil)
|
1827
1827
|
@RequestId = requestid
|
1828
1828
|
end
|
@@ -1838,7 +1838,7 @@ module TencentCloud
|
|
1838
1838
|
# @type Domain: String
|
1839
1839
|
|
1840
1840
|
attr_accessor :Domain
|
1841
|
-
|
1841
|
+
|
1842
1842
|
def initialize(domain=nil)
|
1843
1843
|
@Domain = domain
|
1844
1844
|
end
|
@@ -1854,7 +1854,7 @@ module TencentCloud
|
|
1854
1854
|
# @type RequestId: String
|
1855
1855
|
|
1856
1856
|
attr_accessor :RequestId
|
1857
|
-
|
1857
|
+
|
1858
1858
|
def initialize(requestid=nil)
|
1859
1859
|
@RequestId = requestid
|
1860
1860
|
end
|
@@ -1874,7 +1874,7 @@ module TencentCloud
|
|
1874
1874
|
# @type TagValue: String
|
1875
1875
|
|
1876
1876
|
attr_accessor :TagKey, :TagValue
|
1877
|
-
|
1877
|
+
|
1878
1878
|
def initialize(tagkey=nil, tagvalue=nil)
|
1879
1879
|
@TagKey = tagkey
|
1880
1880
|
@TagValue = tagvalue
|
@@ -1895,7 +1895,7 @@ module TencentCloud
|
|
1895
1895
|
# @type Value: Array
|
1896
1896
|
|
1897
1897
|
attr_accessor :Time, :Value
|
1898
|
-
|
1898
|
+
|
1899
1899
|
def initialize(time=nil, value=nil)
|
1900
1900
|
@Time = time
|
1901
1901
|
@Value = value
|
@@ -1935,7 +1935,7 @@ module TencentCloud
|
|
1935
1935
|
# @type WebSocket: :class:`Tencentcloud::Ecdn.v20191012.models.WebSocket`
|
1936
1936
|
|
1937
1937
|
attr_accessor :Domain, :Origin, :ProjectId, :IpFilter, :IpFreqLimit, :ResponseHeader, :CacheKey, :Cache, :Https, :ForceRedirect, :Area, :WebSocket
|
1938
|
-
|
1938
|
+
|
1939
1939
|
def initialize(domain=nil, origin=nil, projectid=nil, ipfilter=nil, ipfreqlimit=nil, responseheader=nil, cachekey=nil, cache=nil, https=nil, forceredirect=nil, area=nil, websocket=nil)
|
1940
1940
|
@Domain = domain
|
1941
1941
|
@Origin = origin
|
@@ -2000,7 +2000,7 @@ module TencentCloud
|
|
2000
2000
|
# @type RequestId: String
|
2001
2001
|
|
2002
2002
|
attr_accessor :RequestId
|
2003
|
-
|
2003
|
+
|
2004
2004
|
def initialize(requestid=nil)
|
2005
2005
|
@RequestId = requestid
|
2006
2006
|
end
|
@@ -2021,7 +2021,7 @@ module TencentCloud
|
|
2021
2021
|
# @type Timeout: Integer
|
2022
2022
|
|
2023
2023
|
attr_accessor :Switch, :Timeout
|
2024
|
-
|
2024
|
+
|
2025
2025
|
def initialize(switch=nil, timeout=nil)
|
2026
2026
|
@Switch = switch
|
2027
2027
|
@Timeout = timeout
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ecdn
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.592
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06-
|
11
|
+
date: 2023-06-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|