tencentcloud-sdk-cdn 3.0.589 → 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/v20180606/models.rb +367 -362
- metadata +2 -2
data/lib/v20180606/models.rb
CHANGED
|
@@ -31,7 +31,7 @@ module TencentCloud
|
|
|
31
31
|
# @type ReturnCode: Integer
|
|
32
32
|
|
|
33
33
|
attr_accessor :Switch, :AccessControlRules, :ReturnCode
|
|
34
|
-
|
|
34
|
+
|
|
35
35
|
def initialize(switch=nil, accesscontrolrules=nil, returncode=nil)
|
|
36
36
|
@Switch = switch
|
|
37
37
|
@AccessControlRules = accesscontrolrules
|
|
@@ -70,7 +70,7 @@ module TencentCloud
|
|
|
70
70
|
# @type RuleHeader: String
|
|
71
71
|
|
|
72
72
|
attr_accessor :RuleType, :RuleContent, :Regex, :RuleHeader
|
|
73
|
-
|
|
73
|
+
|
|
74
74
|
def initialize(ruletype=nil, rulecontent=nil, regex=nil, ruleheader=nil)
|
|
75
75
|
@RuleType = ruletype
|
|
76
76
|
@RuleContent = rulecontent
|
|
@@ -98,7 +98,7 @@ module TencentCloud
|
|
|
98
98
|
# @type Channel: String
|
|
99
99
|
|
|
100
100
|
attr_accessor :LogsetId, :TopicId, :DomainAreaConfigs, :Channel
|
|
101
|
-
|
|
101
|
+
|
|
102
102
|
def initialize(logsetid=nil, topicid=nil, domainareaconfigs=nil, channel=nil)
|
|
103
103
|
@LogsetId = logsetid
|
|
104
104
|
@TopicId = topicid
|
|
@@ -127,7 +127,7 @@ module TencentCloud
|
|
|
127
127
|
# @type RequestId: String
|
|
128
128
|
|
|
129
129
|
attr_accessor :RequestId
|
|
130
|
-
|
|
130
|
+
|
|
131
131
|
def initialize(requestid=nil)
|
|
132
132
|
@RequestId = requestid
|
|
133
133
|
end
|
|
@@ -231,7 +231,7 @@ module TencentCloud
|
|
|
231
231
|
# @type HttpsBilling: :class:`Tencentcloud::Cdn.v20180606.models.HttpsBilling`
|
|
232
232
|
|
|
233
233
|
attr_accessor :Domain, :ServiceType, :Origin, :ProjectId, :IpFilter, :IpFreqLimit, :StatusCodeCache, :Compression, :BandwidthAlert, :RangeOriginPull, :FollowRedirect, :ErrorPage, :RequestHeader, :ResponseHeader, :DownstreamCapping, :CacheKey, :ResponseHeaderCache, :VideoSeek, :Cache, :OriginPullOptimization, :Https, :Authentication, :Seo, :ForceRedirect, :Referer, :MaxAge, :Ipv6, :SpecificConfig, :Area, :OriginPullTimeout, :Tag, :Ipv6Access, :OfflineCache, :Quic, :AwsPrivateAccess, :OssPrivateAccess, :HwPrivateAccess, :QnPrivateAccess, :OthersPrivateAccess, :HttpsBilling
|
|
234
|
-
|
|
234
|
+
|
|
235
235
|
def initialize(domain=nil, servicetype=nil, origin=nil, projectid=nil, ipfilter=nil, ipfreqlimit=nil, statuscodecache=nil, compression=nil, bandwidthalert=nil, rangeoriginpull=nil, followredirect=nil, errorpage=nil, requestheader=nil, responseheader=nil, downstreamcapping=nil, cachekey=nil, responseheadercache=nil, videoseek=nil, cache=nil, originpulloptimization=nil, https=nil, authentication=nil, seo=nil, forceredirect=nil, referer=nil, maxage=nil, ipv6=nil, specificconfig=nil, area=nil, originpulltimeout=nil, tag=nil, ipv6access=nil, offlinecache=nil, quic=nil, awsprivateaccess=nil, ossprivateaccess=nil, hwprivateaccess=nil, qnprivateaccess=nil, othersprivateaccess=nil, httpsbilling=nil)
|
|
236
236
|
@Domain = domain
|
|
237
237
|
@ServiceType = servicetype
|
|
@@ -437,7 +437,7 @@ module TencentCloud
|
|
|
437
437
|
# @type RequestId: String
|
|
438
438
|
|
|
439
439
|
attr_accessor :RequestId
|
|
440
|
-
|
|
440
|
+
|
|
441
441
|
def initialize(requestid=nil)
|
|
442
442
|
@RequestId = requestid
|
|
443
443
|
end
|
|
@@ -471,7 +471,7 @@ module TencentCloud
|
|
|
471
471
|
# @type CacheTime: Integer
|
|
472
472
|
|
|
473
473
|
attr_accessor :CacheType, :CacheContents, :CacheTime
|
|
474
|
-
|
|
474
|
+
|
|
475
475
|
def initialize(cachetype=nil, cachecontents=nil, cachetime=nil)
|
|
476
476
|
@CacheType = cachetype
|
|
477
477
|
@CacheContents = cachecontents
|
|
@@ -497,7 +497,7 @@ module TencentCloud
|
|
|
497
497
|
# @type Value: String
|
|
498
498
|
|
|
499
499
|
attr_accessor :Name, :Value
|
|
500
|
-
|
|
500
|
+
|
|
501
501
|
def initialize(name=nil, value=nil)
|
|
502
502
|
@Name = name
|
|
503
503
|
@Value = value
|
|
@@ -534,7 +534,7 @@ module TencentCloud
|
|
|
534
534
|
# @type OriginCertInfo: :class:`Tencentcloud::Cdn.v20180606.models.ClientCert`
|
|
535
535
|
|
|
536
536
|
attr_accessor :CustomTlsStatus, :TlsVersion, :Cipher, :VerifyOriginType, :CertInfo, :OriginCertInfo
|
|
537
|
-
|
|
537
|
+
|
|
538
538
|
def initialize(customtlsstatus=nil, tlsversion=nil, cipher=nil, verifyorigintype=nil, certinfo=nil, origincertinfo=nil)
|
|
539
539
|
@CustomTlsStatus = customtlsstatus
|
|
540
540
|
@TlsVersion = tlsversion
|
|
@@ -587,7 +587,7 @@ module TencentCloud
|
|
|
587
587
|
# @type TypeF: :class:`Tencentcloud::Cdn.v20180606.models.AdvancedAuthenticationTypeF`
|
|
588
588
|
|
|
589
589
|
attr_accessor :Switch, :TypeA, :TypeB, :TypeC, :TypeD, :TypeE, :TypeF
|
|
590
|
-
|
|
590
|
+
|
|
591
591
|
def initialize(switch=nil, typea=nil, typeb=nil, typec=nil, typed=nil, typee=nil, typef=nil)
|
|
592
592
|
@Switch = switch
|
|
593
593
|
@TypeA = typea
|
|
@@ -653,7 +653,7 @@ module TencentCloud
|
|
|
653
653
|
# @type Transformation: Integer
|
|
654
654
|
|
|
655
655
|
attr_accessor :SecretKey, :SignParam, :TimeParam, :ExpireTime, :ExpireTimeRequired, :Format, :TimeFormat, :FailCode, :ExpireCode, :RulePaths, :Transformation
|
|
656
|
-
|
|
656
|
+
|
|
657
657
|
def initialize(secretkey=nil, signparam=nil, timeparam=nil, expiretime=nil, expiretimerequired=nil, format=nil, timeformat=nil, failcode=nil, expirecode=nil, rulepaths=nil, transformation=nil)
|
|
658
658
|
@SecretKey = secretkey
|
|
659
659
|
@SignParam = signparam
|
|
@@ -707,7 +707,7 @@ module TencentCloud
|
|
|
707
707
|
# @type RulePaths: Array
|
|
708
708
|
|
|
709
709
|
attr_accessor :KeyAlpha, :KeyBeta, :KeyGamma, :SignParam, :TimeParam, :ExpireTime, :TimeFormat, :FailCode, :ExpireCode, :RulePaths
|
|
710
|
-
|
|
710
|
+
|
|
711
711
|
def initialize(keyalpha=nil, keybeta=nil, keygamma=nil, signparam=nil, timeparam=nil, expiretime=nil, timeformat=nil, failcode=nil, expirecode=nil, rulepaths=nil)
|
|
712
712
|
@KeyAlpha = keyalpha
|
|
713
713
|
@KeyBeta = keybeta
|
|
@@ -743,7 +743,7 @@ module TencentCloud
|
|
|
743
743
|
# @type SecretKey: String
|
|
744
744
|
|
|
745
745
|
attr_accessor :AccessKey, :SecretKey
|
|
746
|
-
|
|
746
|
+
|
|
747
747
|
def initialize(accesskey=nil, secretkey=nil)
|
|
748
748
|
@AccessKey = accesskey
|
|
749
749
|
@SecretKey = secretkey
|
|
@@ -771,7 +771,7 @@ module TencentCloud
|
|
|
771
771
|
# @type TimeFormat: String
|
|
772
772
|
|
|
773
773
|
attr_accessor :SecretKey, :BackupSecretKey, :SignParam, :TimeParam, :ExpireTime, :TimeFormat
|
|
774
|
-
|
|
774
|
+
|
|
775
775
|
def initialize(secretkey=nil, backupsecretkey=nil, signparam=nil, timeparam=nil, expiretime=nil, timeformat=nil)
|
|
776
776
|
@SecretKey = secretkey
|
|
777
777
|
@BackupSecretKey = backupsecretkey
|
|
@@ -813,7 +813,7 @@ module TencentCloud
|
|
|
813
813
|
# @type TimeFormat: String
|
|
814
814
|
|
|
815
815
|
attr_accessor :SecretKey, :SignParam, :AclSignParam, :StartTimeParam, :ExpireTimeParam, :TimeFormat
|
|
816
|
-
|
|
816
|
+
|
|
817
817
|
def initialize(secretkey=nil, signparam=nil, aclsignparam=nil, starttimeparam=nil, expiretimeparam=nil, timeformat=nil)
|
|
818
818
|
@SecretKey = secretkey
|
|
819
819
|
@SignParam = signparam
|
|
@@ -852,7 +852,7 @@ module TencentCloud
|
|
|
852
852
|
# @type BackupSecretKey: String
|
|
853
853
|
|
|
854
854
|
attr_accessor :SignParam, :TimeParam, :TransactionParam, :SecretKey, :BackupSecretKey
|
|
855
|
-
|
|
855
|
+
|
|
856
856
|
def initialize(signparam=nil, timeparam=nil, transactionparam=nil, secretkey=nil, backupsecretkey=nil)
|
|
857
857
|
@SignParam = signparam
|
|
858
858
|
@TimeParam = timeparam
|
|
@@ -904,7 +904,7 @@ module TencentCloud
|
|
|
904
904
|
# @type Switch: String
|
|
905
905
|
|
|
906
906
|
attr_accessor :RuleName, :DetectionTime, :FrequencyLimit, :PunishmentSwitch, :PunishmentTime, :Action, :RedirectUrl, :Configure, :Switch
|
|
907
|
-
|
|
907
|
+
|
|
908
908
|
def initialize(rulename=nil, detectiontime=nil, frequencylimit=nil, punishmentswitch=nil, punishmenttime=nil, action=nil, redirecturl=nil, configure=nil, switch=nil)
|
|
909
909
|
@RuleName = rulename
|
|
910
910
|
@DetectionTime = detectiontime
|
|
@@ -957,7 +957,7 @@ module TencentCloud
|
|
|
957
957
|
# @type IgnoreSetCookie: String
|
|
958
958
|
|
|
959
959
|
attr_accessor :CacheRules, :IgnoreCacheControl, :IgnoreSetCookie
|
|
960
|
-
|
|
960
|
+
|
|
961
961
|
def initialize(cacherules=nil, ignorecachecontrol=nil, ignoresetcookie=nil)
|
|
962
962
|
@CacheRules = cacherules
|
|
963
963
|
@IgnoreCacheControl = ignorecachecontrol
|
|
@@ -992,7 +992,7 @@ module TencentCloud
|
|
|
992
992
|
# @type ErrorPage: :class:`Tencentcloud::Cdn.v20180606.models.ScdnErrorPage`
|
|
993
993
|
|
|
994
994
|
attr_accessor :RuleName, :Configure, :Result, :Status, :ErrorPage
|
|
995
|
-
|
|
995
|
+
|
|
996
996
|
def initialize(rulename=nil, configure=nil, result=nil, status=nil, errorpage=nil)
|
|
997
997
|
@RuleName = rulename
|
|
998
998
|
@Configure = configure
|
|
@@ -1271,7 +1271,7 @@ module TencentCloud
|
|
|
1271
1271
|
# @type MatchKeyParam: String
|
|
1272
1272
|
|
|
1273
1273
|
attr_accessor :MatchKey, :LogicOperator, :MatchValue, :CaseSensitive, :MatchKeyParam
|
|
1274
|
-
|
|
1274
|
+
|
|
1275
1275
|
def initialize(matchkey=nil, logicoperator=nil, matchvalue=nil, casesensitive=nil, matchkeyparam=nil)
|
|
1276
1276
|
@MatchKey = matchkey
|
|
1277
1277
|
@LogicOperator = logicoperator
|
|
@@ -1316,7 +1316,7 @@ module TencentCloud
|
|
|
1316
1316
|
# @type TypeD: :class:`Tencentcloud::Cdn.v20180606.models.AuthenticationTypeD`
|
|
1317
1317
|
|
|
1318
1318
|
attr_accessor :Switch, :AuthAlgorithm, :TypeA, :TypeB, :TypeC, :TypeD
|
|
1319
|
-
|
|
1319
|
+
|
|
1320
1320
|
def initialize(switch=nil, authalgorithm=nil, typea=nil, typeb=nil, typec=nil, typed=nil)
|
|
1321
1321
|
@Switch = switch
|
|
1322
1322
|
@AuthAlgorithm = authalgorithm
|
|
@@ -1377,7 +1377,7 @@ module TencentCloud
|
|
|
1377
1377
|
# @type BackupSecretKey: String
|
|
1378
1378
|
|
|
1379
1379
|
attr_accessor :SecretKey, :SignParam, :ExpireTime, :FileExtensions, :FilterType, :BackupSecretKey
|
|
1380
|
-
|
|
1380
|
+
|
|
1381
1381
|
def initialize(secretkey=nil, signparam=nil, expiretime=nil, fileextensions=nil, filtertype=nil, backupsecretkey=nil)
|
|
1382
1382
|
@SecretKey = secretkey
|
|
1383
1383
|
@SignParam = signparam
|
|
@@ -1418,7 +1418,7 @@ module TencentCloud
|
|
|
1418
1418
|
# @type BackupSecretKey: String
|
|
1419
1419
|
|
|
1420
1420
|
attr_accessor :SecretKey, :ExpireTime, :FileExtensions, :FilterType, :BackupSecretKey
|
|
1421
|
-
|
|
1421
|
+
|
|
1422
1422
|
def initialize(secretkey=nil, expiretime=nil, fileextensions=nil, filtertype=nil, backupsecretkey=nil)
|
|
1423
1423
|
@SecretKey = secretkey
|
|
1424
1424
|
@ExpireTime = expiretime
|
|
@@ -1465,7 +1465,7 @@ module TencentCloud
|
|
|
1465
1465
|
# @type BackupSecretKey: String
|
|
1466
1466
|
|
|
1467
1467
|
attr_accessor :SecretKey, :ExpireTime, :FileExtensions, :FilterType, :TimeFormat, :BackupSecretKey
|
|
1468
|
-
|
|
1468
|
+
|
|
1469
1469
|
def initialize(secretkey=nil, expiretime=nil, fileextensions=nil, filtertype=nil, timeformat=nil, backupsecretkey=nil)
|
|
1470
1470
|
@SecretKey = secretkey
|
|
1471
1471
|
@ExpireTime = expiretime
|
|
@@ -1519,7 +1519,7 @@ module TencentCloud
|
|
|
1519
1519
|
# @type BackupSecretKey: String
|
|
1520
1520
|
|
|
1521
1521
|
attr_accessor :SecretKey, :ExpireTime, :FileExtensions, :FilterType, :SignParam, :TimeParam, :TimeFormat, :BackupSecretKey
|
|
1522
|
-
|
|
1522
|
+
|
|
1523
1523
|
def initialize(secretkey=nil, expiretime=nil, fileextensions=nil, filtertype=nil, signparam=nil, timeparam=nil, timeformat=nil, backupsecretkey=nil)
|
|
1524
1524
|
@SecretKey = secretkey
|
|
1525
1525
|
@ExpireTime = expiretime
|
|
@@ -1552,7 +1552,7 @@ module TencentCloud
|
|
|
1552
1552
|
# @type Switch: String
|
|
1553
1553
|
|
|
1554
1554
|
attr_accessor :Switch
|
|
1555
|
-
|
|
1555
|
+
|
|
1556
1556
|
def initialize(switch=nil)
|
|
1557
1557
|
@Switch = switch
|
|
1558
1558
|
end
|
|
@@ -1582,7 +1582,7 @@ module TencentCloud
|
|
|
1582
1582
|
# @type Bucket: String
|
|
1583
1583
|
|
|
1584
1584
|
attr_accessor :Switch, :AccessKey, :SecretKey, :Region, :Bucket
|
|
1585
|
-
|
|
1585
|
+
|
|
1586
1586
|
def initialize(switch=nil, accesskey=nil, secretkey=nil, region=nil, bucket=nil)
|
|
1587
1587
|
@Switch = switch
|
|
1588
1588
|
@AccessKey = accesskey
|
|
@@ -1637,7 +1637,7 @@ module TencentCloud
|
|
|
1637
1637
|
# @type StatisticItems: Array
|
|
1638
1638
|
|
|
1639
1639
|
attr_accessor :Switch, :BpsThreshold, :CounterMeasure, :LastTriggerTime, :AlertSwitch, :AlertPercentage, :LastTriggerTimeOverseas, :Metric, :StatisticItems
|
|
1640
|
-
|
|
1640
|
+
|
|
1641
1641
|
def initialize(switch=nil, bpsthreshold=nil, countermeasure=nil, lasttriggertime=nil, alertswitch=nil, alertpercentage=nil, lasttriggertimeoverseas=nil, metric=nil, statisticitems=nil)
|
|
1642
1642
|
@Switch = switch
|
|
1643
1643
|
@BpsThreshold = bpsthreshold
|
|
@@ -1690,7 +1690,7 @@ module TencentCloud
|
|
|
1690
1690
|
# @type UpdateTime: String
|
|
1691
1691
|
|
|
1692
1692
|
attr_accessor :Switch, :RuleType, :RuleValue, :Action, :RedirectUrl, :UpdateTime
|
|
1693
|
-
|
|
1693
|
+
|
|
1694
1694
|
def initialize(switch=nil, ruletype=nil, rulevalue=nil, action=nil, redirecturl=nil, updatetime=nil)
|
|
1695
1695
|
@Switch = switch
|
|
1696
1696
|
@RuleType = ruletype
|
|
@@ -1730,7 +1730,7 @@ module TencentCloud
|
|
|
1730
1730
|
# @type UpdateTime: String
|
|
1731
1731
|
|
|
1732
1732
|
attr_accessor :Switch, :RuleType, :RuleValue, :Action, :RedirectUrl, :UpdateTime
|
|
1733
|
-
|
|
1733
|
+
|
|
1734
1734
|
def initialize(switch=nil, ruletype=nil, rulevalue=nil, action=nil, redirecturl=nil, updatetime=nil)
|
|
1735
1735
|
@Switch = switch
|
|
1736
1736
|
@RuleType = ruletype
|
|
@@ -1806,7 +1806,7 @@ module TencentCloud
|
|
|
1806
1806
|
# @type Domain: String
|
|
1807
1807
|
|
|
1808
1808
|
attr_accessor :Action, :Nums, :RuleName, :SessionDuration, :SrcIp, :BotFeature, :Time, :Score, :AvgSpeed, :TcbDetail, :Id, :Domain
|
|
1809
|
-
|
|
1809
|
+
|
|
1810
1810
|
def initialize(action=nil, nums=nil, rulename=nil, sessionduration=nil, srcip=nil, botfeature=nil, time=nil, score=nil, avgspeed=nil, tcbdetail=nil, id=nil, domain=nil)
|
|
1811
1811
|
@Action = action
|
|
1812
1812
|
@Nums = nums
|
|
@@ -1846,7 +1846,7 @@ module TencentCloud
|
|
|
1846
1846
|
# @type Sequence: String
|
|
1847
1847
|
|
|
1848
1848
|
attr_accessor :Key, :Sequence
|
|
1849
|
-
|
|
1849
|
+
|
|
1850
1850
|
def initialize(key=nil, sequence=nil)
|
|
1851
1851
|
@Key = key
|
|
1852
1852
|
@Sequence = sequence
|
|
@@ -1872,7 +1872,7 @@ module TencentCloud
|
|
|
1872
1872
|
# @type Isp: String
|
|
1873
1873
|
|
|
1874
1874
|
attr_accessor :Count, :Value, :Country, :Province, :Isp
|
|
1875
|
-
|
|
1875
|
+
|
|
1876
1876
|
def initialize(count=nil, value=nil, country=nil, province=nil, isp=nil)
|
|
1877
1877
|
@Count = count
|
|
1878
1878
|
@Value = value
|
|
@@ -1898,7 +1898,7 @@ module TencentCloud
|
|
|
1898
1898
|
# @type DetailData: Array
|
|
1899
1899
|
|
|
1900
1900
|
attr_accessor :Metric, :DetailData
|
|
1901
|
-
|
|
1901
|
+
|
|
1902
1902
|
def initialize(metric=nil, detaildata=nil)
|
|
1903
1903
|
@Metric = metric
|
|
1904
1904
|
@DetailData = detaildata
|
|
@@ -1925,7 +1925,7 @@ module TencentCloud
|
|
|
1925
1925
|
# @type Value: Integer
|
|
1926
1926
|
|
|
1927
1927
|
attr_accessor :Time, :Value
|
|
1928
|
-
|
|
1928
|
+
|
|
1929
1929
|
def initialize(time=nil, value=nil)
|
|
1930
1930
|
@Time = time
|
|
1931
1931
|
@Value = value
|
|
@@ -1994,7 +1994,7 @@ module TencentCloud
|
|
|
1994
1994
|
# @type ParentHost: String
|
|
1995
1995
|
|
|
1996
1996
|
attr_accessor :ResourceId, :AppId, :Domain, :Cname, :Status, :ProjectId, :ServiceType, :CreateTime, :UpdateTime, :Origin, :Disable, :Area, :Readonly, :Product, :ParentHost
|
|
1997
|
-
|
|
1997
|
+
|
|
1998
1998
|
def initialize(resourceid=nil, appid=nil, domain=nil, cname=nil, status=nil, projectid=nil, servicetype=nil, createtime=nil, updatetime=nil, origin=nil, disable=nil, area=nil, readonly=nil, product=nil, parenthost=nil)
|
|
1999
1999
|
@ResourceId = resourceid
|
|
2000
2000
|
@AppId = appid
|
|
@@ -2050,7 +2050,7 @@ module TencentCloud
|
|
|
2050
2050
|
# @type RuleCache: Array
|
|
2051
2051
|
|
|
2052
2052
|
attr_accessor :SimpleCache, :AdvancedCache, :RuleCache
|
|
2053
|
-
|
|
2053
|
+
|
|
2054
2054
|
def initialize(simplecache=nil, advancedcache=nil, rulecache=nil)
|
|
2055
2055
|
@SimpleCache = simplecache
|
|
2056
2056
|
@AdvancedCache = advancedcache
|
|
@@ -2087,7 +2087,7 @@ module TencentCloud
|
|
|
2087
2087
|
# @type HeuristicCacheTime: Integer
|
|
2088
2088
|
|
|
2089
2089
|
attr_accessor :HeuristicCacheTimeSwitch, :HeuristicCacheTime
|
|
2090
|
-
|
|
2090
|
+
|
|
2091
2091
|
def initialize(heuristiccachetimeswitch=nil, heuristiccachetime=nil)
|
|
2092
2092
|
@HeuristicCacheTimeSwitch = heuristiccachetimeswitch
|
|
2093
2093
|
@HeuristicCacheTime = heuristiccachetime
|
|
@@ -2130,7 +2130,7 @@ module TencentCloud
|
|
|
2130
2130
|
# @type IgnoreSetCookie: String
|
|
2131
2131
|
|
|
2132
2132
|
attr_accessor :Switch, :CacheTime, :CompareMaxAge, :IgnoreCacheControl, :IgnoreSetCookie
|
|
2133
|
-
|
|
2133
|
+
|
|
2134
2134
|
def initialize(switch=nil, cachetime=nil, comparemaxage=nil, ignorecachecontrol=nil, ignoresetcookie=nil)
|
|
2135
2135
|
@Switch = switch
|
|
2136
2136
|
@CacheTime = cachetime
|
|
@@ -2159,7 +2159,7 @@ module TencentCloud
|
|
|
2159
2159
|
# @type HeuristicCache: :class:`Tencentcloud::Cdn.v20180606.models.HeuristicCache`
|
|
2160
2160
|
|
|
2161
2161
|
attr_accessor :Switch, :HeuristicCache
|
|
2162
|
-
|
|
2162
|
+
|
|
2163
2163
|
def initialize(switch=nil, heuristiccache=nil)
|
|
2164
2164
|
@Switch = switch
|
|
2165
2165
|
@HeuristicCache = heuristiccache
|
|
@@ -2189,7 +2189,7 @@ module TencentCloud
|
|
|
2189
2189
|
# @type Revalidate: String
|
|
2190
2190
|
|
|
2191
2191
|
attr_accessor :Switch, :Revalidate
|
|
2192
|
-
|
|
2192
|
+
|
|
2193
2193
|
def initialize(switch=nil, revalidate=nil)
|
|
2194
2194
|
@Switch = switch
|
|
2195
2195
|
@Revalidate = revalidate
|
|
@@ -2230,7 +2230,7 @@ module TencentCloud
|
|
|
2230
2230
|
# @type KeyRules: Array
|
|
2231
2231
|
|
|
2232
2232
|
attr_accessor :FullUrlCache, :IgnoreCase, :QueryString, :Cookie, :Header, :CacheTag, :Scheme, :KeyRules
|
|
2233
|
-
|
|
2233
|
+
|
|
2234
2234
|
def initialize(fullurlcache=nil, ignorecase=nil, querystring=nil, cookie=nil, header=nil, cachetag=nil, scheme=nil, keyrules=nil)
|
|
2235
2235
|
@FullUrlCache = fullurlcache
|
|
2236
2236
|
@IgnoreCase = ignorecase
|
|
@@ -2286,7 +2286,7 @@ module TencentCloud
|
|
|
2286
2286
|
# @type FailUrls: Array
|
|
2287
2287
|
|
|
2288
2288
|
attr_accessor :SuccessUrls, :FailUrls
|
|
2289
|
-
|
|
2289
|
+
|
|
2290
2290
|
def initialize(successurls=nil, failurls=nil)
|
|
2291
2291
|
@SuccessUrls = successurls
|
|
2292
2292
|
@FailUrls = failurls
|
|
@@ -2310,7 +2310,7 @@ module TencentCloud
|
|
|
2310
2310
|
# @type Value: String
|
|
2311
2311
|
|
|
2312
2312
|
attr_accessor :Switch, :Value
|
|
2313
|
-
|
|
2313
|
+
|
|
2314
2314
|
def initialize(switch=nil, value=nil)
|
|
2315
2315
|
@Switch = switch
|
|
2316
2316
|
@Value = value
|
|
@@ -2340,7 +2340,7 @@ module TencentCloud
|
|
|
2340
2340
|
# @type KBpsThreshold: Integer
|
|
2341
2341
|
|
|
2342
2342
|
attr_accessor :RuleType, :RulePaths, :KBpsThreshold
|
|
2343
|
-
|
|
2343
|
+
|
|
2344
2344
|
def initialize(ruletype=nil, rulepaths=nil, kbpsthreshold=nil)
|
|
2345
2345
|
@RuleType = ruletype
|
|
2346
2346
|
@RulePaths = rulepaths
|
|
@@ -2373,7 +2373,7 @@ module TencentCloud
|
|
|
2373
2373
|
# @type Domain: String
|
|
2374
2374
|
|
|
2375
2375
|
attr_accessor :Ip, :Url, :UserAgent, :Value, :Domain
|
|
2376
|
-
|
|
2376
|
+
|
|
2377
2377
|
def initialize(ip=nil, url=nil, useragent=nil, value=nil, domain=nil)
|
|
2378
2378
|
@Ip = ip
|
|
2379
2379
|
@Url = url
|
|
@@ -2411,7 +2411,7 @@ module TencentCloud
|
|
|
2411
2411
|
# @type SummarizedData: :class:`Tencentcloud::Cdn.v20180606.models.SummarizedData`
|
|
2412
2412
|
|
|
2413
2413
|
attr_accessor :Metric, :DetailData, :SummarizedData
|
|
2414
|
-
|
|
2414
|
+
|
|
2415
2415
|
def initialize(metric=nil, detaildata=nil, summarizeddata=nil)
|
|
2416
2416
|
@Metric = metric
|
|
2417
2417
|
@DetailData = detaildata
|
|
@@ -2458,7 +2458,7 @@ module TencentCloud
|
|
|
2458
2458
|
# @type City: String
|
|
2459
2459
|
|
|
2460
2460
|
attr_accessor :Ip, :Platform, :Location, :History, :Area, :City
|
|
2461
|
-
|
|
2461
|
+
|
|
2462
2462
|
def initialize(ip=nil, platform=nil, location=nil, history=nil, area=nil, city=nil)
|
|
2463
2463
|
@Ip = ip
|
|
2464
2464
|
@Platform = platform
|
|
@@ -2497,7 +2497,7 @@ module TencentCloud
|
|
|
2497
2497
|
# @type Datetime: String
|
|
2498
2498
|
|
|
2499
2499
|
attr_accessor :Status, :Datetime
|
|
2500
|
-
|
|
2500
|
+
|
|
2501
2501
|
def initialize(status=nil, datetime=nil)
|
|
2502
2502
|
@Status = status
|
|
2503
2503
|
@Datetime = datetime
|
|
@@ -2528,7 +2528,7 @@ module TencentCloud
|
|
|
2528
2528
|
# @type DeployTime: String
|
|
2529
2529
|
|
|
2530
2530
|
attr_accessor :Certificate, :CertName, :ExpireTime, :DeployTime
|
|
2531
|
-
|
|
2531
|
+
|
|
2532
2532
|
def initialize(certificate=nil, certname=nil, expiretime=nil, deploytime=nil)
|
|
2533
2533
|
@Certificate = certificate
|
|
2534
2534
|
@CertName = certname
|
|
@@ -2560,7 +2560,7 @@ module TencentCloud
|
|
|
2560
2560
|
# @type Ip: String
|
|
2561
2561
|
|
|
2562
2562
|
attr_accessor :ProvName, :Country, :IspName, :Ip
|
|
2563
|
-
|
|
2563
|
+
|
|
2564
2564
|
def initialize(provname=nil, country=nil, ispname=nil, ip=nil)
|
|
2565
2565
|
@ProvName = provname
|
|
2566
2566
|
@Country = country
|
|
@@ -2588,7 +2588,7 @@ module TencentCloud
|
|
|
2588
2588
|
# @type Time: String
|
|
2589
2589
|
|
|
2590
2590
|
attr_accessor :ClientIp, :Request, :Count, :Time
|
|
2591
|
-
|
|
2591
|
+
|
|
2592
2592
|
def initialize(clientip=nil, request=nil, count=nil, time=nil)
|
|
2593
2593
|
@ClientIp = clientip
|
|
2594
2594
|
@Request = request
|
|
@@ -2620,7 +2620,7 @@ module TencentCloud
|
|
|
2620
2620
|
# @type Source: String
|
|
2621
2621
|
|
|
2622
2622
|
attr_accessor :TopicId, :TopicName, :Timestamp, :Content, :Filename, :Source
|
|
2623
|
-
|
|
2623
|
+
|
|
2624
2624
|
def initialize(topicid=nil, topicname=nil, timestamp=nil, content=nil, filename=nil, source=nil)
|
|
2625
2625
|
@TopicId = topicid
|
|
2626
2626
|
@TopicName = topicname
|
|
@@ -2650,7 +2650,7 @@ module TencentCloud
|
|
|
2650
2650
|
# @type Results: Array
|
|
2651
2651
|
|
|
2652
2652
|
attr_accessor :Context, :Listover, :Results
|
|
2653
|
-
|
|
2653
|
+
|
|
2654
2654
|
def initialize(context=nil, listover=nil, results=nil)
|
|
2655
2655
|
@Context = context
|
|
2656
2656
|
@Listover = listover
|
|
@@ -2678,7 +2678,7 @@ module TencentCloud
|
|
|
2678
2678
|
# @type Code: Integer
|
|
2679
2679
|
|
|
2680
2680
|
attr_accessor :Code
|
|
2681
|
-
|
|
2681
|
+
|
|
2682
2682
|
def initialize(code=nil)
|
|
2683
2683
|
@Code = code
|
|
2684
2684
|
end
|
|
@@ -2699,7 +2699,7 @@ module TencentCloud
|
|
|
2699
2699
|
# @type CompressionRules: Array
|
|
2700
2700
|
|
|
2701
2701
|
attr_accessor :Switch, :CompressionRules
|
|
2702
|
-
|
|
2702
|
+
|
|
2703
2703
|
def initialize(switch=nil, compressionrules=nil)
|
|
2704
2704
|
@Switch = switch
|
|
2705
2705
|
@CompressionRules = compressionrules
|
|
@@ -2758,7 +2758,7 @@ module TencentCloud
|
|
|
2758
2758
|
# @type RulePaths: Array
|
|
2759
2759
|
|
|
2760
2760
|
attr_accessor :Compress, :MinLength, :MaxLength, :Algorithms, :FileExtensions, :RuleType, :RulePaths
|
|
2761
|
-
|
|
2761
|
+
|
|
2762
2762
|
def initialize(compress=nil, minlength=nil, maxlength=nil, algorithms=nil, fileextensions=nil, ruletype=nil, rulepaths=nil)
|
|
2763
2763
|
@Compress = compress
|
|
2764
2764
|
@MinLength = minlength
|
|
@@ -2792,7 +2792,7 @@ module TencentCloud
|
|
|
2792
2792
|
# @type Value: String
|
|
2793
2793
|
|
|
2794
2794
|
attr_accessor :Switch, :Value
|
|
2795
|
-
|
|
2795
|
+
|
|
2796
2796
|
def initialize(switch=nil, value=nil)
|
|
2797
2797
|
@Switch = switch
|
|
2798
2798
|
@Value = value
|
|
@@ -2816,7 +2816,7 @@ module TencentCloud
|
|
|
2816
2816
|
# @type DomainAreaConfigs: Array
|
|
2817
2817
|
|
|
2818
2818
|
attr_accessor :TopicName, :LogsetId, :Channel, :DomainAreaConfigs
|
|
2819
|
-
|
|
2819
|
+
|
|
2820
2820
|
def initialize(topicname=nil, logsetid=nil, channel=nil, domainareaconfigs=nil)
|
|
2821
2821
|
@TopicName = topicname
|
|
2822
2822
|
@LogsetId = logsetid
|
|
@@ -2848,7 +2848,7 @@ module TencentCloud
|
|
|
2848
2848
|
# @type RequestId: String
|
|
2849
2849
|
|
|
2850
2850
|
attr_accessor :TopicId, :RequestId
|
|
2851
|
-
|
|
2851
|
+
|
|
2852
2852
|
def initialize(topicid=nil, requestid=nil)
|
|
2853
2853
|
@TopicId = topicid
|
|
2854
2854
|
@RequestId = requestid
|
|
@@ -2868,7 +2868,7 @@ module TencentCloud
|
|
|
2868
2868
|
# @type Origin: String
|
|
2869
2869
|
|
|
2870
2870
|
attr_accessor :Url, :Origin
|
|
2871
|
-
|
|
2871
|
+
|
|
2872
2872
|
def initialize(url=nil, origin=nil)
|
|
2873
2873
|
@Url = url
|
|
2874
2874
|
@Origin = origin
|
|
@@ -2888,7 +2888,7 @@ module TencentCloud
|
|
|
2888
2888
|
# @type RequestId: String
|
|
2889
2889
|
|
|
2890
2890
|
attr_accessor :DiagnoseLink, :RequestId
|
|
2891
|
-
|
|
2891
|
+
|
|
2892
2892
|
def initialize(diagnoselink=nil, requestid=nil)
|
|
2893
2893
|
@DiagnoseLink = diagnoselink
|
|
2894
2894
|
@RequestId = requestid
|
|
@@ -2912,7 +2912,7 @@ module TencentCloud
|
|
|
2912
2912
|
# @type CosUriTo: String
|
|
2913
2913
|
|
|
2914
2914
|
attr_accessor :CosBucket, :CosUriFrom, :BlockID, :CosUriTo
|
|
2915
|
-
|
|
2915
|
+
|
|
2916
2916
|
def initialize(cosbucket=nil, cosurifrom=nil, blockid=nil, cosurito=nil)
|
|
2917
2917
|
@CosBucket = cosbucket
|
|
2918
2918
|
@CosUriFrom = cosurifrom
|
|
@@ -2934,7 +2934,7 @@ module TencentCloud
|
|
|
2934
2934
|
# @type RequestId: String
|
|
2935
2935
|
|
|
2936
2936
|
attr_accessor :RequestId
|
|
2937
|
-
|
|
2937
|
+
|
|
2938
2938
|
def initialize(requestid=nil)
|
|
2939
2939
|
@RequestId = requestid
|
|
2940
2940
|
end
|
|
@@ -2960,7 +2960,7 @@ module TencentCloud
|
|
|
2960
2960
|
# @type Bot: :class:`Tencentcloud::Cdn.v20180606.models.ScdnBotConfig`
|
|
2961
2961
|
|
|
2962
2962
|
attr_accessor :Domain, :Waf, :Acl, :CC, :Ddos, :Bot
|
|
2963
|
-
|
|
2963
|
+
|
|
2964
2964
|
def initialize(domain=nil, waf=nil, acl=nil, cc=nil, ddos=nil, bot=nil)
|
|
2965
2965
|
@Domain = domain
|
|
2966
2966
|
@Waf = waf
|
|
@@ -3003,7 +3003,7 @@ module TencentCloud
|
|
|
3003
3003
|
# @type RequestId: String
|
|
3004
3004
|
|
|
3005
3005
|
attr_accessor :Result, :RequestId
|
|
3006
|
-
|
|
3006
|
+
|
|
3007
3007
|
def initialize(result=nil, requestid=nil)
|
|
3008
3008
|
@Result = result
|
|
3009
3009
|
@RequestId = requestid
|
|
@@ -3023,7 +3023,7 @@ module TencentCloud
|
|
|
3023
3023
|
# @type Area: String
|
|
3024
3024
|
|
|
3025
3025
|
attr_accessor :TaskId, :Area
|
|
3026
|
-
|
|
3026
|
+
|
|
3027
3027
|
def initialize(taskid=nil, area=nil)
|
|
3028
3028
|
@TaskId = taskid
|
|
3029
3029
|
@Area = area
|
|
@@ -3044,7 +3044,7 @@ module TencentCloud
|
|
|
3044
3044
|
# @type RequestId: String
|
|
3045
3045
|
|
|
3046
3046
|
attr_accessor :Result, :RequestId
|
|
3047
|
-
|
|
3047
|
+
|
|
3048
3048
|
def initialize(result=nil, requestid=nil)
|
|
3049
3049
|
@Result = result
|
|
3050
3050
|
@RequestId = requestid
|
|
@@ -3111,7 +3111,7 @@ module TencentCloud
|
|
|
3111
3111
|
# @type Area: String
|
|
3112
3112
|
|
|
3113
3113
|
attr_accessor :Mode, :StartTime, :EndTime, :Domain, :AttackType, :DefenceMode, :Ip, :Domains, :AttackTypes, :Conditions, :Source, :Area
|
|
3114
|
-
|
|
3114
|
+
|
|
3115
3115
|
def initialize(mode=nil, starttime=nil, endtime=nil, domain=nil, attacktype=nil, defencemode=nil, ip=nil, domains=nil, attacktypes=nil, conditions=nil, source=nil, area=nil)
|
|
3116
3116
|
@Mode = mode
|
|
3117
3117
|
@StartTime = starttime
|
|
@@ -3159,7 +3159,7 @@ module TencentCloud
|
|
|
3159
3159
|
# @type RequestId: String
|
|
3160
3160
|
|
|
3161
3161
|
attr_accessor :Result, :RequestId
|
|
3162
|
-
|
|
3162
|
+
|
|
3163
3163
|
def initialize(result=nil, requestid=nil)
|
|
3164
3164
|
@Result = result
|
|
3165
3165
|
@RequestId = requestid
|
|
@@ -3177,7 +3177,7 @@ module TencentCloud
|
|
|
3177
3177
|
# @type Domain: String
|
|
3178
3178
|
|
|
3179
3179
|
attr_accessor :Domain
|
|
3180
|
-
|
|
3180
|
+
|
|
3181
3181
|
def initialize(domain=nil)
|
|
3182
3182
|
@Domain = domain
|
|
3183
3183
|
end
|
|
@@ -3208,7 +3208,7 @@ module TencentCloud
|
|
|
3208
3208
|
# @type RequestId: String
|
|
3209
3209
|
|
|
3210
3210
|
attr_accessor :SubDomain, :Record, :RecordType, :FileVerifyUrl, :FileVerifyDomains, :FileVerifyName, :RequestId
|
|
3211
|
-
|
|
3211
|
+
|
|
3212
3212
|
def initialize(subdomain=nil, record=nil, recordtype=nil, fileverifyurl=nil, fileverifydomains=nil, fileverifyname=nil, requestid=nil)
|
|
3213
3213
|
@SubDomain = subdomain
|
|
3214
3214
|
@Record = record
|
|
@@ -3240,7 +3240,7 @@ module TencentCloud
|
|
|
3240
3240
|
# @type Time: String
|
|
3241
3241
|
|
|
3242
3242
|
attr_accessor :AttackType, :Value, :Time
|
|
3243
|
-
|
|
3243
|
+
|
|
3244
3244
|
def initialize(attacktype=nil, value=nil, time=nil)
|
|
3245
3245
|
@AttackType = attacktype
|
|
3246
3246
|
@Value = value
|
|
@@ -3268,7 +3268,7 @@ module TencentCloud
|
|
|
3268
3268
|
# @type AttackCount: Float
|
|
3269
3269
|
|
|
3270
3270
|
attr_accessor :AttackIP, :Province, :Country, :Isp, :AttackCount
|
|
3271
|
-
|
|
3271
|
+
|
|
3272
3272
|
def initialize(attackip=nil, province=nil, country=nil, isp=nil, attackcount=nil)
|
|
3273
3273
|
@AttackIP = attackip
|
|
3274
3274
|
@Province = province
|
|
@@ -3294,7 +3294,7 @@ module TencentCloud
|
|
|
3294
3294
|
# @type Value: Float
|
|
3295
3295
|
|
|
3296
3296
|
attr_accessor :Time, :Value
|
|
3297
|
-
|
|
3297
|
+
|
|
3298
3298
|
def initialize(time=nil, value=nil)
|
|
3299
3299
|
@Time = time
|
|
3300
3300
|
@Value = value
|
|
@@ -3314,7 +3314,7 @@ module TencentCloud
|
|
|
3314
3314
|
# @type Value: Integer
|
|
3315
3315
|
|
|
3316
3316
|
attr_accessor :AttackType, :Value
|
|
3317
|
-
|
|
3317
|
+
|
|
3318
3318
|
def initialize(attacktype=nil, value=nil)
|
|
3319
3319
|
@AttackType = attacktype
|
|
3320
3320
|
@Value = value
|
|
@@ -3333,7 +3333,7 @@ module TencentCloud
|
|
|
3333
3333
|
# @type Domain: String
|
|
3334
3334
|
|
|
3335
3335
|
attr_accessor :Domain
|
|
3336
|
-
|
|
3336
|
+
|
|
3337
3337
|
def initialize(domain=nil)
|
|
3338
3338
|
@Domain = domain
|
|
3339
3339
|
end
|
|
@@ -3349,7 +3349,7 @@ module TencentCloud
|
|
|
3349
3349
|
# @type RequestId: String
|
|
3350
3350
|
|
|
3351
3351
|
attr_accessor :RequestId
|
|
3352
|
-
|
|
3352
|
+
|
|
3353
3353
|
def initialize(requestid=nil)
|
|
3354
3354
|
@RequestId = requestid
|
|
3355
3355
|
end
|
|
@@ -3369,7 +3369,7 @@ module TencentCloud
|
|
|
3369
3369
|
# @type Channel: String
|
|
3370
3370
|
|
|
3371
3371
|
attr_accessor :TopicId, :LogsetId, :Channel
|
|
3372
|
-
|
|
3372
|
+
|
|
3373
3373
|
def initialize(topicid=nil, logsetid=nil, channel=nil)
|
|
3374
3374
|
@TopicId = topicid
|
|
3375
3375
|
@LogsetId = logsetid
|
|
@@ -3389,7 +3389,7 @@ module TencentCloud
|
|
|
3389
3389
|
# @type RequestId: String
|
|
3390
3390
|
|
|
3391
3391
|
attr_accessor :RequestId
|
|
3392
|
-
|
|
3392
|
+
|
|
3393
3393
|
def initialize(requestid=nil)
|
|
3394
3394
|
@RequestId = requestid
|
|
3395
3395
|
end
|
|
@@ -3405,7 +3405,7 @@ module TencentCloud
|
|
|
3405
3405
|
# @type Domain: String
|
|
3406
3406
|
|
|
3407
3407
|
attr_accessor :Domain
|
|
3408
|
-
|
|
3408
|
+
|
|
3409
3409
|
def initialize(domain=nil)
|
|
3410
3410
|
@Domain = domain
|
|
3411
3411
|
end
|
|
@@ -3423,7 +3423,7 @@ module TencentCloud
|
|
|
3423
3423
|
# @type RequestId: String
|
|
3424
3424
|
|
|
3425
3425
|
attr_accessor :Result, :RequestId
|
|
3426
|
-
|
|
3426
|
+
|
|
3427
3427
|
def initialize(result=nil, requestid=nil)
|
|
3428
3428
|
@Result = result
|
|
3429
3429
|
@RequestId = requestid
|
|
@@ -3478,7 +3478,7 @@ module TencentCloud
|
|
|
3478
3478
|
# @type TimeZone: String
|
|
3479
3479
|
|
|
3480
3480
|
attr_accessor :StartTime, :EndTime, :Interval, :Domain, :Project, :Area, :District, :Metric, :Product, :TimeZone
|
|
3481
|
-
|
|
3481
|
+
|
|
3482
3482
|
def initialize(starttime=nil, endtime=nil, interval=nil, domain=nil, project=nil, area=nil, district=nil, metric=nil, product=nil, timezone=nil)
|
|
3483
3483
|
@StartTime = starttime
|
|
3484
3484
|
@EndTime = endtime
|
|
@@ -3520,7 +3520,7 @@ module TencentCloud
|
|
|
3520
3520
|
# @type RequestId: String
|
|
3521
3521
|
|
|
3522
3522
|
attr_accessor :Interval, :Data, :RequestId
|
|
3523
|
-
|
|
3523
|
+
|
|
3524
3524
|
def initialize(interval=nil, data=nil, requestid=nil)
|
|
3525
3525
|
@Interval = interval
|
|
3526
3526
|
@Data = data
|
|
@@ -3568,7 +3568,7 @@ module TencentCloud
|
|
|
3568
3568
|
# @type Area: String
|
|
3569
3569
|
|
|
3570
3570
|
attr_accessor :StartTime, :EndTime, :Interval, :Domain, :ActionName, :Domains, :Source, :Area
|
|
3571
|
-
|
|
3571
|
+
|
|
3572
3572
|
def initialize(starttime=nil, endtime=nil, interval=nil, domain=nil, actionname=nil, domains=nil, source=nil, area=nil)
|
|
3573
3573
|
@StartTime = starttime
|
|
3574
3574
|
@EndTime = endtime
|
|
@@ -3611,7 +3611,7 @@ module TencentCloud
|
|
|
3611
3611
|
# @type RequestId: String
|
|
3612
3612
|
|
|
3613
3613
|
attr_accessor :Data, :Interval, :InterceptQpsData, :RedirectQpsData, :ObserveQpsData, :RequestId
|
|
3614
|
-
|
|
3614
|
+
|
|
3615
3615
|
def initialize(data=nil, interval=nil, interceptqpsdata=nil, redirectqpsdata=nil, observeqpsdata=nil, requestid=nil)
|
|
3616
3616
|
@Data = data
|
|
3617
3617
|
@Interval = interval
|
|
@@ -3742,7 +3742,7 @@ module TencentCloud
|
|
|
3742
3742
|
# @type TimeZone: String
|
|
3743
3743
|
|
|
3744
3744
|
attr_accessor :StartTime, :EndTime, :Metric, :Domains, :Project, :Interval, :Detail, :Isp, :District, :Protocol, :DataSource, :IpProtocol, :Area, :AreaType, :Product, :TimeZone
|
|
3745
|
-
|
|
3745
|
+
|
|
3746
3746
|
def initialize(starttime=nil, endtime=nil, metric=nil, domains=nil, project=nil, interval=nil, detail=nil, isp=nil, district=nil, protocol=nil, datasource=nil, ipprotocol=nil, area=nil, areatype=nil, product=nil, timezone=nil)
|
|
3747
3747
|
@StartTime = starttime
|
|
3748
3748
|
@EndTime = endtime
|
|
@@ -3796,7 +3796,7 @@ module TencentCloud
|
|
|
3796
3796
|
# @type RequestId: String
|
|
3797
3797
|
|
|
3798
3798
|
attr_accessor :Interval, :Data, :RequestId
|
|
3799
|
-
|
|
3799
|
+
|
|
3800
3800
|
def initialize(interval=nil, data=nil, requestid=nil)
|
|
3801
3801
|
@Interval = interval
|
|
3802
3802
|
@Data = data
|
|
@@ -3840,7 +3840,7 @@ module TencentCloud
|
|
|
3840
3840
|
# @type LogType: String
|
|
3841
3841
|
|
|
3842
3842
|
attr_accessor :Domain, :StartTime, :EndTime, :Offset, :Limit, :Area, :LogType
|
|
3843
|
-
|
|
3843
|
+
|
|
3844
3844
|
def initialize(domain=nil, starttime=nil, endtime=nil, offset=nil, limit=nil, area=nil, logtype=nil)
|
|
3845
3845
|
@Domain = domain
|
|
3846
3846
|
@StartTime = starttime
|
|
@@ -3873,7 +3873,7 @@ module TencentCloud
|
|
|
3873
3873
|
# @type RequestId: String
|
|
3874
3874
|
|
|
3875
3875
|
attr_accessor :DomainLogs, :TotalCount, :RequestId
|
|
3876
|
-
|
|
3876
|
+
|
|
3877
3877
|
def initialize(domainlogs=nil, totalcount=nil, requestid=nil)
|
|
3878
3878
|
@DomainLogs = domainlogs
|
|
3879
3879
|
@TotalCount = totalcount
|
|
@@ -3900,7 +3900,7 @@ module TencentCloud
|
|
|
3900
3900
|
# @type Ips: Array
|
|
3901
3901
|
|
|
3902
3902
|
attr_accessor :Ips
|
|
3903
|
-
|
|
3903
|
+
|
|
3904
3904
|
def initialize(ips=nil)
|
|
3905
3905
|
@Ips = ips
|
|
3906
3906
|
end
|
|
@@ -3918,7 +3918,7 @@ module TencentCloud
|
|
|
3918
3918
|
# @type RequestId: String
|
|
3919
3919
|
|
|
3920
3920
|
attr_accessor :Ips, :RequestId
|
|
3921
|
-
|
|
3921
|
+
|
|
3922
3922
|
def initialize(ips=nil, requestid=nil)
|
|
3923
3923
|
@Ips = ips
|
|
3924
3924
|
@RequestId = requestid
|
|
@@ -3940,7 +3940,7 @@ module TencentCloud
|
|
|
3940
3940
|
# DescribeCdnOriginIp请求参数结构体
|
|
3941
3941
|
class DescribeCdnOriginIpRequest < TencentCloud::Common::AbstractModel
|
|
3942
3942
|
|
|
3943
|
-
|
|
3943
|
+
|
|
3944
3944
|
def initialize()
|
|
3945
3945
|
end
|
|
3946
3946
|
|
|
@@ -3958,7 +3958,7 @@ module TencentCloud
|
|
|
3958
3958
|
# @type RequestId: String
|
|
3959
3959
|
|
|
3960
3960
|
attr_accessor :Ips, :TotalCount, :RequestId
|
|
3961
|
-
|
|
3961
|
+
|
|
3962
3962
|
def initialize(ips=nil, totalcount=nil, requestid=nil)
|
|
3963
3963
|
@Ips = ips
|
|
3964
3964
|
@TotalCount = totalcount
|
|
@@ -3989,7 +3989,7 @@ module TencentCloud
|
|
|
3989
3989
|
# @type Product: String
|
|
3990
3990
|
|
|
3991
3991
|
attr_accessor :Cert, :CertId, :Product
|
|
3992
|
-
|
|
3992
|
+
|
|
3993
3993
|
def initialize(cert=nil, certid=nil, product=nil)
|
|
3994
3994
|
@Cert = cert
|
|
3995
3995
|
@CertId = certid
|
|
@@ -4015,7 +4015,7 @@ module TencentCloud
|
|
|
4015
4015
|
# @type RequestId: String
|
|
4016
4016
|
|
|
4017
4017
|
attr_accessor :Domains, :CertifiedDomains, :RequestId
|
|
4018
|
-
|
|
4018
|
+
|
|
4019
4019
|
def initialize(domains=nil, certifieddomains=nil, requestid=nil)
|
|
4020
4020
|
@Domains = domains
|
|
4021
4021
|
@CertifiedDomains = certifieddomains
|
|
@@ -4043,7 +4043,7 @@ module TencentCloud
|
|
|
4043
4043
|
# @type Interval: String
|
|
4044
4044
|
|
|
4045
4045
|
attr_accessor :StartTime, :EndTime, :Interval
|
|
4046
|
-
|
|
4046
|
+
|
|
4047
4047
|
def initialize(starttime=nil, endtime=nil, interval=nil)
|
|
4048
4048
|
@StartTime = starttime
|
|
4049
4049
|
@EndTime = endtime
|
|
@@ -4073,7 +4073,7 @@ module TencentCloud
|
|
|
4073
4073
|
# @type RequestId: String
|
|
4074
4074
|
|
|
4075
4075
|
attr_accessor :Data, :Interval, :AttackBandwidthData, :RequestId
|
|
4076
|
-
|
|
4076
|
+
|
|
4077
4077
|
def initialize(data=nil, interval=nil, attackbandwidthdata=nil, requestid=nil)
|
|
4078
4078
|
@Data = data
|
|
4079
4079
|
@Interval = interval
|
|
@@ -4109,7 +4109,7 @@ module TencentCloud
|
|
|
4109
4109
|
# @type ReportId: String
|
|
4110
4110
|
|
|
4111
4111
|
attr_accessor :ReportId
|
|
4112
|
-
|
|
4112
|
+
|
|
4113
4113
|
def initialize(reportid=nil)
|
|
4114
4114
|
@ReportId = reportid
|
|
4115
4115
|
end
|
|
@@ -4144,7 +4144,7 @@ module TencentCloud
|
|
|
4144
4144
|
# @type RequestId: String
|
|
4145
4145
|
|
|
4146
4146
|
attr_accessor :BaskInfo, :CnameInfo, :ClientInfo, :DnsInfo, :NetworkInfo, :OcNodeInfo, :MidNodeInfo, :OriginInfo, :PurgeInfo, :RequestId
|
|
4147
|
-
|
|
4147
|
+
|
|
4148
4148
|
def initialize(baskinfo=nil, cnameinfo=nil, clientinfo=nil, dnsinfo=nil, networkinfo=nil, ocnodeinfo=nil, midnodeinfo=nil, origininfo=nil, purgeinfo=nil, requestid=nil)
|
|
4149
4149
|
@BaskInfo = baskinfo
|
|
4150
4150
|
@CnameInfo = cnameinfo
|
|
@@ -4243,7 +4243,7 @@ module TencentCloud
|
|
|
4243
4243
|
# @type Interval: String
|
|
4244
4244
|
|
|
4245
4245
|
attr_accessor :Domains, :StartTime, :EndTime, :Metric, :Districts, :Isps, :Protocol, :IpProtocol, :Interval
|
|
4246
|
-
|
|
4246
|
+
|
|
4247
4247
|
def initialize(domains=nil, starttime=nil, endtime=nil, metric=nil, districts=nil, isps=nil, protocol=nil, ipprotocol=nil, interval=nil)
|
|
4248
4248
|
@Domains = domains
|
|
4249
4249
|
@StartTime = starttime
|
|
@@ -4278,7 +4278,7 @@ module TencentCloud
|
|
|
4278
4278
|
# @type RequestId: String
|
|
4279
4279
|
|
|
4280
4280
|
attr_accessor :Data, :RequestId
|
|
4281
|
-
|
|
4281
|
+
|
|
4282
4282
|
def initialize(data=nil, requestid=nil)
|
|
4283
4283
|
@Data = data
|
|
4284
4284
|
@RequestId = requestid
|
|
@@ -4309,7 +4309,7 @@ module TencentCloud
|
|
|
4309
4309
|
# @type Sort: :class:`Tencentcloud::Cdn.v20180606.models.Sort`
|
|
4310
4310
|
|
|
4311
4311
|
attr_accessor :Offset, :Limit, :Filters, :Sort
|
|
4312
|
-
|
|
4312
|
+
|
|
4313
4313
|
def initialize(offset=nil, limit=nil, filters=nil, sort=nil)
|
|
4314
4314
|
@Offset = offset
|
|
4315
4315
|
@Limit = limit
|
|
@@ -4346,7 +4346,7 @@ module TencentCloud
|
|
|
4346
4346
|
# @type RequestId: String
|
|
4347
4347
|
|
|
4348
4348
|
attr_accessor :Domains, :TotalNumber, :RequestId
|
|
4349
|
-
|
|
4349
|
+
|
|
4350
4350
|
def initialize(domains=nil, totalnumber=nil, requestid=nil)
|
|
4351
4351
|
@Domains = domains
|
|
4352
4352
|
@TotalNumber = totalnumber
|
|
@@ -4377,7 +4377,7 @@ module TencentCloud
|
|
|
4377
4377
|
# @type Filters: Array
|
|
4378
4378
|
|
|
4379
4379
|
attr_accessor :Offset, :Limit, :Filters
|
|
4380
|
-
|
|
4380
|
+
|
|
4381
4381
|
def initialize(offset=nil, limit=nil, filters=nil)
|
|
4382
4382
|
@Offset = offset
|
|
4383
4383
|
@Limit = limit
|
|
@@ -4409,7 +4409,7 @@ module TencentCloud
|
|
|
4409
4409
|
# @type RequestId: String
|
|
4410
4410
|
|
|
4411
4411
|
attr_accessor :Domains, :TotalNumber, :RequestId
|
|
4412
|
-
|
|
4412
|
+
|
|
4413
4413
|
def initialize(domains=nil, totalnumber=nil, requestid=nil)
|
|
4414
4414
|
@Domains = domains
|
|
4415
4415
|
@TotalNumber = totalnumber
|
|
@@ -4444,7 +4444,7 @@ module TencentCloud
|
|
|
4444
4444
|
# @type Filters: Array
|
|
4445
4445
|
|
|
4446
4446
|
attr_accessor :StartTime, :EndTime, :Limit, :Offset, :Filters
|
|
4447
|
-
|
|
4447
|
+
|
|
4448
4448
|
def initialize(starttime=nil, endtime=nil, limit=nil, offset=nil, filters=nil)
|
|
4449
4449
|
@StartTime = starttime
|
|
4450
4450
|
@EndTime = endtime
|
|
@@ -4479,7 +4479,7 @@ module TencentCloud
|
|
|
4479
4479
|
# @type RequestId: String
|
|
4480
4480
|
|
|
4481
4481
|
attr_accessor :EdgePackTaskStatusSet, :TotalCount, :RequestId
|
|
4482
|
-
|
|
4482
|
+
|
|
4483
4483
|
def initialize(edgepacktaskstatusset=nil, totalcount=nil, requestid=nil)
|
|
4484
4484
|
@EdgePackTaskStatusSet = edgepacktaskstatusset
|
|
4485
4485
|
@TotalCount = totalcount
|
|
@@ -4527,7 +4527,7 @@ module TencentCloud
|
|
|
4527
4527
|
# @type Source: String
|
|
4528
4528
|
|
|
4529
4529
|
attr_accessor :Mode, :StartTime, :EndTime, :Domain, :ActionName, :Url, :Area, :Source
|
|
4530
|
-
|
|
4530
|
+
|
|
4531
4531
|
def initialize(mode=nil, starttime=nil, endtime=nil, domain=nil, actionname=nil, url=nil, area=nil, source=nil)
|
|
4532
4532
|
@Mode = mode
|
|
4533
4533
|
@StartTime = starttime
|
|
@@ -4559,7 +4559,7 @@ module TencentCloud
|
|
|
4559
4559
|
# @type RequestId: String
|
|
4560
4560
|
|
|
4561
4561
|
attr_accessor :Results, :RequestId
|
|
4562
|
-
|
|
4562
|
+
|
|
4563
4563
|
def initialize(results=nil, requestid=nil)
|
|
4564
4564
|
@Results = results
|
|
4565
4565
|
@RequestId = requestid
|
|
@@ -4586,7 +4586,7 @@ module TencentCloud
|
|
|
4586
4586
|
# @type Limit: Integer
|
|
4587
4587
|
|
|
4588
4588
|
attr_accessor :Offset, :Limit
|
|
4589
|
-
|
|
4589
|
+
|
|
4590
4590
|
def initialize(offset=nil, limit=nil)
|
|
4591
4591
|
@Offset = offset
|
|
4592
4592
|
@Limit = limit
|
|
@@ -4614,7 +4614,7 @@ module TencentCloud
|
|
|
4614
4614
|
# @type RequestId: String
|
|
4615
4615
|
|
|
4616
4616
|
attr_accessor :TotalCount, :HttpsPackages, :ExpiringCount, :EnabledCount, :PaidCount, :RequestId
|
|
4617
|
-
|
|
4617
|
+
|
|
4618
4618
|
def initialize(totalcount=nil, httpspackages=nil, expiringcount=nil, enabledcount=nil, paidcount=nil, requestid=nil)
|
|
4619
4619
|
@TotalCount = totalcount
|
|
4620
4620
|
@HttpsPackages = httpspackages
|
|
@@ -4647,7 +4647,7 @@ module TencentCloud
|
|
|
4647
4647
|
# @type Domain: String
|
|
4648
4648
|
|
|
4649
4649
|
attr_accessor :Domain
|
|
4650
|
-
|
|
4650
|
+
|
|
4651
4651
|
def initialize(domain=nil)
|
|
4652
4652
|
@Domain = domain
|
|
4653
4653
|
end
|
|
@@ -4675,7 +4675,7 @@ module TencentCloud
|
|
|
4675
4675
|
# @type RequestId: String
|
|
4676
4676
|
|
|
4677
4677
|
attr_accessor :WebpAdapter, :TpgAdapter, :GuetzliAdapter, :AvifAdapter, :RequestId
|
|
4678
|
-
|
|
4678
|
+
|
|
4679
4679
|
def initialize(webpadapter=nil, tpgadapter=nil, guetzliadapter=nil, avifadapter=nil, requestid=nil)
|
|
4680
4680
|
@WebpAdapter = webpadapter
|
|
4681
4681
|
@TpgAdapter = tpgadapter
|
|
@@ -4727,7 +4727,7 @@ module TencentCloud
|
|
|
4727
4727
|
# @type AbbreviationIpv6: Boolean
|
|
4728
4728
|
|
|
4729
4729
|
attr_accessor :Domain, :Layer, :Area, :Segment, :ShowIpv6, :AbbreviationIpv6
|
|
4730
|
-
|
|
4730
|
+
|
|
4731
4731
|
def initialize(domain=nil, layer=nil, area=nil, segment=nil, showipv6=nil, abbreviationipv6=nil)
|
|
4732
4732
|
@Domain = domain
|
|
4733
4733
|
@Layer = layer
|
|
@@ -4757,7 +4757,7 @@ module TencentCloud
|
|
|
4757
4757
|
# @type RequestId: String
|
|
4758
4758
|
|
|
4759
4759
|
attr_accessor :Ips, :TotalCount, :RequestId
|
|
4760
|
-
|
|
4760
|
+
|
|
4761
4761
|
def initialize(ips=nil, totalcount=nil, requestid=nil)
|
|
4762
4762
|
@Ips = ips
|
|
4763
4763
|
@TotalCount = totalcount
|
|
@@ -4797,7 +4797,7 @@ module TencentCloud
|
|
|
4797
4797
|
# @type Interval: String
|
|
4798
4798
|
|
|
4799
4799
|
attr_accessor :StartTime, :EndTime, :Domains, :Project, :Interval
|
|
4800
|
-
|
|
4800
|
+
|
|
4801
4801
|
def initialize(starttime=nil, endtime=nil, domains=nil, project=nil, interval=nil)
|
|
4802
4802
|
@StartTime = starttime
|
|
4803
4803
|
@EndTime = endtime
|
|
@@ -4825,7 +4825,7 @@ module TencentCloud
|
|
|
4825
4825
|
# @type RequestId: String
|
|
4826
4826
|
|
|
4827
4827
|
attr_accessor :Interval, :Data, :RequestId
|
|
4828
|
-
|
|
4828
|
+
|
|
4829
4829
|
def initialize(interval=nil, data=nil, requestid=nil)
|
|
4830
4830
|
@Interval = interval
|
|
4831
4831
|
@Data = data
|
|
@@ -4854,7 +4854,7 @@ module TencentCloud
|
|
|
4854
4854
|
# @type Name: String
|
|
4855
4855
|
|
|
4856
4856
|
attr_accessor :Name
|
|
4857
|
-
|
|
4857
|
+
|
|
4858
4858
|
def initialize(name=nil)
|
|
4859
4859
|
@Name = name
|
|
4860
4860
|
end
|
|
@@ -4878,7 +4878,7 @@ module TencentCloud
|
|
|
4878
4878
|
# @type RequestId: String
|
|
4879
4879
|
|
|
4880
4880
|
attr_accessor :MapInfoList, :ServerRegionRelation, :ClientRegionRelation, :RequestId
|
|
4881
|
-
|
|
4881
|
+
|
|
4882
4882
|
def initialize(mapinfolist=nil, serverregionrelation=nil, clientregionrelation=nil, requestid=nil)
|
|
4883
4883
|
@MapInfoList = mapinfolist
|
|
4884
4884
|
@ServerRegionRelation = serverregionrelation
|
|
@@ -4961,7 +4961,7 @@ module TencentCloud
|
|
|
4961
4961
|
# @type TimeZone: String
|
|
4962
4962
|
|
|
4963
4963
|
attr_accessor :StartTime, :EndTime, :Metric, :Domains, :Project, :Interval, :Detail, :Area, :TimeZone
|
|
4964
|
-
|
|
4964
|
+
|
|
4965
4965
|
def initialize(starttime=nil, endtime=nil, metric=nil, domains=nil, project=nil, interval=nil, detail=nil, area=nil, timezone=nil)
|
|
4966
4966
|
@StartTime = starttime
|
|
4967
4967
|
@EndTime = endtime
|
|
@@ -4997,7 +4997,7 @@ module TencentCloud
|
|
|
4997
4997
|
# @type RequestId: String
|
|
4998
4998
|
|
|
4999
4999
|
attr_accessor :Interval, :Data, :RequestId
|
|
5000
|
-
|
|
5000
|
+
|
|
5001
5001
|
def initialize(interval=nil, data=nil, requestid=nil)
|
|
5002
5002
|
@Interval = interval
|
|
5003
5003
|
@Data = data
|
|
@@ -5035,7 +5035,7 @@ module TencentCloud
|
|
|
5035
5035
|
# @type Type: String
|
|
5036
5036
|
|
|
5037
5037
|
attr_accessor :Area, :Product, :Type
|
|
5038
|
-
|
|
5038
|
+
|
|
5039
5039
|
def initialize(area=nil, product=nil, type=nil)
|
|
5040
5040
|
@Area = area
|
|
5041
5041
|
@Product = product
|
|
@@ -5086,7 +5086,7 @@ module TencentCloud
|
|
|
5086
5086
|
# @type RequestId: String
|
|
5087
5087
|
|
|
5088
5088
|
attr_accessor :PayType, :BillingCycle, :StatType, :RegionType, :CurrentPayType, :RequestId
|
|
5089
|
-
|
|
5089
|
+
|
|
5090
5090
|
def initialize(paytype=nil, billingcycle=nil, stattype=nil, regiontype=nil, currentpaytype=nil, requestid=nil)
|
|
5091
5091
|
@PayType = paytype
|
|
5092
5092
|
@BillingCycle = billingcycle
|
|
@@ -5109,7 +5109,7 @@ module TencentCloud
|
|
|
5109
5109
|
# DescribePurgeQuota请求参数结构体
|
|
5110
5110
|
class DescribePurgeQuotaRequest < TencentCloud::Common::AbstractModel
|
|
5111
5111
|
|
|
5112
|
-
|
|
5112
|
+
|
|
5113
5113
|
def initialize()
|
|
5114
5114
|
end
|
|
5115
5115
|
|
|
@@ -5127,7 +5127,7 @@ module TencentCloud
|
|
|
5127
5127
|
# @type RequestId: String
|
|
5128
5128
|
|
|
5129
5129
|
attr_accessor :UrlPurge, :PathPurge, :RequestId
|
|
5130
|
-
|
|
5130
|
+
|
|
5131
5131
|
def initialize(urlpurge=nil, pathpurge=nil, requestid=nil)
|
|
5132
5132
|
@UrlPurge = urlpurge
|
|
5133
5133
|
@PathPurge = pathpurge
|
|
@@ -5186,7 +5186,7 @@ module TencentCloud
|
|
|
5186
5186
|
# @type Area: String
|
|
5187
5187
|
|
|
5188
5188
|
attr_accessor :PurgeType, :StartTime, :EndTime, :TaskId, :Offset, :Limit, :Keyword, :Status, :Area
|
|
5189
|
-
|
|
5189
|
+
|
|
5190
5190
|
def initialize(purgetype=nil, starttime=nil, endtime=nil, taskid=nil, offset=nil, limit=nil, keyword=nil, status=nil, area=nil)
|
|
5191
5191
|
@PurgeType = purgetype
|
|
5192
5192
|
@StartTime = starttime
|
|
@@ -5224,7 +5224,7 @@ module TencentCloud
|
|
|
5224
5224
|
# @type RequestId: String
|
|
5225
5225
|
|
|
5226
5226
|
attr_accessor :PurgeLogs, :TotalCount, :RequestId
|
|
5227
|
-
|
|
5227
|
+
|
|
5228
5228
|
def initialize(purgelogs=nil, totalcount=nil, requestid=nil)
|
|
5229
5229
|
@PurgeLogs = purgelogs
|
|
5230
5230
|
@TotalCount = totalcount
|
|
@@ -5248,7 +5248,7 @@ module TencentCloud
|
|
|
5248
5248
|
# DescribePushQuota请求参数结构体
|
|
5249
5249
|
class DescribePushQuotaRequest < TencentCloud::Common::AbstractModel
|
|
5250
5250
|
|
|
5251
|
-
|
|
5251
|
+
|
|
5252
5252
|
def initialize()
|
|
5253
5253
|
end
|
|
5254
5254
|
|
|
@@ -5264,7 +5264,7 @@ module TencentCloud
|
|
|
5264
5264
|
# @type RequestId: String
|
|
5265
5265
|
|
|
5266
5266
|
attr_accessor :UrlPush, :RequestId
|
|
5267
|
-
|
|
5267
|
+
|
|
5268
5268
|
def initialize(urlpush=nil, requestid=nil)
|
|
5269
5269
|
@UrlPush = urlpush
|
|
5270
5270
|
@RequestId = requestid
|
|
@@ -5311,7 +5311,7 @@ module TencentCloud
|
|
|
5311
5311
|
# @type Status: String
|
|
5312
5312
|
|
|
5313
5313
|
attr_accessor :StartTime, :EndTime, :TaskId, :Keyword, :Offset, :Limit, :Area, :Status
|
|
5314
|
-
|
|
5314
|
+
|
|
5315
5315
|
def initialize(starttime=nil, endtime=nil, taskid=nil, keyword=nil, offset=nil, limit=nil, area=nil, status=nil)
|
|
5316
5316
|
@StartTime = starttime
|
|
5317
5317
|
@EndTime = endtime
|
|
@@ -5347,7 +5347,7 @@ module TencentCloud
|
|
|
5347
5347
|
# @type RequestId: String
|
|
5348
5348
|
|
|
5349
5349
|
attr_accessor :PushLogs, :TotalCount, :RequestId
|
|
5350
|
-
|
|
5350
|
+
|
|
5351
5351
|
def initialize(pushlogs=nil, totalcount=nil, requestid=nil)
|
|
5352
5352
|
@PushLogs = pushlogs
|
|
5353
5353
|
@TotalCount = totalcount
|
|
@@ -5397,7 +5397,7 @@ module TencentCloud
|
|
|
5397
5397
|
# @type Project: Integer
|
|
5398
5398
|
|
|
5399
5399
|
attr_accessor :StartTime, :EndTime, :ReportType, :Area, :Offset, :Limit, :Project
|
|
5400
|
-
|
|
5400
|
+
|
|
5401
5401
|
def initialize(starttime=nil, endtime=nil, reporttype=nil, area=nil, offset=nil, limit=nil, project=nil)
|
|
5402
5402
|
@StartTime = starttime
|
|
5403
5403
|
@EndTime = endtime
|
|
@@ -5429,7 +5429,7 @@ module TencentCloud
|
|
|
5429
5429
|
# @type RequestId: String
|
|
5430
5430
|
|
|
5431
5431
|
attr_accessor :DomainReport, :ProjectReport, :RequestId
|
|
5432
|
-
|
|
5432
|
+
|
|
5433
5433
|
def initialize(domainreport=nil, projectreport=nil, requestid=nil)
|
|
5434
5434
|
@DomainReport = domainreport
|
|
5435
5435
|
@ProjectReport = projectreport
|
|
@@ -5471,7 +5471,7 @@ module TencentCloud
|
|
|
5471
5471
|
# @type Domains: Array
|
|
5472
5472
|
|
|
5473
5473
|
attr_accessor :StartTime, :EndTime, :Area, :Interval, :Domains
|
|
5474
|
-
|
|
5474
|
+
|
|
5475
5475
|
def initialize(starttime=nil, endtime=nil, area=nil, interval=nil, domains=nil)
|
|
5476
5476
|
@StartTime = starttime
|
|
5477
5477
|
@EndTime = endtime
|
|
@@ -5499,7 +5499,7 @@ module TencentCloud
|
|
|
5499
5499
|
# @type RequestId: String
|
|
5500
5500
|
|
|
5501
5501
|
attr_accessor :Data, :Interval, :RequestId
|
|
5502
|
-
|
|
5502
|
+
|
|
5503
5503
|
def initialize(data=nil, interval=nil, requestid=nil)
|
|
5504
5504
|
@Data = data
|
|
5505
5505
|
@Interval = interval
|
|
@@ -5611,7 +5611,7 @@ module TencentCloud
|
|
|
5611
5611
|
# @type Domains: Array
|
|
5612
5612
|
|
|
5613
5613
|
attr_accessor :BotType, :Domain, :StartTime, :EndTime, :Offset, :Limit, :Area, :SortBy, :FilterName, :FilterAction, :FilterIp, :Domains
|
|
5614
|
-
|
|
5614
|
+
|
|
5615
5615
|
def initialize(bottype=nil, domain=nil, starttime=nil, endtime=nil, offset=nil, limit=nil, area=nil, sortby=nil, filtername=nil, filteraction=nil, filterip=nil, domains=nil)
|
|
5616
5616
|
@BotType = bottype
|
|
5617
5617
|
@Domain = domain
|
|
@@ -5660,7 +5660,7 @@ module TencentCloud
|
|
|
5660
5660
|
# @type RequestId: String
|
|
5661
5661
|
|
|
5662
5662
|
attr_accessor :Data, :TotalCount, :RequestId
|
|
5663
|
-
|
|
5663
|
+
|
|
5664
5664
|
def initialize(data=nil, totalcount=nil, requestid=nil)
|
|
5665
5665
|
@Data = data
|
|
5666
5666
|
@TotalCount = totalcount
|
|
@@ -5687,7 +5687,7 @@ module TencentCloud
|
|
|
5687
5687
|
# @type Domain: String
|
|
5688
5688
|
|
|
5689
5689
|
attr_accessor :Domain
|
|
5690
|
-
|
|
5690
|
+
|
|
5691
5691
|
def initialize(domain=nil)
|
|
5692
5692
|
@Domain = domain
|
|
5693
5693
|
end
|
|
@@ -5716,7 +5716,7 @@ module TencentCloud
|
|
|
5716
5716
|
# @type RequestId: String
|
|
5717
5717
|
|
|
5718
5718
|
attr_accessor :Acl, :Waf, :CC, :Ddos, :Bot, :Status, :RequestId
|
|
5719
|
-
|
|
5719
|
+
|
|
5720
5720
|
def initialize(acl=nil, waf=nil, cc=nil, ddos=nil, bot=nil, status=nil, requestid=nil)
|
|
5721
5721
|
@Acl = acl
|
|
5722
5722
|
@Waf = waf
|
|
@@ -5767,7 +5767,7 @@ module TencentCloud
|
|
|
5767
5767
|
# @type Sequence: String
|
|
5768
5768
|
|
|
5769
5769
|
attr_accessor :Offset, :Limit, :Filters, :Order, :Sequence
|
|
5770
|
-
|
|
5770
|
+
|
|
5771
5771
|
def initialize(offset=nil, limit=nil, filters=nil, order=nil, sequence=nil)
|
|
5772
5772
|
@Offset = offset
|
|
5773
5773
|
@Limit = limit
|
|
@@ -5804,7 +5804,7 @@ module TencentCloud
|
|
|
5804
5804
|
# @type RequestId: String
|
|
5805
5805
|
|
|
5806
5806
|
attr_accessor :IpStrategyList, :TotalCount, :RequestId
|
|
5807
|
-
|
|
5807
|
+
|
|
5808
5808
|
def initialize(ipstrategylist=nil, totalcount=nil, requestid=nil)
|
|
5809
5809
|
@IpStrategyList = ipstrategylist
|
|
5810
5810
|
@TotalCount = totalcount
|
|
@@ -5871,7 +5871,7 @@ module TencentCloud
|
|
|
5871
5871
|
# @type DefenceMode: String
|
|
5872
5872
|
|
|
5873
5873
|
attr_accessor :StartTime, :EndTime, :Mode, :Metric, :Filter, :Domain, :AttackType, :DefenceMode
|
|
5874
|
-
|
|
5874
|
+
|
|
5875
5875
|
def initialize(starttime=nil, endtime=nil, mode=nil, metric=nil, filter=nil, domain=nil, attacktype=nil, defencemode=nil)
|
|
5876
5876
|
@StartTime = starttime
|
|
5877
5877
|
@EndTime = endtime
|
|
@@ -5912,7 +5912,7 @@ module TencentCloud
|
|
|
5912
5912
|
# @type RequestId: String
|
|
5913
5913
|
|
|
5914
5914
|
attr_accessor :TopTypeData, :TopIpData, :Mode, :TopUrlData, :RequestId
|
|
5915
|
-
|
|
5915
|
+
|
|
5916
5916
|
def initialize(toptypedata=nil, topipdata=nil, mode=nil, topurldata=nil, requestid=nil)
|
|
5917
5917
|
@TopTypeData = toptypedata
|
|
5918
5918
|
@TopIpData = topipdata
|
|
@@ -5984,7 +5984,7 @@ module TencentCloud
|
|
|
5984
5984
|
# @type Product: String
|
|
5985
5985
|
|
|
5986
5986
|
attr_accessor :StartTime, :EndTime, :Metric, :Filter, :Domains, :Project, :Detail, :Area, :Product
|
|
5987
|
-
|
|
5987
|
+
|
|
5988
5988
|
def initialize(starttime=nil, endtime=nil, metric=nil, filter=nil, domains=nil, project=nil, detail=nil, area=nil, product=nil)
|
|
5989
5989
|
@StartTime = starttime
|
|
5990
5990
|
@EndTime = endtime
|
|
@@ -6018,7 +6018,7 @@ module TencentCloud
|
|
|
6018
6018
|
# @type RequestId: String
|
|
6019
6019
|
|
|
6020
6020
|
attr_accessor :Data, :RequestId
|
|
6021
|
-
|
|
6021
|
+
|
|
6022
6022
|
def initialize(data=nil, requestid=nil)
|
|
6023
6023
|
@Data = data
|
|
6024
6024
|
@RequestId = requestid
|
|
@@ -6053,7 +6053,7 @@ module TencentCloud
|
|
|
6053
6053
|
# @type SortBy: String
|
|
6054
6054
|
|
|
6055
6055
|
attr_accessor :Offset, :Limit, :SortBy
|
|
6056
|
-
|
|
6056
|
+
|
|
6057
6057
|
def initialize(offset=nil, limit=nil, sortby=nil)
|
|
6058
6058
|
@Offset = offset
|
|
6059
6059
|
@Limit = limit
|
|
@@ -6083,7 +6083,7 @@ module TencentCloud
|
|
|
6083
6083
|
# @type RequestId: String
|
|
6084
6084
|
|
|
6085
6085
|
attr_accessor :TotalCount, :TrafficPackages, :ExpiringCount, :EnabledCount, :PaidCount, :RequestId
|
|
6086
|
-
|
|
6086
|
+
|
|
6087
6087
|
def initialize(totalcount=nil, trafficpackages=nil, expiringcount=nil, enabledcount=nil, paidcount=nil, requestid=nil)
|
|
6088
6088
|
@TotalCount = totalcount
|
|
6089
6089
|
@TrafficPackages = trafficpackages
|
|
@@ -6120,7 +6120,7 @@ module TencentCloud
|
|
|
6120
6120
|
# @type Domains: Array
|
|
6121
6121
|
|
|
6122
6122
|
attr_accessor :Offset, :Limit, :Domains
|
|
6123
|
-
|
|
6123
|
+
|
|
6124
6124
|
def initialize(offset=nil, limit=nil, domains=nil)
|
|
6125
6125
|
@Offset = offset
|
|
6126
6126
|
@Limit = limit
|
|
@@ -6145,7 +6145,7 @@ module TencentCloud
|
|
|
6145
6145
|
# @type RequestId: String
|
|
6146
6146
|
|
|
6147
6147
|
attr_accessor :UrlRecordList, :TotalCount, :RequestId
|
|
6148
|
-
|
|
6148
|
+
|
|
6149
6149
|
def initialize(urlrecordlist=nil, totalcount=nil, requestid=nil)
|
|
6150
6150
|
@UrlRecordList = urlrecordlist
|
|
6151
6151
|
@TotalCount = totalcount
|
|
@@ -6213,7 +6213,7 @@ module TencentCloud
|
|
|
6213
6213
|
# @type Domains: Array
|
|
6214
6214
|
|
|
6215
6215
|
attr_accessor :StartTime, :EndTime, :Interval, :Domain, :AttackType, :DefenceMode, :Area, :AttackTypes, :Domains
|
|
6216
|
-
|
|
6216
|
+
|
|
6217
6217
|
def initialize(starttime=nil, endtime=nil, interval=nil, domain=nil, attacktype=nil, defencemode=nil, area=nil, attacktypes=nil, domains=nil)
|
|
6218
6218
|
@StartTime = starttime
|
|
6219
6219
|
@EndTime = endtime
|
|
@@ -6249,7 +6249,7 @@ module TencentCloud
|
|
|
6249
6249
|
# @type RequestId: String
|
|
6250
6250
|
|
|
6251
6251
|
attr_accessor :Data, :Interval, :RequestId
|
|
6252
|
-
|
|
6252
|
+
|
|
6253
6253
|
def initialize(data=nil, interval=nil, requestid=nil)
|
|
6254
6254
|
@Data = data
|
|
6255
6255
|
@Interval = interval
|
|
@@ -6490,7 +6490,7 @@ module TencentCloud
|
|
|
6490
6490
|
# @type OthersPrivateAccess: :class:`Tencentcloud::Cdn.v20180606.models.OthersPrivateAccess`
|
|
6491
6491
|
|
|
6492
6492
|
attr_accessor :ResourceId, :AppId, :Domain, :Cname, :Status, :ProjectId, :ServiceType, :CreateTime, :UpdateTime, :Origin, :IpFilter, :IpFreqLimit, :StatusCodeCache, :Compression, :BandwidthAlert, :RangeOriginPull, :FollowRedirect, :ErrorPage, :RequestHeader, :ResponseHeader, :DownstreamCapping, :CacheKey, :ResponseHeaderCache, :VideoSeek, :Cache, :OriginPullOptimization, :Https, :Authentication, :Seo, :Disable, :ForceRedirect, :Referer, :MaxAge, :Ipv6, :Compatibility, :SpecificConfig, :Area, :Readonly, :OriginPullTimeout, :AwsPrivateAccess, :SecurityConfig, :ImageOptimization, :UserAgentFilter, :AccessControl, :Advance, :UrlRedirect, :AccessPort, :Tag, :AdvancedAuthentication, :OriginAuthentication, :Ipv6Access, :AdvanceSet, :OfflineCache, :OriginCombine, :PostMaxSize, :Quic, :OssPrivateAccess, :WebSocket, :RemoteAuthentication, :ShareCname, :RuleEngine, :ParentHost, :HwPrivateAccess, :QnPrivateAccess, :HttpsBilling, :OthersPrivateAccess
|
|
6493
|
-
|
|
6493
|
+
|
|
6494
6494
|
def initialize(resourceid=nil, appid=nil, domain=nil, cname=nil, status=nil, projectid=nil, servicetype=nil, createtime=nil, updatetime=nil, origin=nil, ipfilter=nil, ipfreqlimit=nil, statuscodecache=nil, compression=nil, bandwidthalert=nil, rangeoriginpull=nil, followredirect=nil, errorpage=nil, requestheader=nil, responseheader=nil, downstreamcapping=nil, cachekey=nil, responseheadercache=nil, videoseek=nil, cache=nil, originpulloptimization=nil, https=nil, authentication=nil, seo=nil, disable=nil, forceredirect=nil, referer=nil, maxage=nil, ipv6=nil, compatibility=nil, specificconfig=nil, area=nil, readonly=nil, originpulltimeout=nil, awsprivateaccess=nil, securityconfig=nil, imageoptimization=nil, useragentfilter=nil, accesscontrol=nil, advance=nil, urlredirect=nil, accessport=nil, tag=nil, advancedauthentication=nil, originauthentication=nil, ipv6access=nil, advanceset=nil, offlinecache=nil, origincombine=nil, postmaxsize=nil, quic=nil, ossprivateaccess=nil, websocket=nil, remoteauthentication=nil, sharecname=nil, ruleengine=nil, parenthost=nil, hwprivateaccess=nil, qnprivateaccess=nil, httpsbilling=nil, othersprivateaccess=nil)
|
|
6495
6495
|
@ResourceId = resourceid
|
|
6496
6496
|
@AppId = appid
|
|
@@ -6804,7 +6804,7 @@ module TencentCloud
|
|
|
6804
6804
|
# @type Status: String
|
|
6805
6805
|
|
|
6806
6806
|
attr_accessor :Data, :Status
|
|
6807
|
-
|
|
6807
|
+
|
|
6808
6808
|
def initialize(data=nil, status=nil)
|
|
6809
6809
|
@Data = data
|
|
6810
6810
|
@Status = status
|
|
@@ -6848,7 +6848,7 @@ module TencentCloud
|
|
|
6848
6848
|
# @type Area: String
|
|
6849
6849
|
|
|
6850
6850
|
attr_accessor :DiagnoseUrl, :DiagnoseLink, :CreateTime, :ExpireDate, :VisitCount, :ClientList, :Area
|
|
6851
|
-
|
|
6851
|
+
|
|
6852
6852
|
def initialize(diagnoseurl=nil, diagnoselink=nil, createtime=nil, expiredate=nil, visitcount=nil, clientlist=nil, area=nil)
|
|
6853
6853
|
@DiagnoseUrl = diagnoseurl
|
|
6854
6854
|
@DiagnoseLink = diagnoselink
|
|
@@ -6901,7 +6901,7 @@ module TencentCloud
|
|
|
6901
6901
|
# @type CreateTime: String
|
|
6902
6902
|
|
|
6903
6903
|
attr_accessor :DiagnoseTag, :ReportId, :ClientInfo, :FinalDiagnose, :CreateTime
|
|
6904
|
-
|
|
6904
|
+
|
|
6905
6905
|
def initialize(diagnosetag=nil, reportid=nil, clientinfo=nil, finaldiagnose=nil, createtime=nil)
|
|
6906
6906
|
@DiagnoseTag = diagnosetag
|
|
6907
6907
|
@ReportId = reportid
|
|
@@ -6942,7 +6942,7 @@ module TencentCloud
|
|
|
6942
6942
|
# @type ValueText: String
|
|
6943
6943
|
|
|
6944
6944
|
attr_accessor :Key, :KeyText, :Value, :ValueText
|
|
6945
|
-
|
|
6945
|
+
|
|
6946
6946
|
def initialize(key=nil, keytext=nil, value=nil, valuetext=nil)
|
|
6947
6947
|
@Key = key
|
|
6948
6948
|
@KeyText = keytext
|
|
@@ -6965,7 +6965,7 @@ module TencentCloud
|
|
|
6965
6965
|
# @type Urls: Array
|
|
6966
6966
|
|
|
6967
6967
|
attr_accessor :Urls
|
|
6968
|
-
|
|
6968
|
+
|
|
6969
6969
|
def initialize(urls=nil)
|
|
6970
6970
|
@Urls = urls
|
|
6971
6971
|
end
|
|
@@ -6987,7 +6987,7 @@ module TencentCloud
|
|
|
6987
6987
|
# @type RequestId: String
|
|
6988
6988
|
|
|
6989
6989
|
attr_accessor :CacheOptResult, :TaskId, :RequestId
|
|
6990
|
-
|
|
6990
|
+
|
|
6991
6991
|
def initialize(cacheoptresult=nil, taskid=nil, requestid=nil)
|
|
6992
6992
|
@CacheOptResult = cacheoptresult
|
|
6993
6993
|
@TaskId = taskid
|
|
@@ -7014,7 +7014,7 @@ module TencentCloud
|
|
|
7014
7014
|
# @type Channel: String
|
|
7015
7015
|
|
|
7016
7016
|
attr_accessor :LogsetId, :TopicId, :Channel
|
|
7017
|
-
|
|
7017
|
+
|
|
7018
7018
|
def initialize(logsetid=nil, topicid=nil, channel=nil)
|
|
7019
7019
|
@LogsetId = logsetid
|
|
7020
7020
|
@TopicId = topicid
|
|
@@ -7034,7 +7034,7 @@ module TencentCloud
|
|
|
7034
7034
|
# @type RequestId: String
|
|
7035
7035
|
|
|
7036
7036
|
attr_accessor :RequestId
|
|
7037
|
-
|
|
7037
|
+
|
|
7038
7038
|
def initialize(requestid=nil)
|
|
7039
7039
|
@RequestId = requestid
|
|
7040
7040
|
end
|
|
@@ -7072,7 +7072,7 @@ module TencentCloud
|
|
|
7072
7072
|
# @type IspName: String
|
|
7073
7073
|
|
|
7074
7074
|
attr_accessor :Domain, :Protocol, :IpProtocol, :StartTime, :EndTime, :Interval, :Metric, :District, :Isp, :DataPoints, :DistrictName, :IspName
|
|
7075
|
-
|
|
7075
|
+
|
|
7076
7076
|
def initialize(domain=nil, protocol=nil, ipprotocol=nil, starttime=nil, endtime=nil, interval=nil, metric=nil, district=nil, isp=nil, datapoints=nil, districtname=nil, ispname=nil)
|
|
7077
7077
|
@Domain = domain
|
|
7078
7078
|
@Protocol = protocol
|
|
@@ -7112,7 +7112,7 @@ module TencentCloud
|
|
|
7112
7112
|
# @type Area: Array
|
|
7113
7113
|
|
|
7114
7114
|
attr_accessor :Domain, :Area
|
|
7115
|
-
|
|
7115
|
+
|
|
7116
7116
|
def initialize(domain=nil, area=nil)
|
|
7117
7117
|
@Domain = domain
|
|
7118
7118
|
@Area = area
|
|
@@ -7144,7 +7144,7 @@ module TencentCloud
|
|
|
7144
7144
|
# @type Isp: String
|
|
7145
7145
|
|
|
7146
7146
|
attr_accessor :Domain, :Count, :Value, :Country, :Province, :Isp
|
|
7147
|
-
|
|
7147
|
+
|
|
7148
7148
|
def initialize(domain=nil, count=nil, value=nil, country=nil, province=nil, isp=nil)
|
|
7149
7149
|
@Domain = domain
|
|
7150
7150
|
@Count = count
|
|
@@ -7186,7 +7186,7 @@ module TencentCloud
|
|
|
7186
7186
|
# @type Fuzzy: Boolean
|
|
7187
7187
|
|
|
7188
7188
|
attr_accessor :Name, :Value, :Fuzzy
|
|
7189
|
-
|
|
7189
|
+
|
|
7190
7190
|
def initialize(name=nil, value=nil, fuzzy=nil)
|
|
7191
7191
|
@Name = name
|
|
7192
7192
|
@Value = value
|
|
@@ -7219,7 +7219,7 @@ module TencentCloud
|
|
|
7219
7219
|
# @type FileSize: Integer
|
|
7220
7220
|
|
|
7221
7221
|
attr_accessor :StartTime, :EndTime, :LogPath, :Area, :LogName, :FileSize
|
|
7222
|
-
|
|
7222
|
+
|
|
7223
7223
|
def initialize(starttime=nil, endtime=nil, logpath=nil, area=nil, logname=nil, filesize=nil)
|
|
7224
7224
|
@StartTime = starttime
|
|
7225
7225
|
@EndTime = endtime
|
|
@@ -7250,7 +7250,7 @@ module TencentCloud
|
|
|
7250
7250
|
# @type CappingRules: Array
|
|
7251
7251
|
|
|
7252
7252
|
attr_accessor :Switch, :CappingRules
|
|
7253
|
-
|
|
7253
|
+
|
|
7254
7254
|
def initialize(switch=nil, cappingrules=nil)
|
|
7255
7255
|
@Switch = switch
|
|
7256
7256
|
@CappingRules = cappingrules
|
|
@@ -7277,7 +7277,7 @@ module TencentCloud
|
|
|
7277
7277
|
# @type ReferenceDomain: String
|
|
7278
7278
|
|
|
7279
7279
|
attr_accessor :Domain, :ReferenceDomain
|
|
7280
|
-
|
|
7280
|
+
|
|
7281
7281
|
def initialize(domain=nil, referencedomain=nil)
|
|
7282
7282
|
@Domain = domain
|
|
7283
7283
|
@ReferenceDomain = referencedomain
|
|
@@ -7295,7 +7295,7 @@ module TencentCloud
|
|
|
7295
7295
|
# @type RequestId: String
|
|
7296
7296
|
|
|
7297
7297
|
attr_accessor :RequestId
|
|
7298
|
-
|
|
7298
|
+
|
|
7299
7299
|
def initialize(requestid=nil)
|
|
7300
7300
|
@RequestId = requestid
|
|
7301
7301
|
end
|
|
@@ -7318,7 +7318,7 @@ module TencentCloud
|
|
|
7318
7318
|
# @type Fuzzy: Boolean
|
|
7319
7319
|
|
|
7320
7320
|
attr_accessor :Name, :Value, :Fuzzy
|
|
7321
|
-
|
|
7321
|
+
|
|
7322
7322
|
def initialize(name=nil, value=nil, fuzzy=nil)
|
|
7323
7323
|
@Name = name
|
|
7324
7324
|
@Value = value
|
|
@@ -7352,7 +7352,7 @@ module TencentCloud
|
|
|
7352
7352
|
# @type StatusDesc: String
|
|
7353
7353
|
|
|
7354
7354
|
attr_accessor :Apk, :DstDir, :UploadTime, :Status, :SrcDir, :StatusDesc
|
|
7355
|
-
|
|
7355
|
+
|
|
7356
7356
|
def initialize(apk=nil, dstdir=nil, uploadtime=nil, status=nil, srcdir=nil, statusdesc=nil)
|
|
7357
7357
|
@Apk = apk
|
|
7358
7358
|
@DstDir = dstdir
|
|
@@ -7380,7 +7380,7 @@ module TencentCloud
|
|
|
7380
7380
|
# @type Date: String
|
|
7381
7381
|
|
|
7382
7382
|
attr_accessor :Urls, :Date
|
|
7383
|
-
|
|
7383
|
+
|
|
7384
7384
|
def initialize(urls=nil, date=nil)
|
|
7385
7385
|
@Urls = urls
|
|
7386
7386
|
@Date = date
|
|
@@ -7404,7 +7404,7 @@ module TencentCloud
|
|
|
7404
7404
|
# @type RequestId: String
|
|
7405
7405
|
|
|
7406
7406
|
attr_accessor :CacheOptResult, :TaskId, :RequestId
|
|
7407
|
-
|
|
7407
|
+
|
|
7408
7408
|
def initialize(cacheoptresult=nil, taskid=nil, requestid=nil)
|
|
7409
7409
|
@CacheOptResult = cacheoptresult
|
|
7410
7410
|
@TaskId = taskid
|
|
@@ -7431,7 +7431,7 @@ module TencentCloud
|
|
|
7431
7431
|
# @type Channel: String
|
|
7432
7432
|
|
|
7433
7433
|
attr_accessor :LogsetId, :TopicId, :Channel
|
|
7434
|
-
|
|
7434
|
+
|
|
7435
7435
|
def initialize(logsetid=nil, topicid=nil, channel=nil)
|
|
7436
7436
|
@LogsetId = logsetid
|
|
7437
7437
|
@TopicId = topicid
|
|
@@ -7451,7 +7451,7 @@ module TencentCloud
|
|
|
7451
7451
|
# @type RequestId: String
|
|
7452
7452
|
|
|
7453
7453
|
attr_accessor :RequestId
|
|
7454
|
-
|
|
7454
|
+
|
|
7455
7455
|
def initialize(requestid=nil)
|
|
7456
7456
|
@RequestId = requestid
|
|
7457
7457
|
end
|
|
@@ -7473,7 +7473,7 @@ module TencentCloud
|
|
|
7473
7473
|
# @type PageRules: Array
|
|
7474
7474
|
|
|
7475
7475
|
attr_accessor :Switch, :PageRules
|
|
7476
|
-
|
|
7476
|
+
|
|
7477
7477
|
def initialize(switch=nil, pagerules=nil)
|
|
7478
7478
|
@Switch = switch
|
|
7479
7479
|
@PageRules = pagerules
|
|
@@ -7505,7 +7505,7 @@ module TencentCloud
|
|
|
7505
7505
|
# @type RedirectUrl: String
|
|
7506
7506
|
|
|
7507
7507
|
attr_accessor :StatusCode, :RedirectCode, :RedirectUrl
|
|
7508
|
-
|
|
7508
|
+
|
|
7509
7509
|
def initialize(statuscode=nil, redirectcode=nil, redirecturl=nil)
|
|
7510
7510
|
@StatusCode = statuscode
|
|
7511
7511
|
@RedirectCode = redirectcode
|
|
@@ -7527,7 +7527,7 @@ module TencentCloud
|
|
|
7527
7527
|
# @type Request: Integer
|
|
7528
7528
|
|
|
7529
7529
|
attr_accessor :Datetime, :Request
|
|
7530
|
-
|
|
7530
|
+
|
|
7531
7531
|
def initialize(datetime=nil, request=nil)
|
|
7532
7532
|
@Datetime = datetime
|
|
7533
7533
|
@Request = request
|
|
@@ -7549,7 +7549,7 @@ module TencentCloud
|
|
|
7549
7549
|
# @type Topics: Array
|
|
7550
7550
|
|
|
7551
7551
|
attr_accessor :Logset, :Topics
|
|
7552
|
-
|
|
7552
|
+
|
|
7553
7553
|
def initialize(logset=nil, topics=nil)
|
|
7554
7554
|
@Logset = logset
|
|
7555
7555
|
@Topics = topics
|
|
@@ -7582,7 +7582,7 @@ module TencentCloud
|
|
|
7582
7582
|
# @type RedirectConfig: :class:`Tencentcloud::Cdn.v20180606.models.RedirectConfig`
|
|
7583
7583
|
|
|
7584
7584
|
attr_accessor :Switch, :RedirectConfig
|
|
7585
|
-
|
|
7585
|
+
|
|
7586
7586
|
def initialize(switch=nil, redirectconfig=nil)
|
|
7587
7587
|
@Switch = switch
|
|
7588
7588
|
@RedirectConfig = redirectconfig
|
|
@@ -7618,7 +7618,7 @@ module TencentCloud
|
|
|
7618
7618
|
# @type CarryHeaders: String
|
|
7619
7619
|
|
|
7620
7620
|
attr_accessor :Switch, :RedirectType, :RedirectStatusCode, :CarryHeaders
|
|
7621
|
-
|
|
7621
|
+
|
|
7622
7622
|
def initialize(switch=nil, redirecttype=nil, redirectstatuscode=nil, carryheaders=nil)
|
|
7623
7623
|
@Switch = switch
|
|
7624
7624
|
@RedirectType = redirecttype
|
|
@@ -7654,7 +7654,7 @@ module TencentCloud
|
|
|
7654
7654
|
# @type TaskId: String
|
|
7655
7655
|
|
|
7656
7656
|
attr_accessor :Url, :StartTime, :EndTime, :Status, :Offset, :Limit, :TaskId
|
|
7657
|
-
|
|
7657
|
+
|
|
7658
7658
|
def initialize(url=nil, starttime=nil, endtime=nil, status=nil, offset=nil, limit=nil, taskid=nil)
|
|
7659
7659
|
@Url = url
|
|
7660
7660
|
@StartTime = starttime
|
|
@@ -7688,7 +7688,7 @@ module TencentCloud
|
|
|
7688
7688
|
# @type RequestId: String
|
|
7689
7689
|
|
|
7690
7690
|
attr_accessor :UrlRecordList, :TotalCount, :RequestId
|
|
7691
|
-
|
|
7691
|
+
|
|
7692
7692
|
def initialize(urlrecordlist=nil, totalcount=nil, requestid=nil)
|
|
7693
7693
|
@UrlRecordList = urlrecordlist
|
|
7694
7694
|
@TotalCount = totalcount
|
|
@@ -7718,7 +7718,7 @@ module TencentCloud
|
|
|
7718
7718
|
# @type Switch: String
|
|
7719
7719
|
|
|
7720
7720
|
attr_accessor :Switch
|
|
7721
|
-
|
|
7721
|
+
|
|
7722
7722
|
def initialize(switch=nil)
|
|
7723
7723
|
@Switch = switch
|
|
7724
7724
|
end
|
|
@@ -7736,7 +7736,7 @@ module TencentCloud
|
|
|
7736
7736
|
# @type Value: String
|
|
7737
7737
|
|
|
7738
7738
|
attr_accessor :Name, :Value
|
|
7739
|
-
|
|
7739
|
+
|
|
7740
7740
|
def initialize(name=nil, value=nil)
|
|
7741
7741
|
@Name = name
|
|
7742
7742
|
@Value = value
|
|
@@ -7760,7 +7760,7 @@ module TencentCloud
|
|
|
7760
7760
|
# @type Value: String
|
|
7761
7761
|
|
|
7762
7762
|
attr_accessor :Switch, :Value
|
|
7763
|
-
|
|
7763
|
+
|
|
7764
7764
|
def initialize(switch=nil, value=nil)
|
|
7765
7765
|
@Switch = switch
|
|
7766
7766
|
@Value = value
|
|
@@ -7782,7 +7782,7 @@ module TencentCloud
|
|
|
7782
7782
|
# @type CacheConfig: :class:`Tencentcloud::Cdn.v20180606.models.CacheConfig`
|
|
7783
7783
|
|
|
7784
7784
|
attr_accessor :Switch, :CacheConfig
|
|
7785
|
-
|
|
7785
|
+
|
|
7786
7786
|
def initialize(switch=nil, cacheconfig=nil)
|
|
7787
7787
|
@Switch = switch
|
|
7788
7788
|
@CacheConfig = cacheconfig
|
|
@@ -7811,7 +7811,7 @@ module TencentCloud
|
|
|
7811
7811
|
# @type IncludeSubDomains: String
|
|
7812
7812
|
|
|
7813
7813
|
attr_accessor :Switch, :MaxAge, :IncludeSubDomains
|
|
7814
|
-
|
|
7814
|
+
|
|
7815
7815
|
def initialize(switch=nil, maxage=nil, includesubdomains=nil)
|
|
7816
7816
|
@Switch = switch
|
|
7817
7817
|
@MaxAge = maxage
|
|
@@ -7857,7 +7857,7 @@ module TencentCloud
|
|
|
7857
7857
|
# @type RulePaths: Array
|
|
7858
7858
|
|
|
7859
7859
|
attr_accessor :HeaderMode, :HeaderName, :HeaderValue, :RuleType, :RulePaths
|
|
7860
|
-
|
|
7860
|
+
|
|
7861
7861
|
def initialize(headermode=nil, headername=nil, headervalue=nil, ruletype=nil, rulepaths=nil)
|
|
7862
7862
|
@HeaderMode = headermode
|
|
7863
7863
|
@HeaderName = headername
|
|
@@ -7885,7 +7885,7 @@ module TencentCloud
|
|
|
7885
7885
|
# @type HeaderValue: String
|
|
7886
7886
|
|
|
7887
7887
|
attr_accessor :HeaderMode, :HeaderName, :HeaderValue
|
|
7888
|
-
|
|
7888
|
+
|
|
7889
7889
|
def initialize(headermode=nil, headername=nil, headervalue=nil)
|
|
7890
7890
|
@HeaderMode = headermode
|
|
7891
7891
|
@HeaderName = headername
|
|
@@ -7950,7 +7950,7 @@ module TencentCloud
|
|
|
7950
7950
|
# @type TlsVersion: Array
|
|
7951
7951
|
|
|
7952
7952
|
attr_accessor :Switch, :Http2, :OcspStapling, :VerifyClient, :CertInfo, :ClientCertInfo, :Spdy, :SslStatus, :Hsts, :TlsVersion
|
|
7953
|
-
|
|
7953
|
+
|
|
7954
7954
|
def initialize(switch=nil, http2=nil, ocspstapling=nil, verifyclient=nil, certinfo=nil, clientcertinfo=nil, spdy=nil, sslstatus=nil, hsts=nil, tlsversion=nil)
|
|
7955
7955
|
@Switch = switch
|
|
7956
7956
|
@Http2 = http2
|
|
@@ -7995,7 +7995,7 @@ module TencentCloud
|
|
|
7995
7995
|
# @type Switch: String
|
|
7996
7996
|
|
|
7997
7997
|
attr_accessor :Switch
|
|
7998
|
-
|
|
7998
|
+
|
|
7999
7999
|
def initialize(switch=nil)
|
|
8000
8000
|
@Switch = switch
|
|
8001
8001
|
end
|
|
@@ -8056,7 +8056,7 @@ module TencentCloud
|
|
|
8056
8056
|
# @type AutoExtension: Boolean
|
|
8057
8057
|
|
|
8058
8058
|
attr_accessor :Id, :Type, :Size, :SizeUsed, :Status, :CreateTime, :EnableTime, :ExpireTime, :Channel, :LifeTimeMonth, :RefundAvailable, :ConfigId, :TrueEnableTime, :TrueExpireTime, :Area, :ContractExtension, :ExtensionAvailable, :ExtensionMode, :AutoExtension
|
|
8059
|
-
|
|
8059
|
+
|
|
8060
8060
|
def initialize(id=nil, type=nil, size=nil, sizeused=nil, status=nil, createtime=nil, enabletime=nil, expiretime=nil, channel=nil, lifetimemonth=nil, refundavailable=nil, configid=nil, trueenabletime=nil, trueexpiretime=nil, area=nil, contractextension=nil, extensionavailable=nil, extensionmode=nil, autoextension=nil)
|
|
8061
8061
|
@Id = id
|
|
8062
8062
|
@Type = type
|
|
@@ -8119,7 +8119,7 @@ module TencentCloud
|
|
|
8119
8119
|
# @type Bucket: String
|
|
8120
8120
|
|
|
8121
8121
|
attr_accessor :Switch, :AccessKey, :SecretKey, :Bucket
|
|
8122
|
-
|
|
8122
|
+
|
|
8123
8123
|
def initialize(switch=nil, accesskey=nil, secretkey=nil, bucket=nil)
|
|
8124
8124
|
@Switch = switch
|
|
8125
8125
|
@AccessKey = accesskey
|
|
@@ -8151,7 +8151,7 @@ module TencentCloud
|
|
|
8151
8151
|
# @type AvifAdapter: :class:`Tencentcloud::Cdn.v20180606.models.AvifAdapter`
|
|
8152
8152
|
|
|
8153
8153
|
attr_accessor :WebpAdapter, :TpgAdapter, :GuetzliAdapter, :AvifAdapter
|
|
8154
|
-
|
|
8154
|
+
|
|
8155
8155
|
def initialize(webpadapter=nil, tpgadapter=nil, guetzliadapter=nil, avifadapter=nil)
|
|
8156
8156
|
@WebpAdapter = webpadapter
|
|
8157
8157
|
@TpgAdapter = tpgadapter
|
|
@@ -8203,7 +8203,7 @@ module TencentCloud
|
|
|
8203
8203
|
# @type ReturnCode: Integer
|
|
8204
8204
|
|
|
8205
8205
|
attr_accessor :Switch, :FilterType, :Filters, :FilterRules, :ReturnCode
|
|
8206
|
-
|
|
8206
|
+
|
|
8207
8207
|
def initialize(switch=nil, filtertype=nil, filters=nil, filterrules=nil, returncode=nil)
|
|
8208
8208
|
@Switch = switch
|
|
8209
8209
|
@FilterType = filtertype
|
|
@@ -8256,7 +8256,7 @@ module TencentCloud
|
|
|
8256
8256
|
# @type RulePaths: Array
|
|
8257
8257
|
|
|
8258
8258
|
attr_accessor :FilterType, :Filters, :RuleType, :RulePaths
|
|
8259
|
-
|
|
8259
|
+
|
|
8260
8260
|
def initialize(filtertype=nil, filters=nil, ruletype=nil, rulepaths=nil)
|
|
8261
8261
|
@FilterType = filtertype
|
|
8262
8262
|
@Filters = filters
|
|
@@ -8284,7 +8284,7 @@ module TencentCloud
|
|
|
8284
8284
|
# @type Qps: Integer
|
|
8285
8285
|
|
|
8286
8286
|
attr_accessor :Switch, :Qps
|
|
8287
|
-
|
|
8287
|
+
|
|
8288
8288
|
def initialize(switch=nil, qps=nil)
|
|
8289
8289
|
@Switch = switch
|
|
8290
8290
|
@Qps = qps
|
|
@@ -8315,7 +8315,7 @@ module TencentCloud
|
|
|
8315
8315
|
# @type Ipv6: String
|
|
8316
8316
|
|
|
8317
8317
|
attr_accessor :Ip, :District, :Isp, :City, :Status, :Ipv6
|
|
8318
|
-
|
|
8318
|
+
|
|
8319
8319
|
def initialize(ip=nil, district=nil, isp=nil, city=nil, status=nil, ipv6=nil)
|
|
8320
8320
|
@Ip = ip
|
|
8321
8321
|
@District = district
|
|
@@ -8344,7 +8344,7 @@ module TencentCloud
|
|
|
8344
8344
|
# @type Switch: String
|
|
8345
8345
|
|
|
8346
8346
|
attr_accessor :Switch
|
|
8347
|
-
|
|
8347
|
+
|
|
8348
8348
|
def initialize(switch=nil)
|
|
8349
8349
|
@Switch = switch
|
|
8350
8350
|
end
|
|
@@ -8363,7 +8363,7 @@ module TencentCloud
|
|
|
8363
8363
|
# @type Switch: String
|
|
8364
8364
|
|
|
8365
8365
|
attr_accessor :Switch
|
|
8366
|
-
|
|
8366
|
+
|
|
8367
8367
|
def initialize(switch=nil)
|
|
8368
8368
|
@Switch = switch
|
|
8369
8369
|
end
|
|
@@ -8405,7 +8405,7 @@ module TencentCloud
|
|
|
8405
8405
|
# @type RuleTag: String
|
|
8406
8406
|
|
|
8407
8407
|
attr_accessor :RulePaths, :RuleType, :FullUrlCache, :IgnoreCase, :QueryString, :RuleTag
|
|
8408
|
-
|
|
8408
|
+
|
|
8409
8409
|
def initialize(rulepaths=nil, ruletype=nil, fullurlcache=nil, ignorecase=nil, querystring=nil, ruletag=nil)
|
|
8410
8410
|
@RulePaths = rulepaths
|
|
8411
8411
|
@RuleType = ruletype
|
|
@@ -8434,7 +8434,7 @@ module TencentCloud
|
|
|
8434
8434
|
# @type Channel: String
|
|
8435
8435
|
|
|
8436
8436
|
attr_accessor :Channel
|
|
8437
|
-
|
|
8437
|
+
|
|
8438
8438
|
def initialize(channel=nil)
|
|
8439
8439
|
@Channel = channel
|
|
8440
8440
|
end
|
|
@@ -8458,7 +8458,7 @@ module TencentCloud
|
|
|
8458
8458
|
# @type RequestId: String
|
|
8459
8459
|
|
|
8460
8460
|
attr_accessor :Logset, :Topics, :ExtraLogset, :RequestId
|
|
8461
|
-
|
|
8461
|
+
|
|
8462
8462
|
def initialize(logset=nil, topics=nil, extralogset=nil, requestid=nil)
|
|
8463
8463
|
@Logset = logset
|
|
8464
8464
|
@Topics = topics
|
|
@@ -8501,7 +8501,7 @@ module TencentCloud
|
|
|
8501
8501
|
# @type Channel: String
|
|
8502
8502
|
|
|
8503
8503
|
attr_accessor :LogsetId, :TopicId, :Channel
|
|
8504
|
-
|
|
8504
|
+
|
|
8505
8505
|
def initialize(logsetid=nil, topicid=nil, channel=nil)
|
|
8506
8506
|
@LogsetId = logsetid
|
|
8507
8507
|
@TopicId = topicid
|
|
@@ -8536,7 +8536,7 @@ module TencentCloud
|
|
|
8536
8536
|
# @type RequestId: String
|
|
8537
8537
|
|
|
8538
8538
|
attr_accessor :AppId, :Channel, :LogsetId, :TopicId, :DomainAreaConfigs, :TopicName, :UpdateTime, :RequestId
|
|
8539
|
-
|
|
8539
|
+
|
|
8540
8540
|
def initialize(appid=nil, channel=nil, logsetid=nil, topicid=nil, domainareaconfigs=nil, topicname=nil, updatetime=nil, requestid=nil)
|
|
8541
8541
|
@AppId = appid
|
|
8542
8542
|
@Channel = channel
|
|
@@ -8577,7 +8577,7 @@ module TencentCloud
|
|
|
8577
8577
|
# @type Origin: String
|
|
8578
8578
|
|
|
8579
8579
|
attr_accessor :KeyWords, :DiagnoseLink, :Origin
|
|
8580
|
-
|
|
8580
|
+
|
|
8581
8581
|
def initialize(keywords=nil, diagnoselink=nil, origin=nil)
|
|
8582
8582
|
@KeyWords = keywords
|
|
8583
8583
|
@DiagnoseLink = diagnoselink
|
|
@@ -8599,7 +8599,7 @@ module TencentCloud
|
|
|
8599
8599
|
# @type RequestId: String
|
|
8600
8600
|
|
|
8601
8601
|
attr_accessor :Data, :RequestId
|
|
8602
|
-
|
|
8602
|
+
|
|
8603
8603
|
def initialize(data=nil, requestid=nil)
|
|
8604
8604
|
@Data = data
|
|
8605
8605
|
@RequestId = requestid
|
|
@@ -8628,7 +8628,7 @@ module TencentCloud
|
|
|
8628
8628
|
# @type Domain: String
|
|
8629
8629
|
|
|
8630
8630
|
attr_accessor :Offset, :Limit, :Domain
|
|
8631
|
-
|
|
8631
|
+
|
|
8632
8632
|
def initialize(offset=nil, limit=nil, domain=nil)
|
|
8633
8633
|
@Offset = offset
|
|
8634
8634
|
@Limit = limit
|
|
@@ -8654,7 +8654,7 @@ module TencentCloud
|
|
|
8654
8654
|
# @type RequestId: String
|
|
8655
8655
|
|
|
8656
8656
|
attr_accessor :DomainList, :TotalCount, :RequestId
|
|
8657
|
-
|
|
8657
|
+
|
|
8658
8658
|
def initialize(domainlist=nil, totalcount=nil, requestid=nil)
|
|
8659
8659
|
@DomainList = domainlist
|
|
8660
8660
|
@TotalCount = totalcount
|
|
@@ -8683,7 +8683,7 @@ module TencentCloud
|
|
|
8683
8683
|
# @type Area: String
|
|
8684
8684
|
|
|
8685
8685
|
attr_accessor :Source, :Area
|
|
8686
|
-
|
|
8686
|
+
|
|
8687
8687
|
def initialize(source=nil, area=nil)
|
|
8688
8688
|
@Source = source
|
|
8689
8689
|
@Area = area
|
|
@@ -8705,7 +8705,7 @@ module TencentCloud
|
|
|
8705
8705
|
# @type RequestId: String
|
|
8706
8706
|
|
|
8707
8707
|
attr_accessor :TaskList, :TotalCount, :RequestId
|
|
8708
|
-
|
|
8708
|
+
|
|
8709
8709
|
def initialize(tasklist=nil, totalcount=nil, requestid=nil)
|
|
8710
8710
|
@TaskList = tasklist
|
|
8711
8711
|
@TotalCount = totalcount
|
|
@@ -8745,7 +8745,7 @@ module TencentCloud
|
|
|
8745
8745
|
# @type Domains: Array
|
|
8746
8746
|
|
|
8747
8747
|
attr_accessor :TopCount, :StartTime, :EndTime, :Area, :Metric, :Domains
|
|
8748
|
-
|
|
8748
|
+
|
|
8749
8749
|
def initialize(topcount=nil, starttime=nil, endtime=nil, area=nil, metric=nil, domains=nil)
|
|
8750
8750
|
@TopCount = topcount
|
|
8751
8751
|
@StartTime = starttime
|
|
@@ -8773,7 +8773,7 @@ module TencentCloud
|
|
|
8773
8773
|
# @type RequestId: String
|
|
8774
8774
|
|
|
8775
8775
|
attr_accessor :Data, :RequestId
|
|
8776
|
-
|
|
8776
|
+
|
|
8777
8777
|
def initialize(data=nil, requestid=nil)
|
|
8778
8778
|
@Data = data
|
|
8779
8779
|
@RequestId = requestid
|
|
@@ -8811,7 +8811,7 @@ module TencentCloud
|
|
|
8811
8811
|
# @type Domains: Array
|
|
8812
8812
|
|
|
8813
8813
|
attr_accessor :TopCount, :StartTime, :EndTime, :Metric, :Domain, :Domains
|
|
8814
|
-
|
|
8814
|
+
|
|
8815
8815
|
def initialize(topcount=nil, starttime=nil, endtime=nil, metric=nil, domain=nil, domains=nil)
|
|
8816
8816
|
@TopCount = topcount
|
|
8817
8817
|
@StartTime = starttime
|
|
@@ -8839,7 +8839,7 @@ module TencentCloud
|
|
|
8839
8839
|
# @type RequestId: String
|
|
8840
8840
|
|
|
8841
8841
|
attr_accessor :Data, :RequestId
|
|
8842
|
-
|
|
8842
|
+
|
|
8843
8843
|
def initialize(data=nil, requestid=nil)
|
|
8844
8844
|
@Data = data
|
|
8845
8845
|
@RequestId = requestid
|
|
@@ -8885,7 +8885,7 @@ module TencentCloud
|
|
|
8885
8885
|
# @type Area: String
|
|
8886
8886
|
|
|
8887
8887
|
attr_accessor :StartTime, :EndTime, :Domain, :Metric, :Source, :Domains, :ActionName, :Area
|
|
8888
|
-
|
|
8888
|
+
|
|
8889
8889
|
def initialize(starttime=nil, endtime=nil, domain=nil, metric=nil, source=nil, domains=nil, actionname=nil, area=nil)
|
|
8890
8890
|
@StartTime = starttime
|
|
8891
8891
|
@EndTime = endtime
|
|
@@ -8918,7 +8918,7 @@ module TencentCloud
|
|
|
8918
8918
|
# @type RequestId: String
|
|
8919
8919
|
|
|
8920
8920
|
attr_accessor :Data, :RequestId
|
|
8921
|
-
|
|
8921
|
+
|
|
8922
8922
|
def initialize(data=nil, requestid=nil)
|
|
8923
8923
|
@Data = data
|
|
8924
8924
|
@RequestId = requestid
|
|
@@ -8962,7 +8962,7 @@ module TencentCloud
|
|
|
8962
8962
|
# @type Sort: String
|
|
8963
8963
|
|
|
8964
8964
|
attr_accessor :LogsetId, :TopicIds, :StartTime, :EndTime, :Domain, :Url, :Channel, :Limit, :Sort
|
|
8965
|
-
|
|
8965
|
+
|
|
8966
8966
|
def initialize(logsetid=nil, topicids=nil, starttime=nil, endtime=nil, domain=nil, url=nil, channel=nil, limit=nil, sort=nil)
|
|
8967
8967
|
@LogsetId = logsetid
|
|
8968
8968
|
@TopicIds = topicids
|
|
@@ -9000,7 +9000,7 @@ module TencentCloud
|
|
|
9000
9000
|
# @type RequestId: String
|
|
9001
9001
|
|
|
9002
9002
|
attr_accessor :Data, :TotalCount, :IpCount, :RequestId
|
|
9003
|
-
|
|
9003
|
+
|
|
9004
9004
|
def initialize(data=nil, totalcount=nil, ipcount=nil, requestid=nil)
|
|
9005
9005
|
@Data = data
|
|
9006
9006
|
@TotalCount = totalcount
|
|
@@ -9036,7 +9036,7 @@ module TencentCloud
|
|
|
9036
9036
|
# @type Metric: String
|
|
9037
9037
|
|
|
9038
9038
|
attr_accessor :StartTime, :EndTime, :TopCount, :Metric
|
|
9039
|
-
|
|
9039
|
+
|
|
9040
9040
|
def initialize(starttime=nil, endtime=nil, topcount=nil, metric=nil)
|
|
9041
9041
|
@StartTime = starttime
|
|
9042
9042
|
@EndTime = endtime
|
|
@@ -9062,7 +9062,7 @@ module TencentCloud
|
|
|
9062
9062
|
# @type RequestId: String
|
|
9063
9063
|
|
|
9064
9064
|
attr_accessor :Data, :IPData, :RequestId
|
|
9065
|
-
|
|
9065
|
+
|
|
9066
9066
|
def initialize(data=nil, ipdata=nil, requestid=nil)
|
|
9067
9067
|
@Data = data
|
|
9068
9068
|
@IPData = ipdata
|
|
@@ -9149,7 +9149,7 @@ module TencentCloud
|
|
|
9149
9149
|
# @type Limit: Integer
|
|
9150
9150
|
|
|
9151
9151
|
attr_accessor :StartTime, :EndTime, :Metric, :Filter, :Domains, :Project, :Detail, :Code, :Area, :AreaType, :Product, :Limit
|
|
9152
|
-
|
|
9152
|
+
|
|
9153
9153
|
def initialize(starttime=nil, endtime=nil, metric=nil, filter=nil, domains=nil, project=nil, detail=nil, code=nil, area=nil, areatype=nil, product=nil, limit=nil)
|
|
9154
9154
|
@StartTime = starttime
|
|
9155
9155
|
@EndTime = endtime
|
|
@@ -9189,7 +9189,7 @@ module TencentCloud
|
|
|
9189
9189
|
# @type RequestId: String
|
|
9190
9190
|
|
|
9191
9191
|
attr_accessor :Data, :RequestId
|
|
9192
|
-
|
|
9192
|
+
|
|
9193
9193
|
def initialize(data=nil, requestid=nil)
|
|
9194
9194
|
@Data = data
|
|
9195
9195
|
@RequestId = requestid
|
|
@@ -9253,7 +9253,7 @@ module TencentCloud
|
|
|
9253
9253
|
# @type Domains: Array
|
|
9254
9254
|
|
|
9255
9255
|
attr_accessor :StartTime, :EndTime, :Domain, :AttackType, :DefenceMode, :Metric, :Area, :AttackTypes, :Domains
|
|
9256
|
-
|
|
9256
|
+
|
|
9257
9257
|
def initialize(starttime=nil, endtime=nil, domain=nil, attacktype=nil, defencemode=nil, metric=nil, area=nil, attacktypes=nil, domains=nil)
|
|
9258
9258
|
@StartTime = starttime
|
|
9259
9259
|
@EndTime = endtime
|
|
@@ -9293,7 +9293,7 @@ module TencentCloud
|
|
|
9293
9293
|
# @type RequestId: String
|
|
9294
9294
|
|
|
9295
9295
|
attr_accessor :TopTypeData, :TopIpData, :TopUrlData, :TopDomainData, :RequestId
|
|
9296
|
-
|
|
9296
|
+
|
|
9297
9297
|
def initialize(toptypedata=nil, topipdata=nil, topurldata=nil, topdomaindata=nil, requestid=nil)
|
|
9298
9298
|
@TopTypeData = toptypedata
|
|
9299
9299
|
@TopIpData = topipdata
|
|
@@ -9366,7 +9366,7 @@ module TencentCloud
|
|
|
9366
9366
|
# @type RegionEn: String
|
|
9367
9367
|
|
|
9368
9368
|
attr_accessor :AppId, :Channel, :LogsetId, :LogsetName, :IsDefault, :LogsetSavePeriod, :CreateTime, :Region, :Deleted, :RegionEn
|
|
9369
|
-
|
|
9369
|
+
|
|
9370
9370
|
def initialize(appid=nil, channel=nil, logsetid=nil, logsetname=nil, isdefault=nil, logsetsaveperiod=nil, createtime=nil, region=nil, deleted=nil, regionen=nil)
|
|
9371
9371
|
@AppId = appid
|
|
9372
9372
|
@Channel = channel
|
|
@@ -9488,7 +9488,7 @@ module TencentCloud
|
|
|
9488
9488
|
# @type QnPrivateAccess: :class:`Tencentcloud::Cdn.v20180606.models.QnPrivateAccess`
|
|
9489
9489
|
|
|
9490
9490
|
attr_accessor :Authentication, :BandwidthAlert, :Cache, :CacheKey, :Compression, :DownstreamCapping, :ErrorPage, :FollowRedirect, :ForceRedirect, :Https, :IpFilter, :IpFreqLimit, :MaxAge, :Origin, :OriginPullOptimization, :RangeOriginPull, :Referer, :RequestHeader, :ResponseHeader, :ResponseHeaderCache, :Seo, :ServiceType, :StatusCodeCache, :VideoSeek, :AwsPrivateAccess, :OssPrivateAccess, :HwPrivateAccess, :QnPrivateAccess
|
|
9491
|
-
|
|
9491
|
+
|
|
9492
9492
|
def initialize(authentication=nil, bandwidthalert=nil, cache=nil, cachekey=nil, compression=nil, downstreamcapping=nil, errorpage=nil, followredirect=nil, forceredirect=nil, https=nil, ipfilter=nil, ipfreqlimit=nil, maxage=nil, origin=nil, originpulloptimization=nil, rangeoriginpull=nil, referer=nil, requestheader=nil, responseheader=nil, responseheadercache=nil, seo=nil, servicetype=nil, statuscodecache=nil, videoseek=nil, awsprivateaccess=nil, ossprivateaccess=nil, hwprivateaccess=nil, qnprivateaccess=nil)
|
|
9493
9493
|
@Authentication = authentication
|
|
9494
9494
|
@BandwidthAlert = bandwidthalert
|
|
@@ -9645,7 +9645,7 @@ module TencentCloud
|
|
|
9645
9645
|
# @type DomainAreaConfigs: Array
|
|
9646
9646
|
|
|
9647
9647
|
attr_accessor :LogsetId, :TopicId, :Channel, :DomainAreaConfigs
|
|
9648
|
-
|
|
9648
|
+
|
|
9649
9649
|
def initialize(logsetid=nil, topicid=nil, channel=nil, domainareaconfigs=nil)
|
|
9650
9650
|
@LogsetId = logsetid
|
|
9651
9651
|
@TopicId = topicid
|
|
@@ -9674,7 +9674,7 @@ module TencentCloud
|
|
|
9674
9674
|
# @type RequestId: String
|
|
9675
9675
|
|
|
9676
9676
|
attr_accessor :RequestId
|
|
9677
|
-
|
|
9677
|
+
|
|
9678
9678
|
def initialize(requestid=nil)
|
|
9679
9679
|
@RequestId = requestid
|
|
9680
9680
|
end
|
|
@@ -9692,7 +9692,7 @@ module TencentCloud
|
|
|
9692
9692
|
# @type Name: String
|
|
9693
9693
|
|
|
9694
9694
|
attr_accessor :Id, :Name
|
|
9695
|
-
|
|
9695
|
+
|
|
9696
9696
|
def initialize(id=nil, name=nil)
|
|
9697
9697
|
@Id = id
|
|
9698
9698
|
@Name = name
|
|
@@ -9719,7 +9719,7 @@ module TencentCloud
|
|
|
9719
9719
|
# @type MaxAgeCodeRule: :class:`Tencentcloud::Cdn.v20180606.models.MaxAgeCodeRule`
|
|
9720
9720
|
|
|
9721
9721
|
attr_accessor :Switch, :MaxAgeRules, :MaxAgeCodeRule
|
|
9722
|
-
|
|
9722
|
+
|
|
9723
9723
|
def initialize(switch=nil, maxagerules=nil, maxagecoderule=nil)
|
|
9724
9724
|
@Switch = switch
|
|
9725
9725
|
@MaxAgeRules = maxagerules
|
|
@@ -9752,7 +9752,7 @@ module TencentCloud
|
|
|
9752
9752
|
# @type StatusCodes: Array
|
|
9753
9753
|
|
|
9754
9754
|
attr_accessor :Action, :StatusCodes
|
|
9755
|
-
|
|
9755
|
+
|
|
9756
9756
|
def initialize(action=nil, statuscodes=nil)
|
|
9757
9757
|
@Action = action
|
|
9758
9758
|
@StatusCodes = statuscodes
|
|
@@ -9789,7 +9789,7 @@ module TencentCloud
|
|
|
9789
9789
|
# @type FollowOrigin: String
|
|
9790
9790
|
|
|
9791
9791
|
attr_accessor :MaxAgeType, :MaxAgeContents, :MaxAgeTime, :FollowOrigin
|
|
9792
|
-
|
|
9792
|
+
|
|
9793
9793
|
def initialize(maxagetype=nil, maxagecontents=nil, maxagetime=nil, followorigin=nil)
|
|
9794
9794
|
@MaxAgeType = maxagetype
|
|
9795
9795
|
@MaxAgeContents = maxagecontents
|
|
@@ -9819,7 +9819,7 @@ module TencentCloud
|
|
|
9819
9819
|
# @type ExecutionStatusDesc: String
|
|
9820
9820
|
|
|
9821
9821
|
attr_accessor :ExecutionTime, :ExecutionStatus, :Id, :ExecutionStatusDesc
|
|
9822
|
-
|
|
9822
|
+
|
|
9823
9823
|
def initialize(executiontime=nil, executionstatus=nil, id=nil, executionstatusdesc=nil)
|
|
9824
9824
|
@ExecutionTime = executiontime
|
|
9825
9825
|
@ExecutionStatus = executionstatus
|
|
@@ -9841,7 +9841,7 @@ module TencentCloud
|
|
|
9841
9841
|
# @type RequestId: String
|
|
9842
9842
|
|
|
9843
9843
|
attr_accessor :RequestId
|
|
9844
|
-
|
|
9844
|
+
|
|
9845
9845
|
def initialize(requestid=nil)
|
|
9846
9846
|
@RequestId = requestid
|
|
9847
9847
|
end
|
|
@@ -9859,7 +9859,7 @@ module TencentCloud
|
|
|
9859
9859
|
# @type Switch: String
|
|
9860
9860
|
|
|
9861
9861
|
attr_accessor :Switch
|
|
9862
|
-
|
|
9862
|
+
|
|
9863
9863
|
def initialize(switch=nil)
|
|
9864
9864
|
@Switch = switch
|
|
9865
9865
|
end
|
|
@@ -9879,10 +9879,11 @@ module TencentCloud
|
|
|
9879
9879
|
# + 热备源站回源域名配置
|
|
9880
9880
|
class Origin < TencentCloud::Common::AbstractModel
|
|
9881
9881
|
# @param Origins: 主源站列表
|
|
9882
|
-
#
|
|
9882
|
+
# <font color=red>修改源站时,需要同时填充对应的 OriginType</font>
|
|
9883
9883
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9884
9884
|
# @type Origins: Array
|
|
9885
9885
|
# @param OriginType: 主源站类型
|
|
9886
|
+
# <font color=red>当源站列表 Origins 不为空时必填</font>
|
|
9886
9887
|
# 入参支持以下几种类型:
|
|
9887
9888
|
# domain:域名类型
|
|
9888
9889
|
# domainv6:域名解析V6类型
|
|
@@ -9909,8 +9910,9 @@ module TencentCloud
|
|
|
9909
9910
|
# IPv6 功能目前尚未全量,需要先申请试用
|
|
9910
9911
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9911
9912
|
# @type OriginType: String
|
|
9912
|
-
# @param ServerName:
|
|
9913
|
-
#
|
|
9913
|
+
# @param ServerName: 回主源站时 Host 头部
|
|
9914
|
+
# <font color=red>当源站类型为cos或者第三方存储加速时,ServerName字段必填</font>
|
|
9915
|
+
# 不填充则默认为加速域名
|
|
9914
9916
|
# 若接入的是泛域名,则回源 Host 默认为访问时的子域名
|
|
9915
9917
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9916
9918
|
# @type ServerName: String
|
|
@@ -9925,13 +9927,14 @@ module TencentCloud
|
|
|
9925
9927
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9926
9928
|
# @type OriginPullProtocol: String
|
|
9927
9929
|
# @param BackupOrigins: 备源站列表
|
|
9928
|
-
#
|
|
9930
|
+
# <font color=red>修改备源站时,需要同时填充对应的 BackupOriginType</font>
|
|
9929
9931
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9930
9932
|
# @type BackupOrigins: Array
|
|
9931
|
-
# @param BackupOriginType:
|
|
9933
|
+
# @param BackupOriginType: 备源站类型
|
|
9934
|
+
# <font color=red>备源站列表BackupOrigins 不为空时必填</font>
|
|
9935
|
+
# 支持以下类型:
|
|
9932
9936
|
# domain:域名类型
|
|
9933
9937
|
# ip:IP 列表作为源站
|
|
9934
|
-
# 修改 BackupOrigins 时需要同时填充对应的 BackupOriginType
|
|
9935
9938
|
# 以下备源源站类型尚未全量支持,需要申请试用:
|
|
9936
9939
|
# ipv6_domain: 源站列表为多个 IPv6 地址以及域名
|
|
9937
9940
|
# ip_ipv6:源站列表为多个 IPv4 地址和IPv6 地址
|
|
@@ -9957,7 +9960,9 @@ module TencentCloud
|
|
|
9957
9960
|
# @param AdvanceHttps: HTTPS回源高级配置
|
|
9958
9961
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9959
9962
|
# @type AdvanceHttps: :class:`Tencentcloud::Cdn.v20180606.models.AdvanceHttps`
|
|
9960
|
-
# @param OriginCompany:
|
|
9963
|
+
# @param OriginCompany: 对象存储回源厂商
|
|
9964
|
+
# <font color=red>当源站类型为第三方存储源站(third_party)时必填</font>
|
|
9965
|
+
# 可选值包括以下:
|
|
9961
9966
|
# aws_s3: AWS S3
|
|
9962
9967
|
# ali_oss: 阿里云 OSS
|
|
9963
9968
|
# hw_obs: 华为 OBS
|
|
@@ -9967,7 +9972,7 @@ module TencentCloud
|
|
|
9967
9972
|
# @type OriginCompany: String
|
|
9968
9973
|
|
|
9969
9974
|
attr_accessor :Origins, :OriginType, :ServerName, :CosPrivateAccess, :OriginPullProtocol, :BackupOrigins, :BackupOriginType, :BackupServerName, :BasePath, :PathRules, :PathBasedOrigin, :Sni, :AdvanceHttps, :OriginCompany
|
|
9970
|
-
|
|
9975
|
+
|
|
9971
9976
|
def initialize(origins=nil, origintype=nil, servername=nil, cosprivateaccess=nil, originpullprotocol=nil, backuporigins=nil, backuporigintype=nil, backupservername=nil, basepath=nil, pathrules=nil, pathbasedorigin=nil, sni=nil, advancehttps=nil, origincompany=nil)
|
|
9972
9977
|
@Origins = origins
|
|
9973
9978
|
@OriginType = origintype
|
|
@@ -10036,7 +10041,7 @@ module TencentCloud
|
|
|
10036
10041
|
# @type TypeA: :class:`Tencentcloud::Cdn.v20180606.models.OriginAuthenticationTypeA`
|
|
10037
10042
|
|
|
10038
10043
|
attr_accessor :Switch, :TypeA
|
|
10039
|
-
|
|
10044
|
+
|
|
10040
10045
|
def initialize(switch=nil, typea=nil)
|
|
10041
10046
|
@Switch = switch
|
|
10042
10047
|
@TypeA = typea
|
|
@@ -10058,7 +10063,7 @@ module TencentCloud
|
|
|
10058
10063
|
# @type SecretKey: String
|
|
10059
10064
|
|
|
10060
10065
|
attr_accessor :SecretKey
|
|
10061
|
-
|
|
10066
|
+
|
|
10062
10067
|
def initialize(secretkey=nil)
|
|
10063
10068
|
@SecretKey = secretkey
|
|
10064
10069
|
end
|
|
@@ -10076,7 +10081,7 @@ module TencentCloud
|
|
|
10076
10081
|
# @type Switch: String
|
|
10077
10082
|
|
|
10078
10083
|
attr_accessor :Switch
|
|
10079
|
-
|
|
10084
|
+
|
|
10080
10085
|
def initialize(switch=nil)
|
|
10081
10086
|
@Switch = switch
|
|
10082
10087
|
end
|
|
@@ -10092,7 +10097,7 @@ module TencentCloud
|
|
|
10092
10097
|
# @type Ip: String
|
|
10093
10098
|
|
|
10094
10099
|
attr_accessor :Ip
|
|
10095
|
-
|
|
10100
|
+
|
|
10096
10101
|
def initialize(ip=nil)
|
|
10097
10102
|
@Ip = ip
|
|
10098
10103
|
end
|
|
@@ -10115,7 +10120,7 @@ module TencentCloud
|
|
|
10115
10120
|
# @type OptimizationType: String
|
|
10116
10121
|
|
|
10117
10122
|
attr_accessor :Switch, :OptimizationType
|
|
10118
|
-
|
|
10123
|
+
|
|
10119
10124
|
def initialize(switch=nil, optimizationtype=nil)
|
|
10120
10125
|
@Switch = switch
|
|
10121
10126
|
@OptimizationType = optimizationtype
|
|
@@ -10137,7 +10142,7 @@ module TencentCloud
|
|
|
10137
10142
|
# @type ReceiveTimeout: Integer
|
|
10138
10143
|
|
|
10139
10144
|
attr_accessor :ConnectTimeout, :ReceiveTimeout
|
|
10140
|
-
|
|
10145
|
+
|
|
10141
10146
|
def initialize(connecttimeout=nil, receivetimeout=nil)
|
|
10142
10147
|
@ConnectTimeout = connecttimeout
|
|
10143
10148
|
@ReceiveTimeout = receivetimeout
|
|
@@ -10160,7 +10165,7 @@ module TencentCloud
|
|
|
10160
10165
|
# @type ServerName: String
|
|
10161
10166
|
|
|
10162
10167
|
attr_accessor :Switch, :ServerName
|
|
10163
|
-
|
|
10168
|
+
|
|
10164
10169
|
def initialize(switch=nil, servername=nil)
|
|
10165
10170
|
@Switch = switch
|
|
10166
10171
|
@ServerName = servername
|
|
@@ -10192,7 +10197,7 @@ module TencentCloud
|
|
|
10192
10197
|
# @type Bucket: String
|
|
10193
10198
|
|
|
10194
10199
|
attr_accessor :Switch, :AccessKey, :SecretKey, :Region, :Bucket
|
|
10195
|
-
|
|
10200
|
+
|
|
10196
10201
|
def initialize(switch=nil, accesskey=nil, secretkey=nil, region=nil, bucket=nil)
|
|
10197
10202
|
@Switch = switch
|
|
10198
10203
|
@AccessKey = accesskey
|
|
@@ -10230,7 +10235,7 @@ module TencentCloud
|
|
|
10230
10235
|
# @type Bucket: String
|
|
10231
10236
|
|
|
10232
10237
|
attr_accessor :Switch, :AccessKey, :SecretKey, :Region, :Bucket
|
|
10233
|
-
|
|
10238
|
+
|
|
10234
10239
|
def initialize(switch=nil, accesskey=nil, secretkey=nil, region=nil, bucket=nil)
|
|
10235
10240
|
@Switch = switch
|
|
10236
10241
|
@AccessKey = accesskey
|
|
@@ -10342,7 +10347,7 @@ module TencentCloud
|
|
|
10342
10347
|
# @type QnPrivateAccess: :class:`Tencentcloud::Cdn.v20180606.models.QnPrivateAccess`
|
|
10343
10348
|
|
|
10344
10349
|
attr_accessor :Authentication, :BandwidthAlert, :Cache, :CacheKey, :Compression, :DownstreamCapping, :ErrorPage, :FollowRedirect, :ForceRedirect, :Https, :IpFilter, :IpFreqLimit, :MaxAge, :Origin, :OriginPullOptimization, :RangeOriginPull, :Referer, :RequestHeader, :ResponseHeader, :ResponseHeaderCache, :Seo, :ServiceType, :StatusCodeCache, :VideoSeek, :AwsPrivateAccess, :OssPrivateAccess, :HwPrivateAccess, :QnPrivateAccess
|
|
10345
|
-
|
|
10350
|
+
|
|
10346
10351
|
def initialize(authentication=nil, bandwidthalert=nil, cache=nil, cachekey=nil, compression=nil, downstreamcapping=nil, errorpage=nil, followredirect=nil, forceredirect=nil, https=nil, ipfilter=nil, ipfreqlimit=nil, maxage=nil, origin=nil, originpulloptimization=nil, rangeoriginpull=nil, referer=nil, requestheader=nil, responseheader=nil, responseheadercache=nil, seo=nil, servicetype=nil, statuscodecache=nil, videoseek=nil, awsprivateaccess=nil, ossprivateaccess=nil, hwprivateaccess=nil, qnprivateaccess=nil)
|
|
10347
10352
|
@Authentication = authentication
|
|
10348
10353
|
@BandwidthAlert = bandwidthalert
|
|
@@ -10505,7 +10510,7 @@ module TencentCloud
|
|
|
10505
10510
|
# @type Origin: Array
|
|
10506
10511
|
|
|
10507
10512
|
attr_accessor :RuleType, :RulePaths, :Origin
|
|
10508
|
-
|
|
10513
|
+
|
|
10509
10514
|
def initialize(ruletype=nil, rulepaths=nil, origin=nil)
|
|
10510
10515
|
@RuleType = ruletype
|
|
10511
10516
|
@RulePaths = rulepaths
|
|
@@ -10554,7 +10559,7 @@ module TencentCloud
|
|
|
10554
10559
|
# @type FullMatch: Boolean
|
|
10555
10560
|
|
|
10556
10561
|
attr_accessor :Regex, :Path, :Origin, :ServerName, :OriginArea, :ForwardUri, :RequestHeaders, :FullMatch
|
|
10557
|
-
|
|
10562
|
+
|
|
10558
10563
|
def initialize(regex=nil, path=nil, origin=nil, servername=nil, originarea=nil, forwarduri=nil, requestheaders=nil, fullmatch=nil)
|
|
10559
10564
|
@Regex = regex
|
|
10560
10565
|
@Path = path
|
|
@@ -10595,7 +10600,7 @@ module TencentCloud
|
|
|
10595
10600
|
# @type MaxSize: Integer
|
|
10596
10601
|
|
|
10597
10602
|
attr_accessor :Switch, :MaxSize
|
|
10598
|
-
|
|
10603
|
+
|
|
10599
10604
|
def initialize(switch=nil, maxsize=nil)
|
|
10600
10605
|
@Switch = switch
|
|
10601
10606
|
@MaxSize = maxsize
|
|
@@ -10625,7 +10630,7 @@ module TencentCloud
|
|
|
10625
10630
|
# @type Area: String
|
|
10626
10631
|
|
|
10627
10632
|
attr_accessor :Paths, :FlushType, :UrlEncode, :Area
|
|
10628
|
-
|
|
10633
|
+
|
|
10629
10634
|
def initialize(paths=nil, flushtype=nil, urlencode=nil, area=nil)
|
|
10630
10635
|
@Paths = paths
|
|
10631
10636
|
@FlushType = flushtype
|
|
@@ -10649,7 +10654,7 @@ module TencentCloud
|
|
|
10649
10654
|
# @type RequestId: String
|
|
10650
10655
|
|
|
10651
10656
|
attr_accessor :TaskId, :RequestId
|
|
10652
|
-
|
|
10657
|
+
|
|
10653
10658
|
def initialize(taskid=nil, requestid=nil)
|
|
10654
10659
|
@TaskId = taskid
|
|
10655
10660
|
@RequestId = requestid
|
|
@@ -10684,7 +10689,7 @@ module TencentCloud
|
|
|
10684
10689
|
# @type CreateTime: String
|
|
10685
10690
|
|
|
10686
10691
|
attr_accessor :TaskId, :Url, :Status, :PurgeType, :FlushType, :CreateTime
|
|
10687
|
-
|
|
10692
|
+
|
|
10688
10693
|
def initialize(taskid=nil, url=nil, status=nil, purgetype=nil, flushtype=nil, createtime=nil)
|
|
10689
10694
|
@TaskId = taskid
|
|
10690
10695
|
@Url = url
|
|
@@ -10718,7 +10723,7 @@ module TencentCloud
|
|
|
10718
10723
|
# @type UrlEncode: Boolean
|
|
10719
10724
|
|
|
10720
10725
|
attr_accessor :Urls, :Area, :UrlEncode
|
|
10721
|
-
|
|
10726
|
+
|
|
10722
10727
|
def initialize(urls=nil, area=nil, urlencode=nil)
|
|
10723
10728
|
@Urls = urls
|
|
10724
10729
|
@Area = area
|
|
@@ -10740,7 +10745,7 @@ module TencentCloud
|
|
|
10740
10745
|
# @type RequestId: String
|
|
10741
10746
|
|
|
10742
10747
|
attr_accessor :TaskId, :RequestId
|
|
10743
|
-
|
|
10748
|
+
|
|
10744
10749
|
def initialize(taskid=nil, requestid=nil)
|
|
10745
10750
|
@TaskId = taskid
|
|
10746
10751
|
@RequestId = requestid
|
|
@@ -10778,7 +10783,7 @@ module TencentCloud
|
|
|
10778
10783
|
# @type UpdateTime: String
|
|
10779
10784
|
|
|
10780
10785
|
attr_accessor :TaskId, :Url, :Status, :Percent, :CreateTime, :Area, :UpdateTime
|
|
10781
|
-
|
|
10786
|
+
|
|
10782
10787
|
def initialize(taskid=nil, url=nil, status=nil, percent=nil, createtime=nil, area=nil, updatetime=nil)
|
|
10783
10788
|
@TaskId = taskid
|
|
10784
10789
|
@Url = url
|
|
@@ -10832,7 +10837,7 @@ module TencentCloud
|
|
|
10832
10837
|
# @type UrlEncode: Boolean
|
|
10833
10838
|
|
|
10834
10839
|
attr_accessor :Urls, :UserAgent, :Area, :Layer, :ParseM3U8, :DisableRange, :Headers, :UrlEncode
|
|
10835
|
-
|
|
10840
|
+
|
|
10836
10841
|
def initialize(urls=nil, useragent=nil, area=nil, layer=nil, parsem3u8=nil, disablerange=nil, headers=nil, urlencode=nil)
|
|
10837
10842
|
@Urls = urls
|
|
10838
10843
|
@UserAgent = useragent
|
|
@@ -10871,7 +10876,7 @@ module TencentCloud
|
|
|
10871
10876
|
# @type RequestId: String
|
|
10872
10877
|
|
|
10873
10878
|
attr_accessor :TaskId, :RequestId
|
|
10874
|
-
|
|
10879
|
+
|
|
10875
10880
|
def initialize(taskid=nil, requestid=nil)
|
|
10876
10881
|
@TaskId = taskid
|
|
10877
10882
|
@RequestId = requestid
|
|
@@ -10896,7 +10901,7 @@ module TencentCloud
|
|
|
10896
10901
|
# @type SecretKey: String
|
|
10897
10902
|
|
|
10898
10903
|
attr_accessor :Switch, :AccessKey, :SecretKey
|
|
10899
|
-
|
|
10904
|
+
|
|
10900
10905
|
def initialize(switch=nil, accesskey=nil, secretkey=nil)
|
|
10901
10906
|
@Switch = switch
|
|
10902
10907
|
@AccessKey = accesskey
|
|
@@ -10932,7 +10937,7 @@ module TencentCloud
|
|
|
10932
10937
|
# @type Value: String
|
|
10933
10938
|
|
|
10934
10939
|
attr_accessor :Switch, :Reorder, :Action, :Value
|
|
10935
|
-
|
|
10940
|
+
|
|
10936
10941
|
def initialize(switch=nil, reorder=nil, action=nil, value=nil)
|
|
10937
10942
|
@Switch = switch
|
|
10938
10943
|
@Reorder = reorder
|
|
@@ -10956,7 +10961,7 @@ module TencentCloud
|
|
|
10956
10961
|
# @type Switch: String
|
|
10957
10962
|
|
|
10958
10963
|
attr_accessor :Switch
|
|
10959
|
-
|
|
10964
|
+
|
|
10960
10965
|
def initialize(switch=nil)
|
|
10961
10966
|
@Switch = switch
|
|
10962
10967
|
end
|
|
@@ -10978,7 +10983,7 @@ module TencentCloud
|
|
|
10978
10983
|
# @type Area: String
|
|
10979
10984
|
|
|
10980
10985
|
attr_accessor :Batch, :Total, :Available, :Area
|
|
10981
|
-
|
|
10986
|
+
|
|
10982
10987
|
def initialize(batch=nil, total=nil, available=nil, area=nil)
|
|
10983
10988
|
@Batch = batch
|
|
10984
10989
|
@Total = total
|
|
@@ -11005,7 +11010,7 @@ module TencentCloud
|
|
|
11005
11010
|
# @type RangeRules: Array
|
|
11006
11011
|
|
|
11007
11012
|
attr_accessor :Switch, :RangeRules
|
|
11008
|
-
|
|
11013
|
+
|
|
11009
11014
|
def initialize(switch=nil, rangerules=nil)
|
|
11010
11015
|
@Switch = switch
|
|
11011
11016
|
@RangeRules = rangerules
|
|
@@ -11044,7 +11049,7 @@ module TencentCloud
|
|
|
11044
11049
|
# @type RulePaths: Array
|
|
11045
11050
|
|
|
11046
11051
|
attr_accessor :Switch, :RuleType, :RulePaths
|
|
11047
|
-
|
|
11052
|
+
|
|
11048
11053
|
def initialize(switch=nil, ruletype=nil, rulepaths=nil)
|
|
11049
11054
|
@Switch = switch
|
|
11050
11055
|
@RuleType = ruletype
|
|
@@ -11070,7 +11075,7 @@ module TencentCloud
|
|
|
11070
11075
|
# @type FollowRedirectBackupHost: String
|
|
11071
11076
|
|
|
11072
11077
|
attr_accessor :Switch, :FollowRedirectHost, :FollowRedirectBackupHost
|
|
11073
|
-
|
|
11078
|
+
|
|
11074
11079
|
def initialize(switch=nil, followredirecthost=nil, followredirectbackuphost=nil)
|
|
11075
11080
|
@Switch = switch
|
|
11076
11081
|
@FollowRedirectHost = followredirecthost
|
|
@@ -11095,7 +11100,7 @@ module TencentCloud
|
|
|
11095
11100
|
# @type RefererRules: Array
|
|
11096
11101
|
|
|
11097
11102
|
attr_accessor :Switch, :RefererRules
|
|
11098
|
-
|
|
11103
|
+
|
|
11099
11104
|
def initialize(switch=nil, refererrules=nil)
|
|
11100
11105
|
@Switch = switch
|
|
11101
11106
|
@RefererRules = refererrules
|
|
@@ -11140,7 +11145,7 @@ module TencentCloud
|
|
|
11140
11145
|
# @type AllowEmpty: Boolean
|
|
11141
11146
|
|
|
11142
11147
|
attr_accessor :RuleType, :RulePaths, :RefererType, :Referers, :AllowEmpty
|
|
11143
|
-
|
|
11148
|
+
|
|
11144
11149
|
def initialize(ruletype=nil, rulepaths=nil, referertype=nil, referers=nil, allowempty=nil)
|
|
11145
11150
|
@RuleType = ruletype
|
|
11146
11151
|
@RulePaths = rulepaths
|
|
@@ -11166,7 +11171,7 @@ module TencentCloud
|
|
|
11166
11171
|
# @type SubRegionIdList: Array
|
|
11167
11172
|
|
|
11168
11173
|
attr_accessor :RegionId, :SubRegionIdList
|
|
11169
|
-
|
|
11174
|
+
|
|
11170
11175
|
def initialize(regionid=nil, subregionidlist=nil)
|
|
11171
11176
|
@RegionId = regionid
|
|
11172
11177
|
@SubRegionIdList = subregionidlist
|
|
@@ -11195,7 +11200,7 @@ module TencentCloud
|
|
|
11195
11200
|
# @type Server: String
|
|
11196
11201
|
|
|
11197
11202
|
attr_accessor :Switch, :RemoteAuthenticationRules, :Server
|
|
11198
|
-
|
|
11203
|
+
|
|
11199
11204
|
def initialize(switch=nil, remoteauthenticationrules=nil, server=nil)
|
|
11200
11205
|
@Switch = switch
|
|
11201
11206
|
@RemoteAuthenticationRules = remoteauthenticationrules
|
|
@@ -11251,7 +11256,7 @@ module TencentCloud
|
|
|
11251
11256
|
# @type AuthTimeoutAction: String
|
|
11252
11257
|
|
|
11253
11258
|
attr_accessor :Server, :AuthMethod, :RuleType, :RulePaths, :AuthTimeout, :AuthTimeoutAction
|
|
11254
|
-
|
|
11259
|
+
|
|
11255
11260
|
def initialize(server=nil, authmethod=nil, ruletype=nil, rulepaths=nil, authtimeout=nil, authtimeoutaction=nil)
|
|
11256
11261
|
@Server = server
|
|
11257
11262
|
@AuthMethod = authmethod
|
|
@@ -11287,7 +11292,7 @@ module TencentCloud
|
|
|
11287
11292
|
# @type BillingPercentage: Float
|
|
11288
11293
|
|
|
11289
11294
|
attr_accessor :ResourceId, :Resource, :Value, :Percentage, :BillingValue, :BillingPercentage
|
|
11290
|
-
|
|
11295
|
+
|
|
11291
11296
|
def initialize(resourceid=nil, resource=nil, value=nil, percentage=nil, billingvalue=nil, billingpercentage=nil)
|
|
11292
11297
|
@ResourceId = resourceid
|
|
11293
11298
|
@Resource = resource
|
|
@@ -11318,7 +11323,7 @@ module TencentCloud
|
|
|
11318
11323
|
# @type HeaderRules: Array
|
|
11319
11324
|
|
|
11320
11325
|
attr_accessor :Switch, :HeaderRules
|
|
11321
|
-
|
|
11326
|
+
|
|
11322
11327
|
def initialize(switch=nil, headerrules=nil)
|
|
11323
11328
|
@Switch = switch
|
|
11324
11329
|
@HeaderRules = headerrules
|
|
@@ -11349,7 +11354,7 @@ module TencentCloud
|
|
|
11349
11354
|
# @type BillingData: Array
|
|
11350
11355
|
|
|
11351
11356
|
attr_accessor :Resource, :BillingData
|
|
11352
|
-
|
|
11357
|
+
|
|
11353
11358
|
def initialize(resource=nil, billingdata=nil)
|
|
11354
11359
|
@Resource = resource
|
|
11355
11360
|
@BillingData = billingdata
|
|
@@ -11380,7 +11385,7 @@ module TencentCloud
|
|
|
11380
11385
|
# @type CdnData: Array
|
|
11381
11386
|
|
|
11382
11387
|
attr_accessor :Resource, :CdnData
|
|
11383
|
-
|
|
11388
|
+
|
|
11384
11389
|
def initialize(resource=nil, cdndata=nil)
|
|
11385
11390
|
@Resource = resource
|
|
11386
11391
|
@CdnData = cdndata
|
|
@@ -11411,7 +11416,7 @@ module TencentCloud
|
|
|
11411
11416
|
# @type OriginData: Array
|
|
11412
11417
|
|
|
11413
11418
|
attr_accessor :Resource, :OriginData
|
|
11414
|
-
|
|
11419
|
+
|
|
11415
11420
|
def initialize(resource=nil, origindata=nil)
|
|
11416
11421
|
@Resource = resource
|
|
11417
11422
|
@OriginData = origindata
|
|
@@ -11441,7 +11446,7 @@ module TencentCloud
|
|
|
11441
11446
|
# @type HeaderRules: Array
|
|
11442
11447
|
|
|
11443
11448
|
attr_accessor :Switch, :HeaderRules
|
|
11444
|
-
|
|
11449
|
+
|
|
11445
11450
|
def initialize(switch=nil, headerrules=nil)
|
|
11446
11451
|
@Switch = switch
|
|
11447
11452
|
@HeaderRules = headerrules
|
|
@@ -11468,7 +11473,7 @@ module TencentCloud
|
|
|
11468
11473
|
# @type Switch: String
|
|
11469
11474
|
|
|
11470
11475
|
attr_accessor :Switch
|
|
11471
|
-
|
|
11476
|
+
|
|
11472
11477
|
def initialize(switch=nil)
|
|
11473
11478
|
@Switch = switch
|
|
11474
11479
|
end
|
|
@@ -11491,7 +11496,7 @@ module TencentCloud
|
|
|
11491
11496
|
# @type Path: String
|
|
11492
11497
|
|
|
11493
11498
|
attr_accessor :Switch, :Path
|
|
11494
|
-
|
|
11499
|
+
|
|
11495
11500
|
def initialize(switch=nil, path=nil)
|
|
11496
11501
|
@Switch = switch
|
|
11497
11502
|
@Path = path
|
|
@@ -11528,7 +11533,7 @@ module TencentCloud
|
|
|
11528
11533
|
# @type CacheConfig: :class:`Tencentcloud::Cdn.v20180606.models.RuleCacheConfig`
|
|
11529
11534
|
|
|
11530
11535
|
attr_accessor :RulePaths, :RuleType, :CacheConfig
|
|
11531
|
-
|
|
11536
|
+
|
|
11532
11537
|
def initialize(rulepaths=nil, ruletype=nil, cacheconfig=nil)
|
|
11533
11538
|
@RulePaths = rulepaths
|
|
11534
11539
|
@RuleType = ruletype
|
|
@@ -11558,7 +11563,7 @@ module TencentCloud
|
|
|
11558
11563
|
# @type FollowOrigin: :class:`Tencentcloud::Cdn.v20180606.models.CacheConfigFollowOrigin`
|
|
11559
11564
|
|
|
11560
11565
|
attr_accessor :Cache, :NoCache, :FollowOrigin
|
|
11561
|
-
|
|
11566
|
+
|
|
11562
11567
|
def initialize(cache=nil, nocache=nil, followorigin=nil)
|
|
11563
11568
|
@Cache = cache
|
|
11564
11569
|
@NoCache = nocache
|
|
@@ -11592,7 +11597,7 @@ module TencentCloud
|
|
|
11592
11597
|
# @type Content: String
|
|
11593
11598
|
|
|
11594
11599
|
attr_accessor :Switch, :Content
|
|
11595
|
-
|
|
11600
|
+
|
|
11596
11601
|
def initialize(switch=nil, content=nil)
|
|
11597
11602
|
@Switch = switch
|
|
11598
11603
|
@Content = content
|
|
@@ -11620,7 +11625,7 @@ module TencentCloud
|
|
|
11620
11625
|
# @type Value: String
|
|
11621
11626
|
|
|
11622
11627
|
attr_accessor :Switch, :Action, :Value
|
|
11623
|
-
|
|
11628
|
+
|
|
11624
11629
|
def initialize(switch=nil, action=nil, value=nil)
|
|
11625
11630
|
@Switch = switch
|
|
11626
11631
|
@Action = action
|
|
@@ -11651,7 +11656,7 @@ module TencentCloud
|
|
|
11651
11656
|
# @type AdvancedScriptData: Array
|
|
11652
11657
|
|
|
11653
11658
|
attr_accessor :Switch, :ScriptData, :ErrorPage, :AdvancedScriptData
|
|
11654
|
-
|
|
11659
|
+
|
|
11655
11660
|
def initialize(switch=nil, scriptdata=nil, errorpage=nil, advancedscriptdata=nil)
|
|
11656
11661
|
@Switch = switch
|
|
11657
11662
|
@ScriptData = scriptdata
|
|
@@ -11699,7 +11704,7 @@ module TencentCloud
|
|
|
11699
11704
|
# @type ErrorPage: :class:`Tencentcloud::Cdn.v20180606.models.ScdnErrorPage`
|
|
11700
11705
|
|
|
11701
11706
|
attr_accessor :RuleName, :Configure, :Result, :Status, :ErrorPage
|
|
11702
|
-
|
|
11707
|
+
|
|
11703
11708
|
def initialize(rulename=nil, configure=nil, result=nil, status=nil, errorpage=nil)
|
|
11704
11709
|
@RuleName = rulename
|
|
11705
11710
|
@Configure = configure
|
|
@@ -11737,7 +11742,7 @@ module TencentCloud
|
|
|
11737
11742
|
# @type MatchValue: String
|
|
11738
11743
|
|
|
11739
11744
|
attr_accessor :MatchKey, :LogiOperator, :MatchValue
|
|
11740
|
-
|
|
11745
|
+
|
|
11741
11746
|
def initialize(matchkey=nil, logioperator=nil, matchvalue=nil)
|
|
11742
11747
|
@MatchKey = matchkey
|
|
11743
11748
|
@LogiOperator = logioperator
|
|
@@ -11765,7 +11770,7 @@ module TencentCloud
|
|
|
11765
11770
|
# @type BotJavaScript: Array
|
|
11766
11771
|
|
|
11767
11772
|
attr_accessor :Switch, :BotCookie, :BotJavaScript
|
|
11768
|
-
|
|
11773
|
+
|
|
11769
11774
|
def initialize(switch=nil, botcookie=nil, botjavascript=nil)
|
|
11770
11775
|
@Switch = switch
|
|
11771
11776
|
@BotCookie = botcookie
|
|
@@ -11828,7 +11833,7 @@ module TencentCloud
|
|
|
11828
11833
|
# @type RedirectUrl: String
|
|
11829
11834
|
|
|
11830
11835
|
attr_accessor :RuleType, :RuleValue, :Qps, :DetectionTime, :FrequencyLimit, :PunishmentSwitch, :PunishmentTime, :Action, :RedirectUrl
|
|
11831
|
-
|
|
11836
|
+
|
|
11832
11837
|
def initialize(ruletype=nil, rulevalue=nil, qps=nil, detectiontime=nil, frequencylimit=nil, punishmentswitch=nil, punishmenttime=nil, action=nil, redirecturl=nil)
|
|
11833
11838
|
@RuleType = ruletype
|
|
11834
11839
|
@RuleValue = rulevalue
|
|
@@ -11871,7 +11876,7 @@ module TencentCloud
|
|
|
11871
11876
|
# @type GlobalAdvancedRules: Array
|
|
11872
11877
|
|
|
11873
11878
|
attr_accessor :Switch, :Rules, :AdvancedRules, :GlobalAdvancedRules
|
|
11874
|
-
|
|
11879
|
+
|
|
11875
11880
|
def initialize(switch=nil, rules=nil, advancedrules=nil, globaladvancedrules=nil)
|
|
11876
11881
|
@Switch = switch
|
|
11877
11882
|
@Rules = rules
|
|
@@ -11916,7 +11921,7 @@ module TencentCloud
|
|
|
11916
11921
|
# @type Switch: String
|
|
11917
11922
|
|
|
11918
11923
|
attr_accessor :Switch
|
|
11919
|
-
|
|
11924
|
+
|
|
11920
11925
|
def initialize(switch=nil)
|
|
11921
11926
|
@Switch = switch
|
|
11922
11927
|
end
|
|
@@ -11954,7 +11959,7 @@ module TencentCloud
|
|
|
11954
11959
|
# @type WafLevel: Integer
|
|
11955
11960
|
|
|
11956
11961
|
attr_accessor :Domain, :Status, :Waf, :Acl, :CC, :Ddos, :ProjectId, :AclRuleNumbers, :Bot, :Area, :WafLevel
|
|
11957
|
-
|
|
11962
|
+
|
|
11958
11963
|
def initialize(domain=nil, status=nil, waf=nil, acl=nil, cc=nil, ddos=nil, projectid=nil, aclrulenumbers=nil, bot=nil, area=nil, waflevel=nil)
|
|
11959
11964
|
@Domain = domain
|
|
11960
11965
|
@Status = status
|
|
@@ -11994,7 +11999,7 @@ module TencentCloud
|
|
|
11994
11999
|
# @type RedirectUrl: String
|
|
11995
12000
|
|
|
11996
12001
|
attr_accessor :RedirectCode, :RedirectUrl
|
|
11997
|
-
|
|
12002
|
+
|
|
11998
12003
|
def initialize(redirectcode=nil, redirecturl=nil)
|
|
11999
12004
|
@RedirectCode = redirectcode
|
|
12000
12005
|
@RedirectUrl = redirecturl
|
|
@@ -12016,7 +12021,7 @@ module TencentCloud
|
|
|
12016
12021
|
# @type Value: String
|
|
12017
12022
|
|
|
12018
12023
|
attr_accessor :Key, :Operator, :Value
|
|
12019
|
-
|
|
12024
|
+
|
|
12020
12025
|
def initialize(key=nil, operator=nil, value=nil)
|
|
12021
12026
|
@Key = key
|
|
12022
12027
|
@Operator = operator
|
|
@@ -12050,7 +12055,7 @@ module TencentCloud
|
|
|
12050
12055
|
# @type RuleValue: Array
|
|
12051
12056
|
|
|
12052
12057
|
attr_accessor :Domain, :StrategyId, :IpList, :UpdateTime, :Remark, :RuleType, :RuleValue
|
|
12053
|
-
|
|
12058
|
+
|
|
12054
12059
|
def initialize(domain=nil, strategyid=nil, iplist=nil, updatetime=nil, remark=nil, ruletype=nil, rulevalue=nil)
|
|
12055
12060
|
@Domain = domain
|
|
12056
12061
|
@StrategyId = strategyid
|
|
@@ -12083,7 +12088,7 @@ module TencentCloud
|
|
|
12083
12088
|
# @type Fuzzy: Boolean
|
|
12084
12089
|
|
|
12085
12090
|
attr_accessor :Name, :Value, :Fuzzy
|
|
12086
|
-
|
|
12091
|
+
|
|
12087
12092
|
def initialize(name=nil, value=nil, fuzzy=nil)
|
|
12088
12093
|
@Name = name
|
|
12089
12094
|
@Value = value
|
|
@@ -12156,7 +12161,7 @@ module TencentCloud
|
|
|
12156
12161
|
# @type Area: String
|
|
12157
12162
|
|
|
12158
12163
|
attr_accessor :Domain, :Mode, :StartTime, :EndTime, :CreateTime, :DownloadUrl, :Status, :TaskID, :AttackType, :DefenceMode, :Conditions, :Area
|
|
12159
|
-
|
|
12164
|
+
|
|
12160
12165
|
def initialize(domain=nil, mode=nil, starttime=nil, endtime=nil, createtime=nil, downloadurl=nil, status=nil, taskid=nil, attacktype=nil, defencemode=nil, conditions=nil, area=nil)
|
|
12161
12166
|
@Domain = domain
|
|
12162
12167
|
@Mode = mode
|
|
@@ -12230,7 +12235,7 @@ module TencentCloud
|
|
|
12230
12235
|
# @type RuleParam: String
|
|
12231
12236
|
|
|
12232
12237
|
attr_accessor :CaseSensitive, :RuleType, :LogicOperator, :RuleValue, :RuleParam
|
|
12233
|
-
|
|
12238
|
+
|
|
12234
12239
|
def initialize(casesensitive=nil, ruletype=nil, logicoperator=nil, rulevalue=nil, ruleparam=nil)
|
|
12235
12240
|
@CaseSensitive = casesensitive
|
|
12236
12241
|
@RuleType = ruletype
|
|
@@ -12262,7 +12267,7 @@ module TencentCloud
|
|
|
12262
12267
|
# @type District: String
|
|
12263
12268
|
|
|
12264
12269
|
attr_accessor :Time, :Value, :Isp, :Ip, :District
|
|
12265
|
-
|
|
12270
|
+
|
|
12266
12271
|
def initialize(time=nil, value=nil, isp=nil, ip=nil, district=nil)
|
|
12267
12272
|
@Time = time
|
|
12268
12273
|
@Value = value
|
|
@@ -12290,7 +12295,7 @@ module TencentCloud
|
|
|
12290
12295
|
# @type Percent: Float
|
|
12291
12296
|
|
|
12292
12297
|
attr_accessor :Domain, :Value, :Percent
|
|
12293
|
-
|
|
12298
|
+
|
|
12294
12299
|
def initialize(domain=nil, value=nil, percent=nil)
|
|
12295
12300
|
@Domain = domain
|
|
12296
12301
|
@Value = value
|
|
@@ -12317,7 +12322,7 @@ module TencentCloud
|
|
|
12317
12322
|
# @type Domain: String
|
|
12318
12323
|
|
|
12319
12324
|
attr_accessor :Url, :Value, :Time, :Domain
|
|
12320
|
-
|
|
12325
|
+
|
|
12321
12326
|
def initialize(url=nil, value=nil, time=nil, domain=nil)
|
|
12322
12327
|
@Url = url
|
|
12323
12328
|
@Value = value
|
|
@@ -12341,7 +12346,7 @@ module TencentCloud
|
|
|
12341
12346
|
# @type Value: Integer
|
|
12342
12347
|
|
|
12343
12348
|
attr_accessor :AttackType, :Value
|
|
12344
|
-
|
|
12349
|
+
|
|
12345
12350
|
def initialize(attacktype=nil, value=nil)
|
|
12346
12351
|
@AttackType = attacktype
|
|
12347
12352
|
@Value = value
|
|
@@ -12383,7 +12388,7 @@ module TencentCloud
|
|
|
12383
12388
|
# @type SubRuleSwitch: Array
|
|
12384
12389
|
|
|
12385
12390
|
attr_accessor :Switch, :Mode, :ErrorPage, :WebShellSwitch, :Rules, :Level, :SubRuleSwitch
|
|
12386
|
-
|
|
12391
|
+
|
|
12387
12392
|
def initialize(switch=nil, mode=nil, errorpage=nil, webshellswitch=nil, rules=nil, level=nil, subruleswitch=nil)
|
|
12388
12393
|
@Switch = switch
|
|
12389
12394
|
@Mode = mode
|
|
@@ -12430,7 +12435,7 @@ module TencentCloud
|
|
|
12430
12435
|
# @type Operate: String
|
|
12431
12436
|
|
|
12432
12437
|
attr_accessor :AttackType, :Operate
|
|
12433
|
-
|
|
12438
|
+
|
|
12434
12439
|
def initialize(attacktype=nil, operate=nil)
|
|
12435
12440
|
@AttackType = attacktype
|
|
12436
12441
|
@Operate = operate
|
|
@@ -12451,7 +12456,7 @@ module TencentCloud
|
|
|
12451
12456
|
# @type Switch: String
|
|
12452
12457
|
|
|
12453
12458
|
attr_accessor :Switch
|
|
12454
|
-
|
|
12459
|
+
|
|
12455
12460
|
def initialize(switch=nil)
|
|
12456
12461
|
@Switch = switch
|
|
12457
12462
|
end
|
|
@@ -12483,7 +12488,7 @@ module TencentCloud
|
|
|
12483
12488
|
# @type Sort: String
|
|
12484
12489
|
|
|
12485
12490
|
attr_accessor :LogsetId, :TopicIds, :StartTime, :EndTime, :Limit, :Channel, :Query, :Context, :Sort
|
|
12486
|
-
|
|
12491
|
+
|
|
12487
12492
|
def initialize(logsetid=nil, topicids=nil, starttime=nil, endtime=nil, limit=nil, channel=nil, query=nil, context=nil, sort=nil)
|
|
12488
12493
|
@LogsetId = logsetid
|
|
12489
12494
|
@TopicIds = topicids
|
|
@@ -12517,7 +12522,7 @@ module TencentCloud
|
|
|
12517
12522
|
# @type RequestId: String
|
|
12518
12523
|
|
|
12519
12524
|
attr_accessor :Logs, :RequestId
|
|
12520
|
-
|
|
12525
|
+
|
|
12521
12526
|
def initialize(logs=nil, requestid=nil)
|
|
12522
12527
|
@Logs = logs
|
|
12523
12528
|
@RequestId = requestid
|
|
@@ -12540,7 +12545,7 @@ module TencentCloud
|
|
|
12540
12545
|
# @type Switch: String
|
|
12541
12546
|
|
|
12542
12547
|
attr_accessor :Switch
|
|
12543
|
-
|
|
12548
|
+
|
|
12544
12549
|
def initialize(switch=nil)
|
|
12545
12550
|
@Switch = switch
|
|
12546
12551
|
end
|
|
@@ -12559,7 +12564,7 @@ module TencentCloud
|
|
|
12559
12564
|
# @type Switch: String
|
|
12560
12565
|
|
|
12561
12566
|
attr_accessor :Switch
|
|
12562
|
-
|
|
12567
|
+
|
|
12563
12568
|
def initialize(switch=nil)
|
|
12564
12569
|
@Switch = switch
|
|
12565
12570
|
end
|
|
@@ -12604,7 +12609,7 @@ module TencentCloud
|
|
|
12604
12609
|
# @type From: String
|
|
12605
12610
|
|
|
12606
12611
|
attr_accessor :CertId, :CertName, :Certificate, :PrivateKey, :ExpireTime, :DeployTime, :Message, :From
|
|
12607
|
-
|
|
12612
|
+
|
|
12608
12613
|
def initialize(certid=nil, certname=nil, certificate=nil, privatekey=nil, expiretime=nil, deploytime=nil, message=nil, from=nil)
|
|
12609
12614
|
@CertId = certid
|
|
12610
12615
|
@CertName = certname
|
|
@@ -12640,7 +12645,7 @@ module TencentCloud
|
|
|
12640
12645
|
# @type Cname: String
|
|
12641
12646
|
|
|
12642
12647
|
attr_accessor :Switch, :Cname
|
|
12643
|
-
|
|
12648
|
+
|
|
12644
12649
|
def initialize(switch=nil, cname=nil)
|
|
12645
12650
|
@Switch = switch
|
|
12646
12651
|
@Cname = cname
|
|
@@ -12690,7 +12695,7 @@ module TencentCloud
|
|
|
12690
12695
|
# @type Revalidate: :class:`Tencentcloud::Cdn.v20180606.models.Revalidate`
|
|
12691
12696
|
|
|
12692
12697
|
attr_accessor :CacheRules, :FollowOrigin, :IgnoreCacheControl, :IgnoreSetCookie, :CompareMaxAge, :Revalidate
|
|
12693
|
-
|
|
12698
|
+
|
|
12694
12699
|
def initialize(cacherules=nil, followorigin=nil, ignorecachecontrol=nil, ignoresetcookie=nil, comparemaxage=nil, revalidate=nil)
|
|
12695
12700
|
@CacheRules = cacherules
|
|
12696
12701
|
@FollowOrigin = followorigin
|
|
@@ -12741,7 +12746,7 @@ module TencentCloud
|
|
|
12741
12746
|
# @type CacheTime: Integer
|
|
12742
12747
|
|
|
12743
12748
|
attr_accessor :CacheType, :CacheContents, :CacheTime
|
|
12744
|
-
|
|
12749
|
+
|
|
12745
12750
|
def initialize(cachetype=nil, cachecontents=nil, cachetime=nil)
|
|
12746
12751
|
@CacheType = cachetype
|
|
12747
12752
|
@CacheContents = cachecontents
|
|
@@ -12766,7 +12771,7 @@ module TencentCloud
|
|
|
12766
12771
|
# @type Sequence: String
|
|
12767
12772
|
|
|
12768
12773
|
attr_accessor :Key, :Sequence
|
|
12769
|
-
|
|
12774
|
+
|
|
12770
12775
|
def initialize(key=nil, sequence=nil)
|
|
12771
12776
|
@Key = key
|
|
12772
12777
|
@Sequence = sequence
|
|
@@ -12788,7 +12793,7 @@ module TencentCloud
|
|
|
12788
12793
|
# @type Overseas: :class:`Tencentcloud::Cdn.v20180606.models.OverseaConfig`
|
|
12789
12794
|
|
|
12790
12795
|
attr_accessor :Mainland, :Overseas
|
|
12791
|
-
|
|
12796
|
+
|
|
12792
12797
|
def initialize(mainland=nil, overseas=nil)
|
|
12793
12798
|
@Mainland = mainland
|
|
12794
12799
|
@Overseas = overseas
|
|
@@ -12813,7 +12818,7 @@ module TencentCloud
|
|
|
12813
12818
|
# @type Domain: String
|
|
12814
12819
|
|
|
12815
12820
|
attr_accessor :Domain
|
|
12816
|
-
|
|
12821
|
+
|
|
12817
12822
|
def initialize(domain=nil)
|
|
12818
12823
|
@Domain = domain
|
|
12819
12824
|
end
|
|
@@ -12829,7 +12834,7 @@ module TencentCloud
|
|
|
12829
12834
|
# @type RequestId: String
|
|
12830
12835
|
|
|
12831
12836
|
attr_accessor :RequestId
|
|
12832
|
-
|
|
12837
|
+
|
|
12833
12838
|
def initialize(requestid=nil)
|
|
12834
12839
|
@RequestId = requestid
|
|
12835
12840
|
end
|
|
@@ -12845,7 +12850,7 @@ module TencentCloud
|
|
|
12845
12850
|
# @type Domain: String
|
|
12846
12851
|
|
|
12847
12852
|
attr_accessor :Domain
|
|
12848
|
-
|
|
12853
|
+
|
|
12849
12854
|
def initialize(domain=nil)
|
|
12850
12855
|
@Domain = domain
|
|
12851
12856
|
end
|
|
@@ -12863,7 +12868,7 @@ module TencentCloud
|
|
|
12863
12868
|
# @type RequestId: String
|
|
12864
12869
|
|
|
12865
12870
|
attr_accessor :Result, :RequestId
|
|
12866
|
-
|
|
12871
|
+
|
|
12867
12872
|
def initialize(result=nil, requestid=nil)
|
|
12868
12873
|
@Result = result
|
|
12869
12874
|
@RequestId = requestid
|
|
@@ -12910,7 +12915,7 @@ module TencentCloud
|
|
|
12910
12915
|
# @type Switch: String
|
|
12911
12916
|
|
|
12912
12917
|
attr_accessor :Type, :UnBlockTime, :BpsThreshold, :CounterMeasure, :AlertPercentage, :AlertSwitch, :Metric, :Cycle, :Switch
|
|
12913
|
-
|
|
12918
|
+
|
|
12914
12919
|
def initialize(type=nil, unblocktime=nil, bpsthreshold=nil, countermeasure=nil, alertpercentage=nil, alertswitch=nil, metric=nil, cycle=nil, switch=nil)
|
|
12915
12920
|
@Type = type
|
|
12916
12921
|
@UnBlockTime = unblocktime
|
|
@@ -12948,7 +12953,7 @@ module TencentCloud
|
|
|
12948
12953
|
# @type CacheRules: Array
|
|
12949
12954
|
|
|
12950
12955
|
attr_accessor :Switch, :CacheRules
|
|
12951
|
-
|
|
12956
|
+
|
|
12952
12957
|
def initialize(switch=nil, cacherules=nil)
|
|
12953
12958
|
@Switch = switch
|
|
12954
12959
|
@CacheRules = cacherules
|
|
@@ -12976,7 +12981,7 @@ module TencentCloud
|
|
|
12976
12981
|
# @type CacheTime: Integer
|
|
12977
12982
|
|
|
12978
12983
|
attr_accessor :StatusCode, :CacheTime
|
|
12979
|
-
|
|
12984
|
+
|
|
12980
12985
|
def initialize(statuscode=nil, cachetime=nil)
|
|
12981
12986
|
@StatusCode = statuscode
|
|
12982
12987
|
@CacheTime = cachetime
|
|
@@ -12995,7 +13000,7 @@ module TencentCloud
|
|
|
12995
13000
|
# @type Domain: String
|
|
12996
13001
|
|
|
12997
13002
|
attr_accessor :Domain
|
|
12998
|
-
|
|
13003
|
+
|
|
12999
13004
|
def initialize(domain=nil)
|
|
13000
13005
|
@Domain = domain
|
|
13001
13006
|
end
|
|
@@ -13011,7 +13016,7 @@ module TencentCloud
|
|
|
13011
13016
|
# @type RequestId: String
|
|
13012
13017
|
|
|
13013
13018
|
attr_accessor :RequestId
|
|
13014
|
-
|
|
13019
|
+
|
|
13015
13020
|
def initialize(requestid=nil)
|
|
13016
13021
|
@RequestId = requestid
|
|
13017
13022
|
end
|
|
@@ -13027,7 +13032,7 @@ module TencentCloud
|
|
|
13027
13032
|
# @type Domain: String
|
|
13028
13033
|
|
|
13029
13034
|
attr_accessor :Domain
|
|
13030
|
-
|
|
13035
|
+
|
|
13031
13036
|
def initialize(domain=nil)
|
|
13032
13037
|
@Domain = domain
|
|
13033
13038
|
end
|
|
@@ -13045,7 +13050,7 @@ module TencentCloud
|
|
|
13045
13050
|
# @type RequestId: String
|
|
13046
13051
|
|
|
13047
13052
|
attr_accessor :Result, :RequestId
|
|
13048
|
-
|
|
13053
|
+
|
|
13049
13054
|
def initialize(result=nil, requestid=nil)
|
|
13050
13055
|
@Result = result
|
|
13051
13056
|
@RequestId = requestid
|
|
@@ -13068,7 +13073,7 @@ module TencentCloud
|
|
|
13068
13073
|
# @type Value: Float
|
|
13069
13074
|
|
|
13070
13075
|
attr_accessor :Name, :Value
|
|
13071
|
-
|
|
13076
|
+
|
|
13072
13077
|
def initialize(name=nil, value=nil)
|
|
13073
13078
|
@Name = name
|
|
13074
13079
|
@Value = value
|
|
@@ -13090,7 +13095,7 @@ module TencentCloud
|
|
|
13090
13095
|
# @type TagValue: String
|
|
13091
13096
|
|
|
13092
13097
|
attr_accessor :TagKey, :TagValue
|
|
13093
|
-
|
|
13098
|
+
|
|
13094
13099
|
def initialize(tagkey=nil, tagvalue=nil)
|
|
13095
13100
|
@TagKey = tagkey
|
|
13096
13101
|
@TagValue = tagvalue
|
|
@@ -13111,7 +13116,7 @@ module TencentCloud
|
|
|
13111
13116
|
# @type Value: Float
|
|
13112
13117
|
|
|
13113
13118
|
attr_accessor :Time, :Value
|
|
13114
|
-
|
|
13119
|
+
|
|
13115
13120
|
def initialize(time=nil, value=nil)
|
|
13116
13121
|
@Time = time
|
|
13117
13122
|
@Value = value
|
|
@@ -13135,7 +13140,7 @@ module TencentCloud
|
|
|
13135
13140
|
# @type DetailData: Array
|
|
13136
13141
|
|
|
13137
13142
|
attr_accessor :Resource, :DetailData
|
|
13138
|
-
|
|
13143
|
+
|
|
13139
13144
|
def initialize(resource=nil, detaildata=nil)
|
|
13140
13145
|
@Resource = resource
|
|
13141
13146
|
@DetailData = detaildata
|
|
@@ -13162,7 +13167,7 @@ module TencentCloud
|
|
|
13162
13167
|
# @type DetailData: Array
|
|
13163
13168
|
|
|
13164
13169
|
attr_accessor :Resource, :DetailData
|
|
13165
|
-
|
|
13170
|
+
|
|
13166
13171
|
def initialize(resource=nil, detaildata=nil)
|
|
13167
13172
|
@Resource = resource
|
|
13168
13173
|
@DetailData = detaildata
|
|
@@ -13189,7 +13194,7 @@ module TencentCloud
|
|
|
13189
13194
|
# @type Value: Float
|
|
13190
13195
|
|
|
13191
13196
|
attr_accessor :Name, :Value
|
|
13192
|
-
|
|
13197
|
+
|
|
13193
13198
|
def initialize(name=nil, value=nil)
|
|
13194
13199
|
@Name = name
|
|
13195
13200
|
@Value = value
|
|
@@ -13212,7 +13217,7 @@ module TencentCloud
|
|
|
13212
13217
|
# @type Percent: Float
|
|
13213
13218
|
|
|
13214
13219
|
attr_accessor :Name, :Value, :Percent
|
|
13215
|
-
|
|
13220
|
+
|
|
13216
13221
|
def initialize(name=nil, value=nil, percent=nil)
|
|
13217
13222
|
@Name = name
|
|
13218
13223
|
@Value = value
|
|
@@ -13245,7 +13250,7 @@ module TencentCloud
|
|
|
13245
13250
|
# @type Deleted: String
|
|
13246
13251
|
|
|
13247
13252
|
attr_accessor :TopicId, :TopicName, :Enabled, :CreateTime, :Channel, :Deleted
|
|
13248
|
-
|
|
13253
|
+
|
|
13249
13254
|
def initialize(topicid=nil, topicname=nil, enabled=nil, createtime=nil, channel=nil, deleted=nil)
|
|
13250
13255
|
@TopicId = topicid
|
|
13251
13256
|
@TopicName = topicname
|
|
@@ -13274,7 +13279,7 @@ module TencentCloud
|
|
|
13274
13279
|
# @type Switch: String
|
|
13275
13280
|
|
|
13276
13281
|
attr_accessor :Switch
|
|
13277
|
-
|
|
13282
|
+
|
|
13278
13283
|
def initialize(switch=nil)
|
|
13279
13284
|
@Switch = switch
|
|
13280
13285
|
end
|
|
@@ -13345,7 +13350,7 @@ module TencentCloud
|
|
|
13345
13350
|
# @type TrueExpireTime: String
|
|
13346
13351
|
|
|
13347
13352
|
attr_accessor :Id, :Type, :Bytes, :BytesUsed, :Status, :CreateTime, :EnableTime, :ExpireTime, :ContractExtension, :AutoExtension, :Channel, :Area, :LifeTimeMonth, :ExtensionAvailable, :RefundAvailable, :Region, :ConfigId, :ExtensionMode, :TrueEnableTime, :TrueExpireTime
|
|
13348
|
-
|
|
13353
|
+
|
|
13349
13354
|
def initialize(id=nil, type=nil, bytes=nil, bytesused=nil, status=nil, createtime=nil, enabletime=nil, expiretime=nil, contractextension=nil, autoextension=nil, channel=nil, area=nil, lifetimemonth=nil, extensionavailable=nil, refundavailable=nil, region=nil, configid=nil, extensionmode=nil, trueenabletime=nil, trueexpiretime=nil)
|
|
13350
13355
|
@Id = id
|
|
13351
13356
|
@Type = type
|
|
@@ -13503,7 +13508,7 @@ module TencentCloud
|
|
|
13503
13508
|
# @type HttpsBilling: :class:`Tencentcloud::Cdn.v20180606.models.HttpsBilling`
|
|
13504
13509
|
|
|
13505
13510
|
attr_accessor :Domain, :ProjectId, :Origin, :IpFilter, :IpFreqLimit, :StatusCodeCache, :Compression, :BandwidthAlert, :RangeOriginPull, :FollowRedirect, :ErrorPage, :RequestHeader, :ResponseHeader, :DownstreamCapping, :CacheKey, :ResponseHeaderCache, :VideoSeek, :Cache, :OriginPullOptimization, :Https, :Authentication, :Seo, :ForceRedirect, :Referer, :MaxAge, :SpecificConfig, :ServiceType, :Area, :OriginPullTimeout, :AwsPrivateAccess, :UserAgentFilter, :AccessControl, :UrlRedirect, :AccessPort, :AdvancedAuthentication, :OriginAuthentication, :Ipv6Access, :OfflineCache, :OriginCombine, :PostMaxSize, :Quic, :OssPrivateAccess, :WebSocket, :RemoteAuthentication, :ShareCname, :HwPrivateAccess, :QnPrivateAccess, :OthersPrivateAccess, :HttpsBilling
|
|
13506
|
-
|
|
13511
|
+
|
|
13507
13512
|
def initialize(domain=nil, projectid=nil, origin=nil, ipfilter=nil, ipfreqlimit=nil, statuscodecache=nil, compression=nil, bandwidthalert=nil, rangeoriginpull=nil, followredirect=nil, errorpage=nil, requestheader=nil, responseheader=nil, downstreamcapping=nil, cachekey=nil, responseheadercache=nil, videoseek=nil, cache=nil, originpulloptimization=nil, https=nil, authentication=nil, seo=nil, forceredirect=nil, referer=nil, maxage=nil, specificconfig=nil, servicetype=nil, area=nil, originpulltimeout=nil, awsprivateaccess=nil, useragentfilter=nil, accesscontrol=nil, urlredirect=nil, accessport=nil, advancedauthentication=nil, originauthentication=nil, ipv6access=nil, offlinecache=nil, origincombine=nil, postmaxsize=nil, quic=nil, ossprivateaccess=nil, websocket=nil, remoteauthentication=nil, sharecname=nil, hwprivateaccess=nil, qnprivateaccess=nil, othersprivateaccess=nil, httpsbilling=nil)
|
|
13508
13513
|
@Domain = domain
|
|
13509
13514
|
@ProjectId = projectid
|
|
@@ -13747,7 +13752,7 @@ module TencentCloud
|
|
|
13747
13752
|
# @type RequestId: String
|
|
13748
13753
|
|
|
13749
13754
|
attr_accessor :RequestId
|
|
13750
|
-
|
|
13755
|
+
|
|
13751
13756
|
def initialize(requestid=nil)
|
|
13752
13757
|
@RequestId = requestid
|
|
13753
13758
|
end
|
|
@@ -13771,7 +13776,7 @@ module TencentCloud
|
|
|
13771
13776
|
# @type AvifAdapter: :class:`Tencentcloud::Cdn.v20180606.models.AvifAdapter`
|
|
13772
13777
|
|
|
13773
13778
|
attr_accessor :Domain, :WebpAdapter, :TpgAdapter, :GuetzliAdapter, :AvifAdapter
|
|
13774
|
-
|
|
13779
|
+
|
|
13775
13780
|
def initialize(domain=nil, webpadapter=nil, tpgadapter=nil, guetzliadapter=nil, avifadapter=nil)
|
|
13776
13781
|
@Domain = domain
|
|
13777
13782
|
@WebpAdapter = webpadapter
|
|
@@ -13807,7 +13812,7 @@ module TencentCloud
|
|
|
13807
13812
|
# @type RequestId: String
|
|
13808
13813
|
|
|
13809
13814
|
attr_accessor :RequestId
|
|
13810
|
-
|
|
13815
|
+
|
|
13811
13816
|
def initialize(requestid=nil)
|
|
13812
13817
|
@RequestId = requestid
|
|
13813
13818
|
end
|
|
@@ -13825,7 +13830,7 @@ module TencentCloud
|
|
|
13825
13830
|
# @type PayType: String
|
|
13826
13831
|
|
|
13827
13832
|
attr_accessor :Area, :PayType
|
|
13828
|
-
|
|
13833
|
+
|
|
13829
13834
|
def initialize(area=nil, paytype=nil)
|
|
13830
13835
|
@Area = area
|
|
13831
13836
|
@PayType = paytype
|
|
@@ -13843,7 +13848,7 @@ module TencentCloud
|
|
|
13843
13848
|
# @type RequestId: String
|
|
13844
13849
|
|
|
13845
13850
|
attr_accessor :RequestId
|
|
13846
|
-
|
|
13851
|
+
|
|
13847
13852
|
def initialize(requestid=nil)
|
|
13848
13853
|
@RequestId = requestid
|
|
13849
13854
|
end
|
|
@@ -13869,7 +13874,7 @@ module TencentCloud
|
|
|
13869
13874
|
# @type Bot: :class:`Tencentcloud::Cdn.v20180606.models.ScdnBotConfig`
|
|
13870
13875
|
|
|
13871
13876
|
attr_accessor :Domain, :Waf, :Acl, :CC, :Ddos, :Bot
|
|
13872
|
-
|
|
13877
|
+
|
|
13873
13878
|
def initialize(domain=nil, waf=nil, acl=nil, cc=nil, ddos=nil, bot=nil)
|
|
13874
13879
|
@Domain = domain
|
|
13875
13880
|
@Waf = waf
|
|
@@ -13912,7 +13917,7 @@ module TencentCloud
|
|
|
13912
13917
|
# @type RequestId: String
|
|
13913
13918
|
|
|
13914
13919
|
attr_accessor :Result, :RequestId
|
|
13915
|
-
|
|
13920
|
+
|
|
13916
13921
|
def initialize(result=nil, requestid=nil)
|
|
13917
13922
|
@Result = result
|
|
13918
13923
|
@RequestId = requestid
|
|
@@ -13940,7 +13945,7 @@ module TencentCloud
|
|
|
13940
13945
|
# @type UpdateTime: String
|
|
13941
13946
|
|
|
13942
13947
|
attr_accessor :Status, :RealUrl, :CreateTime, :UpdateTime
|
|
13943
|
-
|
|
13948
|
+
|
|
13944
13949
|
def initialize(status=nil, realurl=nil, createtime=nil, updatetime=nil)
|
|
13945
13950
|
@Status = status
|
|
13946
13951
|
@RealUrl = realurl
|
|
@@ -13967,7 +13972,7 @@ module TencentCloud
|
|
|
13967
13972
|
# @type PathRules: Array
|
|
13968
13973
|
|
|
13969
13974
|
attr_accessor :Switch, :PathRules
|
|
13970
|
-
|
|
13975
|
+
|
|
13971
13976
|
def initialize(switch=nil, pathrules=nil)
|
|
13972
13977
|
@Switch = switch
|
|
13973
13978
|
@PathRules = pathrules
|
|
@@ -14002,7 +14007,7 @@ module TencentCloud
|
|
|
14002
14007
|
# @type FullMatch: Boolean
|
|
14003
14008
|
|
|
14004
14009
|
attr_accessor :RedirectStatusCode, :Pattern, :RedirectUrl, :RedirectHost, :FullMatch
|
|
14005
|
-
|
|
14010
|
+
|
|
14006
14011
|
def initialize(redirectstatuscode=nil, pattern=nil, redirecturl=nil, redirecthost=nil, fullmatch=nil)
|
|
14007
14012
|
@RedirectStatusCode = redirectstatuscode
|
|
14008
14013
|
@Pattern = pattern
|
|
@@ -14032,7 +14037,7 @@ module TencentCloud
|
|
|
14032
14037
|
# @type FilterRules: Array
|
|
14033
14038
|
|
|
14034
14039
|
attr_accessor :Switch, :FilterRules
|
|
14035
|
-
|
|
14040
|
+
|
|
14036
14041
|
def initialize(switch=nil, filterrules=nil)
|
|
14037
14042
|
@Switch = switch
|
|
14038
14043
|
@FilterRules = filterrules
|
|
@@ -14071,7 +14076,7 @@ module TencentCloud
|
|
|
14071
14076
|
# @type FilterType: String
|
|
14072
14077
|
|
|
14073
14078
|
attr_accessor :RuleType, :RulePaths, :UserAgents, :FilterType
|
|
14074
|
-
|
|
14079
|
+
|
|
14075
14080
|
def initialize(ruletype=nil, rulepaths=nil, useragents=nil, filtertype=nil)
|
|
14076
14081
|
@RuleType = ruletype
|
|
14077
14082
|
@RulePaths = rulepaths
|
|
@@ -14097,7 +14102,7 @@ module TencentCloud
|
|
|
14097
14102
|
# @type VerifyType: String
|
|
14098
14103
|
|
|
14099
14104
|
attr_accessor :Domain, :VerifyType
|
|
14100
|
-
|
|
14105
|
+
|
|
14101
14106
|
def initialize(domain=nil, verifytype=nil)
|
|
14102
14107
|
@Domain = domain
|
|
14103
14108
|
@VerifyType = verifytype
|
|
@@ -14117,7 +14122,7 @@ module TencentCloud
|
|
|
14117
14122
|
# @type RequestId: String
|
|
14118
14123
|
|
|
14119
14124
|
attr_accessor :Result, :RequestId
|
|
14120
|
-
|
|
14125
|
+
|
|
14121
14126
|
def initialize(result=nil, requestid=nil)
|
|
14122
14127
|
@Result = result
|
|
14123
14128
|
@RequestId = requestid
|
|
@@ -14137,7 +14142,7 @@ module TencentCloud
|
|
|
14137
14142
|
# @type Switch: String
|
|
14138
14143
|
|
|
14139
14144
|
attr_accessor :Switch
|
|
14140
|
-
|
|
14145
|
+
|
|
14141
14146
|
def initialize(switch=nil)
|
|
14142
14147
|
@Switch = switch
|
|
14143
14148
|
end
|
|
@@ -14168,7 +14173,7 @@ module TencentCloud
|
|
|
14168
14173
|
# @type UpdateTime: String
|
|
14169
14174
|
|
|
14170
14175
|
attr_accessor :Id, :RealUrl, :DownloadUrl, :UrlStatus, :CreateTime, :UpdateTime
|
|
14171
|
-
|
|
14176
|
+
|
|
14172
14177
|
def initialize(id=nil, realurl=nil, downloadurl=nil, urlstatus=nil, createtime=nil, updatetime=nil)
|
|
14173
14178
|
@Id = id
|
|
14174
14179
|
@RealUrl = realurl
|
|
@@ -14198,7 +14203,7 @@ module TencentCloud
|
|
|
14198
14203
|
# @type SubIds: Array
|
|
14199
14204
|
|
|
14200
14205
|
attr_accessor :Switch, :SubIds
|
|
14201
|
-
|
|
14206
|
+
|
|
14202
14207
|
def initialize(switch=nil, subids=nil)
|
|
14203
14208
|
@Switch = switch
|
|
14204
14209
|
@SubIds = subids
|
|
@@ -14222,7 +14227,7 @@ module TencentCloud
|
|
|
14222
14227
|
# @type Timeout: Integer
|
|
14223
14228
|
|
|
14224
14229
|
attr_accessor :Switch, :Timeout
|
|
14225
|
-
|
|
14230
|
+
|
|
14226
14231
|
def initialize(switch=nil, timeout=nil)
|
|
14227
14232
|
@Switch = switch
|
|
14228
14233
|
@Timeout = timeout
|
|
@@ -14243,7 +14248,7 @@ module TencentCloud
|
|
|
14243
14248
|
# @type Switch: String
|
|
14244
14249
|
|
|
14245
14250
|
attr_accessor :Switch
|
|
14246
|
-
|
|
14251
|
+
|
|
14247
14252
|
def initialize(switch=nil)
|
|
14248
14253
|
@Switch = switch
|
|
14249
14254
|
end
|