tencentcloud-sdk-cdn 3.0.590 → 3.0.592
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180606/models.rb +355 -355
- 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
|
|
@@ -9972,7 +9972,7 @@ module TencentCloud
|
|
|
9972
9972
|
# @type OriginCompany: String
|
|
9973
9973
|
|
|
9974
9974
|
attr_accessor :Origins, :OriginType, :ServerName, :CosPrivateAccess, :OriginPullProtocol, :BackupOrigins, :BackupOriginType, :BackupServerName, :BasePath, :PathRules, :PathBasedOrigin, :Sni, :AdvanceHttps, :OriginCompany
|
|
9975
|
-
|
|
9975
|
+
|
|
9976
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)
|
|
9977
9977
|
@Origins = origins
|
|
9978
9978
|
@OriginType = origintype
|
|
@@ -10041,7 +10041,7 @@ module TencentCloud
|
|
|
10041
10041
|
# @type TypeA: :class:`Tencentcloud::Cdn.v20180606.models.OriginAuthenticationTypeA`
|
|
10042
10042
|
|
|
10043
10043
|
attr_accessor :Switch, :TypeA
|
|
10044
|
-
|
|
10044
|
+
|
|
10045
10045
|
def initialize(switch=nil, typea=nil)
|
|
10046
10046
|
@Switch = switch
|
|
10047
10047
|
@TypeA = typea
|
|
@@ -10063,7 +10063,7 @@ module TencentCloud
|
|
|
10063
10063
|
# @type SecretKey: String
|
|
10064
10064
|
|
|
10065
10065
|
attr_accessor :SecretKey
|
|
10066
|
-
|
|
10066
|
+
|
|
10067
10067
|
def initialize(secretkey=nil)
|
|
10068
10068
|
@SecretKey = secretkey
|
|
10069
10069
|
end
|
|
@@ -10081,7 +10081,7 @@ module TencentCloud
|
|
|
10081
10081
|
# @type Switch: String
|
|
10082
10082
|
|
|
10083
10083
|
attr_accessor :Switch
|
|
10084
|
-
|
|
10084
|
+
|
|
10085
10085
|
def initialize(switch=nil)
|
|
10086
10086
|
@Switch = switch
|
|
10087
10087
|
end
|
|
@@ -10097,7 +10097,7 @@ module TencentCloud
|
|
|
10097
10097
|
# @type Ip: String
|
|
10098
10098
|
|
|
10099
10099
|
attr_accessor :Ip
|
|
10100
|
-
|
|
10100
|
+
|
|
10101
10101
|
def initialize(ip=nil)
|
|
10102
10102
|
@Ip = ip
|
|
10103
10103
|
end
|
|
@@ -10120,7 +10120,7 @@ module TencentCloud
|
|
|
10120
10120
|
# @type OptimizationType: String
|
|
10121
10121
|
|
|
10122
10122
|
attr_accessor :Switch, :OptimizationType
|
|
10123
|
-
|
|
10123
|
+
|
|
10124
10124
|
def initialize(switch=nil, optimizationtype=nil)
|
|
10125
10125
|
@Switch = switch
|
|
10126
10126
|
@OptimizationType = optimizationtype
|
|
@@ -10142,7 +10142,7 @@ module TencentCloud
|
|
|
10142
10142
|
# @type ReceiveTimeout: Integer
|
|
10143
10143
|
|
|
10144
10144
|
attr_accessor :ConnectTimeout, :ReceiveTimeout
|
|
10145
|
-
|
|
10145
|
+
|
|
10146
10146
|
def initialize(connecttimeout=nil, receivetimeout=nil)
|
|
10147
10147
|
@ConnectTimeout = connecttimeout
|
|
10148
10148
|
@ReceiveTimeout = receivetimeout
|
|
@@ -10165,7 +10165,7 @@ module TencentCloud
|
|
|
10165
10165
|
# @type ServerName: String
|
|
10166
10166
|
|
|
10167
10167
|
attr_accessor :Switch, :ServerName
|
|
10168
|
-
|
|
10168
|
+
|
|
10169
10169
|
def initialize(switch=nil, servername=nil)
|
|
10170
10170
|
@Switch = switch
|
|
10171
10171
|
@ServerName = servername
|
|
@@ -10197,7 +10197,7 @@ module TencentCloud
|
|
|
10197
10197
|
# @type Bucket: String
|
|
10198
10198
|
|
|
10199
10199
|
attr_accessor :Switch, :AccessKey, :SecretKey, :Region, :Bucket
|
|
10200
|
-
|
|
10200
|
+
|
|
10201
10201
|
def initialize(switch=nil, accesskey=nil, secretkey=nil, region=nil, bucket=nil)
|
|
10202
10202
|
@Switch = switch
|
|
10203
10203
|
@AccessKey = accesskey
|
|
@@ -10235,7 +10235,7 @@ module TencentCloud
|
|
|
10235
10235
|
# @type Bucket: String
|
|
10236
10236
|
|
|
10237
10237
|
attr_accessor :Switch, :AccessKey, :SecretKey, :Region, :Bucket
|
|
10238
|
-
|
|
10238
|
+
|
|
10239
10239
|
def initialize(switch=nil, accesskey=nil, secretkey=nil, region=nil, bucket=nil)
|
|
10240
10240
|
@Switch = switch
|
|
10241
10241
|
@AccessKey = accesskey
|
|
@@ -10347,7 +10347,7 @@ module TencentCloud
|
|
|
10347
10347
|
# @type QnPrivateAccess: :class:`Tencentcloud::Cdn.v20180606.models.QnPrivateAccess`
|
|
10348
10348
|
|
|
10349
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
|
|
10350
|
-
|
|
10350
|
+
|
|
10351
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)
|
|
10352
10352
|
@Authentication = authentication
|
|
10353
10353
|
@BandwidthAlert = bandwidthalert
|
|
@@ -10510,7 +10510,7 @@ module TencentCloud
|
|
|
10510
10510
|
# @type Origin: Array
|
|
10511
10511
|
|
|
10512
10512
|
attr_accessor :RuleType, :RulePaths, :Origin
|
|
10513
|
-
|
|
10513
|
+
|
|
10514
10514
|
def initialize(ruletype=nil, rulepaths=nil, origin=nil)
|
|
10515
10515
|
@RuleType = ruletype
|
|
10516
10516
|
@RulePaths = rulepaths
|
|
@@ -10559,7 +10559,7 @@ module TencentCloud
|
|
|
10559
10559
|
# @type FullMatch: Boolean
|
|
10560
10560
|
|
|
10561
10561
|
attr_accessor :Regex, :Path, :Origin, :ServerName, :OriginArea, :ForwardUri, :RequestHeaders, :FullMatch
|
|
10562
|
-
|
|
10562
|
+
|
|
10563
10563
|
def initialize(regex=nil, path=nil, origin=nil, servername=nil, originarea=nil, forwarduri=nil, requestheaders=nil, fullmatch=nil)
|
|
10564
10564
|
@Regex = regex
|
|
10565
10565
|
@Path = path
|
|
@@ -10600,7 +10600,7 @@ module TencentCloud
|
|
|
10600
10600
|
# @type MaxSize: Integer
|
|
10601
10601
|
|
|
10602
10602
|
attr_accessor :Switch, :MaxSize
|
|
10603
|
-
|
|
10603
|
+
|
|
10604
10604
|
def initialize(switch=nil, maxsize=nil)
|
|
10605
10605
|
@Switch = switch
|
|
10606
10606
|
@MaxSize = maxsize
|
|
@@ -10630,7 +10630,7 @@ module TencentCloud
|
|
|
10630
10630
|
# @type Area: String
|
|
10631
10631
|
|
|
10632
10632
|
attr_accessor :Paths, :FlushType, :UrlEncode, :Area
|
|
10633
|
-
|
|
10633
|
+
|
|
10634
10634
|
def initialize(paths=nil, flushtype=nil, urlencode=nil, area=nil)
|
|
10635
10635
|
@Paths = paths
|
|
10636
10636
|
@FlushType = flushtype
|
|
@@ -10654,7 +10654,7 @@ module TencentCloud
|
|
|
10654
10654
|
# @type RequestId: String
|
|
10655
10655
|
|
|
10656
10656
|
attr_accessor :TaskId, :RequestId
|
|
10657
|
-
|
|
10657
|
+
|
|
10658
10658
|
def initialize(taskid=nil, requestid=nil)
|
|
10659
10659
|
@TaskId = taskid
|
|
10660
10660
|
@RequestId = requestid
|
|
@@ -10689,7 +10689,7 @@ module TencentCloud
|
|
|
10689
10689
|
# @type CreateTime: String
|
|
10690
10690
|
|
|
10691
10691
|
attr_accessor :TaskId, :Url, :Status, :PurgeType, :FlushType, :CreateTime
|
|
10692
|
-
|
|
10692
|
+
|
|
10693
10693
|
def initialize(taskid=nil, url=nil, status=nil, purgetype=nil, flushtype=nil, createtime=nil)
|
|
10694
10694
|
@TaskId = taskid
|
|
10695
10695
|
@Url = url
|
|
@@ -10723,7 +10723,7 @@ module TencentCloud
|
|
|
10723
10723
|
# @type UrlEncode: Boolean
|
|
10724
10724
|
|
|
10725
10725
|
attr_accessor :Urls, :Area, :UrlEncode
|
|
10726
|
-
|
|
10726
|
+
|
|
10727
10727
|
def initialize(urls=nil, area=nil, urlencode=nil)
|
|
10728
10728
|
@Urls = urls
|
|
10729
10729
|
@Area = area
|
|
@@ -10745,7 +10745,7 @@ module TencentCloud
|
|
|
10745
10745
|
# @type RequestId: String
|
|
10746
10746
|
|
|
10747
10747
|
attr_accessor :TaskId, :RequestId
|
|
10748
|
-
|
|
10748
|
+
|
|
10749
10749
|
def initialize(taskid=nil, requestid=nil)
|
|
10750
10750
|
@TaskId = taskid
|
|
10751
10751
|
@RequestId = requestid
|
|
@@ -10783,7 +10783,7 @@ module TencentCloud
|
|
|
10783
10783
|
# @type UpdateTime: String
|
|
10784
10784
|
|
|
10785
10785
|
attr_accessor :TaskId, :Url, :Status, :Percent, :CreateTime, :Area, :UpdateTime
|
|
10786
|
-
|
|
10786
|
+
|
|
10787
10787
|
def initialize(taskid=nil, url=nil, status=nil, percent=nil, createtime=nil, area=nil, updatetime=nil)
|
|
10788
10788
|
@TaskId = taskid
|
|
10789
10789
|
@Url = url
|
|
@@ -10837,7 +10837,7 @@ module TencentCloud
|
|
|
10837
10837
|
# @type UrlEncode: Boolean
|
|
10838
10838
|
|
|
10839
10839
|
attr_accessor :Urls, :UserAgent, :Area, :Layer, :ParseM3U8, :DisableRange, :Headers, :UrlEncode
|
|
10840
|
-
|
|
10840
|
+
|
|
10841
10841
|
def initialize(urls=nil, useragent=nil, area=nil, layer=nil, parsem3u8=nil, disablerange=nil, headers=nil, urlencode=nil)
|
|
10842
10842
|
@Urls = urls
|
|
10843
10843
|
@UserAgent = useragent
|
|
@@ -10876,7 +10876,7 @@ module TencentCloud
|
|
|
10876
10876
|
# @type RequestId: String
|
|
10877
10877
|
|
|
10878
10878
|
attr_accessor :TaskId, :RequestId
|
|
10879
|
-
|
|
10879
|
+
|
|
10880
10880
|
def initialize(taskid=nil, requestid=nil)
|
|
10881
10881
|
@TaskId = taskid
|
|
10882
10882
|
@RequestId = requestid
|
|
@@ -10901,7 +10901,7 @@ module TencentCloud
|
|
|
10901
10901
|
# @type SecretKey: String
|
|
10902
10902
|
|
|
10903
10903
|
attr_accessor :Switch, :AccessKey, :SecretKey
|
|
10904
|
-
|
|
10904
|
+
|
|
10905
10905
|
def initialize(switch=nil, accesskey=nil, secretkey=nil)
|
|
10906
10906
|
@Switch = switch
|
|
10907
10907
|
@AccessKey = accesskey
|
|
@@ -10937,7 +10937,7 @@ module TencentCloud
|
|
|
10937
10937
|
# @type Value: String
|
|
10938
10938
|
|
|
10939
10939
|
attr_accessor :Switch, :Reorder, :Action, :Value
|
|
10940
|
-
|
|
10940
|
+
|
|
10941
10941
|
def initialize(switch=nil, reorder=nil, action=nil, value=nil)
|
|
10942
10942
|
@Switch = switch
|
|
10943
10943
|
@Reorder = reorder
|
|
@@ -10961,7 +10961,7 @@ module TencentCloud
|
|
|
10961
10961
|
# @type Switch: String
|
|
10962
10962
|
|
|
10963
10963
|
attr_accessor :Switch
|
|
10964
|
-
|
|
10964
|
+
|
|
10965
10965
|
def initialize(switch=nil)
|
|
10966
10966
|
@Switch = switch
|
|
10967
10967
|
end
|
|
@@ -10983,7 +10983,7 @@ module TencentCloud
|
|
|
10983
10983
|
# @type Area: String
|
|
10984
10984
|
|
|
10985
10985
|
attr_accessor :Batch, :Total, :Available, :Area
|
|
10986
|
-
|
|
10986
|
+
|
|
10987
10987
|
def initialize(batch=nil, total=nil, available=nil, area=nil)
|
|
10988
10988
|
@Batch = batch
|
|
10989
10989
|
@Total = total
|
|
@@ -11010,7 +11010,7 @@ module TencentCloud
|
|
|
11010
11010
|
# @type RangeRules: Array
|
|
11011
11011
|
|
|
11012
11012
|
attr_accessor :Switch, :RangeRules
|
|
11013
|
-
|
|
11013
|
+
|
|
11014
11014
|
def initialize(switch=nil, rangerules=nil)
|
|
11015
11015
|
@Switch = switch
|
|
11016
11016
|
@RangeRules = rangerules
|
|
@@ -11049,7 +11049,7 @@ module TencentCloud
|
|
|
11049
11049
|
# @type RulePaths: Array
|
|
11050
11050
|
|
|
11051
11051
|
attr_accessor :Switch, :RuleType, :RulePaths
|
|
11052
|
-
|
|
11052
|
+
|
|
11053
11053
|
def initialize(switch=nil, ruletype=nil, rulepaths=nil)
|
|
11054
11054
|
@Switch = switch
|
|
11055
11055
|
@RuleType = ruletype
|
|
@@ -11075,7 +11075,7 @@ module TencentCloud
|
|
|
11075
11075
|
# @type FollowRedirectBackupHost: String
|
|
11076
11076
|
|
|
11077
11077
|
attr_accessor :Switch, :FollowRedirectHost, :FollowRedirectBackupHost
|
|
11078
|
-
|
|
11078
|
+
|
|
11079
11079
|
def initialize(switch=nil, followredirecthost=nil, followredirectbackuphost=nil)
|
|
11080
11080
|
@Switch = switch
|
|
11081
11081
|
@FollowRedirectHost = followredirecthost
|
|
@@ -11100,7 +11100,7 @@ module TencentCloud
|
|
|
11100
11100
|
# @type RefererRules: Array
|
|
11101
11101
|
|
|
11102
11102
|
attr_accessor :Switch, :RefererRules
|
|
11103
|
-
|
|
11103
|
+
|
|
11104
11104
|
def initialize(switch=nil, refererrules=nil)
|
|
11105
11105
|
@Switch = switch
|
|
11106
11106
|
@RefererRules = refererrules
|
|
@@ -11145,7 +11145,7 @@ module TencentCloud
|
|
|
11145
11145
|
# @type AllowEmpty: Boolean
|
|
11146
11146
|
|
|
11147
11147
|
attr_accessor :RuleType, :RulePaths, :RefererType, :Referers, :AllowEmpty
|
|
11148
|
-
|
|
11148
|
+
|
|
11149
11149
|
def initialize(ruletype=nil, rulepaths=nil, referertype=nil, referers=nil, allowempty=nil)
|
|
11150
11150
|
@RuleType = ruletype
|
|
11151
11151
|
@RulePaths = rulepaths
|
|
@@ -11171,7 +11171,7 @@ module TencentCloud
|
|
|
11171
11171
|
# @type SubRegionIdList: Array
|
|
11172
11172
|
|
|
11173
11173
|
attr_accessor :RegionId, :SubRegionIdList
|
|
11174
|
-
|
|
11174
|
+
|
|
11175
11175
|
def initialize(regionid=nil, subregionidlist=nil)
|
|
11176
11176
|
@RegionId = regionid
|
|
11177
11177
|
@SubRegionIdList = subregionidlist
|
|
@@ -11200,7 +11200,7 @@ module TencentCloud
|
|
|
11200
11200
|
# @type Server: String
|
|
11201
11201
|
|
|
11202
11202
|
attr_accessor :Switch, :RemoteAuthenticationRules, :Server
|
|
11203
|
-
|
|
11203
|
+
|
|
11204
11204
|
def initialize(switch=nil, remoteauthenticationrules=nil, server=nil)
|
|
11205
11205
|
@Switch = switch
|
|
11206
11206
|
@RemoteAuthenticationRules = remoteauthenticationrules
|
|
@@ -11256,7 +11256,7 @@ module TencentCloud
|
|
|
11256
11256
|
# @type AuthTimeoutAction: String
|
|
11257
11257
|
|
|
11258
11258
|
attr_accessor :Server, :AuthMethod, :RuleType, :RulePaths, :AuthTimeout, :AuthTimeoutAction
|
|
11259
|
-
|
|
11259
|
+
|
|
11260
11260
|
def initialize(server=nil, authmethod=nil, ruletype=nil, rulepaths=nil, authtimeout=nil, authtimeoutaction=nil)
|
|
11261
11261
|
@Server = server
|
|
11262
11262
|
@AuthMethod = authmethod
|
|
@@ -11292,7 +11292,7 @@ module TencentCloud
|
|
|
11292
11292
|
# @type BillingPercentage: Float
|
|
11293
11293
|
|
|
11294
11294
|
attr_accessor :ResourceId, :Resource, :Value, :Percentage, :BillingValue, :BillingPercentage
|
|
11295
|
-
|
|
11295
|
+
|
|
11296
11296
|
def initialize(resourceid=nil, resource=nil, value=nil, percentage=nil, billingvalue=nil, billingpercentage=nil)
|
|
11297
11297
|
@ResourceId = resourceid
|
|
11298
11298
|
@Resource = resource
|
|
@@ -11323,7 +11323,7 @@ module TencentCloud
|
|
|
11323
11323
|
# @type HeaderRules: Array
|
|
11324
11324
|
|
|
11325
11325
|
attr_accessor :Switch, :HeaderRules
|
|
11326
|
-
|
|
11326
|
+
|
|
11327
11327
|
def initialize(switch=nil, headerrules=nil)
|
|
11328
11328
|
@Switch = switch
|
|
11329
11329
|
@HeaderRules = headerrules
|
|
@@ -11354,7 +11354,7 @@ module TencentCloud
|
|
|
11354
11354
|
# @type BillingData: Array
|
|
11355
11355
|
|
|
11356
11356
|
attr_accessor :Resource, :BillingData
|
|
11357
|
-
|
|
11357
|
+
|
|
11358
11358
|
def initialize(resource=nil, billingdata=nil)
|
|
11359
11359
|
@Resource = resource
|
|
11360
11360
|
@BillingData = billingdata
|
|
@@ -11385,7 +11385,7 @@ module TencentCloud
|
|
|
11385
11385
|
# @type CdnData: Array
|
|
11386
11386
|
|
|
11387
11387
|
attr_accessor :Resource, :CdnData
|
|
11388
|
-
|
|
11388
|
+
|
|
11389
11389
|
def initialize(resource=nil, cdndata=nil)
|
|
11390
11390
|
@Resource = resource
|
|
11391
11391
|
@CdnData = cdndata
|
|
@@ -11416,7 +11416,7 @@ module TencentCloud
|
|
|
11416
11416
|
# @type OriginData: Array
|
|
11417
11417
|
|
|
11418
11418
|
attr_accessor :Resource, :OriginData
|
|
11419
|
-
|
|
11419
|
+
|
|
11420
11420
|
def initialize(resource=nil, origindata=nil)
|
|
11421
11421
|
@Resource = resource
|
|
11422
11422
|
@OriginData = origindata
|
|
@@ -11446,7 +11446,7 @@ module TencentCloud
|
|
|
11446
11446
|
# @type HeaderRules: Array
|
|
11447
11447
|
|
|
11448
11448
|
attr_accessor :Switch, :HeaderRules
|
|
11449
|
-
|
|
11449
|
+
|
|
11450
11450
|
def initialize(switch=nil, headerrules=nil)
|
|
11451
11451
|
@Switch = switch
|
|
11452
11452
|
@HeaderRules = headerrules
|
|
@@ -11473,7 +11473,7 @@ module TencentCloud
|
|
|
11473
11473
|
# @type Switch: String
|
|
11474
11474
|
|
|
11475
11475
|
attr_accessor :Switch
|
|
11476
|
-
|
|
11476
|
+
|
|
11477
11477
|
def initialize(switch=nil)
|
|
11478
11478
|
@Switch = switch
|
|
11479
11479
|
end
|
|
@@ -11496,7 +11496,7 @@ module TencentCloud
|
|
|
11496
11496
|
# @type Path: String
|
|
11497
11497
|
|
|
11498
11498
|
attr_accessor :Switch, :Path
|
|
11499
|
-
|
|
11499
|
+
|
|
11500
11500
|
def initialize(switch=nil, path=nil)
|
|
11501
11501
|
@Switch = switch
|
|
11502
11502
|
@Path = path
|
|
@@ -11533,7 +11533,7 @@ module TencentCloud
|
|
|
11533
11533
|
# @type CacheConfig: :class:`Tencentcloud::Cdn.v20180606.models.RuleCacheConfig`
|
|
11534
11534
|
|
|
11535
11535
|
attr_accessor :RulePaths, :RuleType, :CacheConfig
|
|
11536
|
-
|
|
11536
|
+
|
|
11537
11537
|
def initialize(rulepaths=nil, ruletype=nil, cacheconfig=nil)
|
|
11538
11538
|
@RulePaths = rulepaths
|
|
11539
11539
|
@RuleType = ruletype
|
|
@@ -11563,7 +11563,7 @@ module TencentCloud
|
|
|
11563
11563
|
# @type FollowOrigin: :class:`Tencentcloud::Cdn.v20180606.models.CacheConfigFollowOrigin`
|
|
11564
11564
|
|
|
11565
11565
|
attr_accessor :Cache, :NoCache, :FollowOrigin
|
|
11566
|
-
|
|
11566
|
+
|
|
11567
11567
|
def initialize(cache=nil, nocache=nil, followorigin=nil)
|
|
11568
11568
|
@Cache = cache
|
|
11569
11569
|
@NoCache = nocache
|
|
@@ -11597,7 +11597,7 @@ module TencentCloud
|
|
|
11597
11597
|
# @type Content: String
|
|
11598
11598
|
|
|
11599
11599
|
attr_accessor :Switch, :Content
|
|
11600
|
-
|
|
11600
|
+
|
|
11601
11601
|
def initialize(switch=nil, content=nil)
|
|
11602
11602
|
@Switch = switch
|
|
11603
11603
|
@Content = content
|
|
@@ -11625,7 +11625,7 @@ module TencentCloud
|
|
|
11625
11625
|
# @type Value: String
|
|
11626
11626
|
|
|
11627
11627
|
attr_accessor :Switch, :Action, :Value
|
|
11628
|
-
|
|
11628
|
+
|
|
11629
11629
|
def initialize(switch=nil, action=nil, value=nil)
|
|
11630
11630
|
@Switch = switch
|
|
11631
11631
|
@Action = action
|
|
@@ -11656,7 +11656,7 @@ module TencentCloud
|
|
|
11656
11656
|
# @type AdvancedScriptData: Array
|
|
11657
11657
|
|
|
11658
11658
|
attr_accessor :Switch, :ScriptData, :ErrorPage, :AdvancedScriptData
|
|
11659
|
-
|
|
11659
|
+
|
|
11660
11660
|
def initialize(switch=nil, scriptdata=nil, errorpage=nil, advancedscriptdata=nil)
|
|
11661
11661
|
@Switch = switch
|
|
11662
11662
|
@ScriptData = scriptdata
|
|
@@ -11704,7 +11704,7 @@ module TencentCloud
|
|
|
11704
11704
|
# @type ErrorPage: :class:`Tencentcloud::Cdn.v20180606.models.ScdnErrorPage`
|
|
11705
11705
|
|
|
11706
11706
|
attr_accessor :RuleName, :Configure, :Result, :Status, :ErrorPage
|
|
11707
|
-
|
|
11707
|
+
|
|
11708
11708
|
def initialize(rulename=nil, configure=nil, result=nil, status=nil, errorpage=nil)
|
|
11709
11709
|
@RuleName = rulename
|
|
11710
11710
|
@Configure = configure
|
|
@@ -11742,7 +11742,7 @@ module TencentCloud
|
|
|
11742
11742
|
# @type MatchValue: String
|
|
11743
11743
|
|
|
11744
11744
|
attr_accessor :MatchKey, :LogiOperator, :MatchValue
|
|
11745
|
-
|
|
11745
|
+
|
|
11746
11746
|
def initialize(matchkey=nil, logioperator=nil, matchvalue=nil)
|
|
11747
11747
|
@MatchKey = matchkey
|
|
11748
11748
|
@LogiOperator = logioperator
|
|
@@ -11770,7 +11770,7 @@ module TencentCloud
|
|
|
11770
11770
|
# @type BotJavaScript: Array
|
|
11771
11771
|
|
|
11772
11772
|
attr_accessor :Switch, :BotCookie, :BotJavaScript
|
|
11773
|
-
|
|
11773
|
+
|
|
11774
11774
|
def initialize(switch=nil, botcookie=nil, botjavascript=nil)
|
|
11775
11775
|
@Switch = switch
|
|
11776
11776
|
@BotCookie = botcookie
|
|
@@ -11833,7 +11833,7 @@ module TencentCloud
|
|
|
11833
11833
|
# @type RedirectUrl: String
|
|
11834
11834
|
|
|
11835
11835
|
attr_accessor :RuleType, :RuleValue, :Qps, :DetectionTime, :FrequencyLimit, :PunishmentSwitch, :PunishmentTime, :Action, :RedirectUrl
|
|
11836
|
-
|
|
11836
|
+
|
|
11837
11837
|
def initialize(ruletype=nil, rulevalue=nil, qps=nil, detectiontime=nil, frequencylimit=nil, punishmentswitch=nil, punishmenttime=nil, action=nil, redirecturl=nil)
|
|
11838
11838
|
@RuleType = ruletype
|
|
11839
11839
|
@RuleValue = rulevalue
|
|
@@ -11876,7 +11876,7 @@ module TencentCloud
|
|
|
11876
11876
|
# @type GlobalAdvancedRules: Array
|
|
11877
11877
|
|
|
11878
11878
|
attr_accessor :Switch, :Rules, :AdvancedRules, :GlobalAdvancedRules
|
|
11879
|
-
|
|
11879
|
+
|
|
11880
11880
|
def initialize(switch=nil, rules=nil, advancedrules=nil, globaladvancedrules=nil)
|
|
11881
11881
|
@Switch = switch
|
|
11882
11882
|
@Rules = rules
|
|
@@ -11921,7 +11921,7 @@ module TencentCloud
|
|
|
11921
11921
|
# @type Switch: String
|
|
11922
11922
|
|
|
11923
11923
|
attr_accessor :Switch
|
|
11924
|
-
|
|
11924
|
+
|
|
11925
11925
|
def initialize(switch=nil)
|
|
11926
11926
|
@Switch = switch
|
|
11927
11927
|
end
|
|
@@ -11959,7 +11959,7 @@ module TencentCloud
|
|
|
11959
11959
|
# @type WafLevel: Integer
|
|
11960
11960
|
|
|
11961
11961
|
attr_accessor :Domain, :Status, :Waf, :Acl, :CC, :Ddos, :ProjectId, :AclRuleNumbers, :Bot, :Area, :WafLevel
|
|
11962
|
-
|
|
11962
|
+
|
|
11963
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)
|
|
11964
11964
|
@Domain = domain
|
|
11965
11965
|
@Status = status
|
|
@@ -11999,7 +11999,7 @@ module TencentCloud
|
|
|
11999
11999
|
# @type RedirectUrl: String
|
|
12000
12000
|
|
|
12001
12001
|
attr_accessor :RedirectCode, :RedirectUrl
|
|
12002
|
-
|
|
12002
|
+
|
|
12003
12003
|
def initialize(redirectcode=nil, redirecturl=nil)
|
|
12004
12004
|
@RedirectCode = redirectcode
|
|
12005
12005
|
@RedirectUrl = redirecturl
|
|
@@ -12021,7 +12021,7 @@ module TencentCloud
|
|
|
12021
12021
|
# @type Value: String
|
|
12022
12022
|
|
|
12023
12023
|
attr_accessor :Key, :Operator, :Value
|
|
12024
|
-
|
|
12024
|
+
|
|
12025
12025
|
def initialize(key=nil, operator=nil, value=nil)
|
|
12026
12026
|
@Key = key
|
|
12027
12027
|
@Operator = operator
|
|
@@ -12055,7 +12055,7 @@ module TencentCloud
|
|
|
12055
12055
|
# @type RuleValue: Array
|
|
12056
12056
|
|
|
12057
12057
|
attr_accessor :Domain, :StrategyId, :IpList, :UpdateTime, :Remark, :RuleType, :RuleValue
|
|
12058
|
-
|
|
12058
|
+
|
|
12059
12059
|
def initialize(domain=nil, strategyid=nil, iplist=nil, updatetime=nil, remark=nil, ruletype=nil, rulevalue=nil)
|
|
12060
12060
|
@Domain = domain
|
|
12061
12061
|
@StrategyId = strategyid
|
|
@@ -12088,7 +12088,7 @@ module TencentCloud
|
|
|
12088
12088
|
# @type Fuzzy: Boolean
|
|
12089
12089
|
|
|
12090
12090
|
attr_accessor :Name, :Value, :Fuzzy
|
|
12091
|
-
|
|
12091
|
+
|
|
12092
12092
|
def initialize(name=nil, value=nil, fuzzy=nil)
|
|
12093
12093
|
@Name = name
|
|
12094
12094
|
@Value = value
|
|
@@ -12161,7 +12161,7 @@ module TencentCloud
|
|
|
12161
12161
|
# @type Area: String
|
|
12162
12162
|
|
|
12163
12163
|
attr_accessor :Domain, :Mode, :StartTime, :EndTime, :CreateTime, :DownloadUrl, :Status, :TaskID, :AttackType, :DefenceMode, :Conditions, :Area
|
|
12164
|
-
|
|
12164
|
+
|
|
12165
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)
|
|
12166
12166
|
@Domain = domain
|
|
12167
12167
|
@Mode = mode
|
|
@@ -12235,7 +12235,7 @@ module TencentCloud
|
|
|
12235
12235
|
# @type RuleParam: String
|
|
12236
12236
|
|
|
12237
12237
|
attr_accessor :CaseSensitive, :RuleType, :LogicOperator, :RuleValue, :RuleParam
|
|
12238
|
-
|
|
12238
|
+
|
|
12239
12239
|
def initialize(casesensitive=nil, ruletype=nil, logicoperator=nil, rulevalue=nil, ruleparam=nil)
|
|
12240
12240
|
@CaseSensitive = casesensitive
|
|
12241
12241
|
@RuleType = ruletype
|
|
@@ -12267,7 +12267,7 @@ module TencentCloud
|
|
|
12267
12267
|
# @type District: String
|
|
12268
12268
|
|
|
12269
12269
|
attr_accessor :Time, :Value, :Isp, :Ip, :District
|
|
12270
|
-
|
|
12270
|
+
|
|
12271
12271
|
def initialize(time=nil, value=nil, isp=nil, ip=nil, district=nil)
|
|
12272
12272
|
@Time = time
|
|
12273
12273
|
@Value = value
|
|
@@ -12295,7 +12295,7 @@ module TencentCloud
|
|
|
12295
12295
|
# @type Percent: Float
|
|
12296
12296
|
|
|
12297
12297
|
attr_accessor :Domain, :Value, :Percent
|
|
12298
|
-
|
|
12298
|
+
|
|
12299
12299
|
def initialize(domain=nil, value=nil, percent=nil)
|
|
12300
12300
|
@Domain = domain
|
|
12301
12301
|
@Value = value
|
|
@@ -12322,7 +12322,7 @@ module TencentCloud
|
|
|
12322
12322
|
# @type Domain: String
|
|
12323
12323
|
|
|
12324
12324
|
attr_accessor :Url, :Value, :Time, :Domain
|
|
12325
|
-
|
|
12325
|
+
|
|
12326
12326
|
def initialize(url=nil, value=nil, time=nil, domain=nil)
|
|
12327
12327
|
@Url = url
|
|
12328
12328
|
@Value = value
|
|
@@ -12346,7 +12346,7 @@ module TencentCloud
|
|
|
12346
12346
|
# @type Value: Integer
|
|
12347
12347
|
|
|
12348
12348
|
attr_accessor :AttackType, :Value
|
|
12349
|
-
|
|
12349
|
+
|
|
12350
12350
|
def initialize(attacktype=nil, value=nil)
|
|
12351
12351
|
@AttackType = attacktype
|
|
12352
12352
|
@Value = value
|
|
@@ -12388,7 +12388,7 @@ module TencentCloud
|
|
|
12388
12388
|
# @type SubRuleSwitch: Array
|
|
12389
12389
|
|
|
12390
12390
|
attr_accessor :Switch, :Mode, :ErrorPage, :WebShellSwitch, :Rules, :Level, :SubRuleSwitch
|
|
12391
|
-
|
|
12391
|
+
|
|
12392
12392
|
def initialize(switch=nil, mode=nil, errorpage=nil, webshellswitch=nil, rules=nil, level=nil, subruleswitch=nil)
|
|
12393
12393
|
@Switch = switch
|
|
12394
12394
|
@Mode = mode
|
|
@@ -12435,7 +12435,7 @@ module TencentCloud
|
|
|
12435
12435
|
# @type Operate: String
|
|
12436
12436
|
|
|
12437
12437
|
attr_accessor :AttackType, :Operate
|
|
12438
|
-
|
|
12438
|
+
|
|
12439
12439
|
def initialize(attacktype=nil, operate=nil)
|
|
12440
12440
|
@AttackType = attacktype
|
|
12441
12441
|
@Operate = operate
|
|
@@ -12456,7 +12456,7 @@ module TencentCloud
|
|
|
12456
12456
|
# @type Switch: String
|
|
12457
12457
|
|
|
12458
12458
|
attr_accessor :Switch
|
|
12459
|
-
|
|
12459
|
+
|
|
12460
12460
|
def initialize(switch=nil)
|
|
12461
12461
|
@Switch = switch
|
|
12462
12462
|
end
|
|
@@ -12488,7 +12488,7 @@ module TencentCloud
|
|
|
12488
12488
|
# @type Sort: String
|
|
12489
12489
|
|
|
12490
12490
|
attr_accessor :LogsetId, :TopicIds, :StartTime, :EndTime, :Limit, :Channel, :Query, :Context, :Sort
|
|
12491
|
-
|
|
12491
|
+
|
|
12492
12492
|
def initialize(logsetid=nil, topicids=nil, starttime=nil, endtime=nil, limit=nil, channel=nil, query=nil, context=nil, sort=nil)
|
|
12493
12493
|
@LogsetId = logsetid
|
|
12494
12494
|
@TopicIds = topicids
|
|
@@ -12522,7 +12522,7 @@ module TencentCloud
|
|
|
12522
12522
|
# @type RequestId: String
|
|
12523
12523
|
|
|
12524
12524
|
attr_accessor :Logs, :RequestId
|
|
12525
|
-
|
|
12525
|
+
|
|
12526
12526
|
def initialize(logs=nil, requestid=nil)
|
|
12527
12527
|
@Logs = logs
|
|
12528
12528
|
@RequestId = requestid
|
|
@@ -12545,7 +12545,7 @@ module TencentCloud
|
|
|
12545
12545
|
# @type Switch: String
|
|
12546
12546
|
|
|
12547
12547
|
attr_accessor :Switch
|
|
12548
|
-
|
|
12548
|
+
|
|
12549
12549
|
def initialize(switch=nil)
|
|
12550
12550
|
@Switch = switch
|
|
12551
12551
|
end
|
|
@@ -12564,7 +12564,7 @@ module TencentCloud
|
|
|
12564
12564
|
# @type Switch: String
|
|
12565
12565
|
|
|
12566
12566
|
attr_accessor :Switch
|
|
12567
|
-
|
|
12567
|
+
|
|
12568
12568
|
def initialize(switch=nil)
|
|
12569
12569
|
@Switch = switch
|
|
12570
12570
|
end
|
|
@@ -12609,7 +12609,7 @@ module TencentCloud
|
|
|
12609
12609
|
# @type From: String
|
|
12610
12610
|
|
|
12611
12611
|
attr_accessor :CertId, :CertName, :Certificate, :PrivateKey, :ExpireTime, :DeployTime, :Message, :From
|
|
12612
|
-
|
|
12612
|
+
|
|
12613
12613
|
def initialize(certid=nil, certname=nil, certificate=nil, privatekey=nil, expiretime=nil, deploytime=nil, message=nil, from=nil)
|
|
12614
12614
|
@CertId = certid
|
|
12615
12615
|
@CertName = certname
|
|
@@ -12645,7 +12645,7 @@ module TencentCloud
|
|
|
12645
12645
|
# @type Cname: String
|
|
12646
12646
|
|
|
12647
12647
|
attr_accessor :Switch, :Cname
|
|
12648
|
-
|
|
12648
|
+
|
|
12649
12649
|
def initialize(switch=nil, cname=nil)
|
|
12650
12650
|
@Switch = switch
|
|
12651
12651
|
@Cname = cname
|
|
@@ -12695,7 +12695,7 @@ module TencentCloud
|
|
|
12695
12695
|
# @type Revalidate: :class:`Tencentcloud::Cdn.v20180606.models.Revalidate`
|
|
12696
12696
|
|
|
12697
12697
|
attr_accessor :CacheRules, :FollowOrigin, :IgnoreCacheControl, :IgnoreSetCookie, :CompareMaxAge, :Revalidate
|
|
12698
|
-
|
|
12698
|
+
|
|
12699
12699
|
def initialize(cacherules=nil, followorigin=nil, ignorecachecontrol=nil, ignoresetcookie=nil, comparemaxage=nil, revalidate=nil)
|
|
12700
12700
|
@CacheRules = cacherules
|
|
12701
12701
|
@FollowOrigin = followorigin
|
|
@@ -12746,7 +12746,7 @@ module TencentCloud
|
|
|
12746
12746
|
# @type CacheTime: Integer
|
|
12747
12747
|
|
|
12748
12748
|
attr_accessor :CacheType, :CacheContents, :CacheTime
|
|
12749
|
-
|
|
12749
|
+
|
|
12750
12750
|
def initialize(cachetype=nil, cachecontents=nil, cachetime=nil)
|
|
12751
12751
|
@CacheType = cachetype
|
|
12752
12752
|
@CacheContents = cachecontents
|
|
@@ -12771,7 +12771,7 @@ module TencentCloud
|
|
|
12771
12771
|
# @type Sequence: String
|
|
12772
12772
|
|
|
12773
12773
|
attr_accessor :Key, :Sequence
|
|
12774
|
-
|
|
12774
|
+
|
|
12775
12775
|
def initialize(key=nil, sequence=nil)
|
|
12776
12776
|
@Key = key
|
|
12777
12777
|
@Sequence = sequence
|
|
@@ -12793,7 +12793,7 @@ module TencentCloud
|
|
|
12793
12793
|
# @type Overseas: :class:`Tencentcloud::Cdn.v20180606.models.OverseaConfig`
|
|
12794
12794
|
|
|
12795
12795
|
attr_accessor :Mainland, :Overseas
|
|
12796
|
-
|
|
12796
|
+
|
|
12797
12797
|
def initialize(mainland=nil, overseas=nil)
|
|
12798
12798
|
@Mainland = mainland
|
|
12799
12799
|
@Overseas = overseas
|
|
@@ -12818,7 +12818,7 @@ module TencentCloud
|
|
|
12818
12818
|
# @type Domain: String
|
|
12819
12819
|
|
|
12820
12820
|
attr_accessor :Domain
|
|
12821
|
-
|
|
12821
|
+
|
|
12822
12822
|
def initialize(domain=nil)
|
|
12823
12823
|
@Domain = domain
|
|
12824
12824
|
end
|
|
@@ -12834,7 +12834,7 @@ module TencentCloud
|
|
|
12834
12834
|
# @type RequestId: String
|
|
12835
12835
|
|
|
12836
12836
|
attr_accessor :RequestId
|
|
12837
|
-
|
|
12837
|
+
|
|
12838
12838
|
def initialize(requestid=nil)
|
|
12839
12839
|
@RequestId = requestid
|
|
12840
12840
|
end
|
|
@@ -12850,7 +12850,7 @@ module TencentCloud
|
|
|
12850
12850
|
# @type Domain: String
|
|
12851
12851
|
|
|
12852
12852
|
attr_accessor :Domain
|
|
12853
|
-
|
|
12853
|
+
|
|
12854
12854
|
def initialize(domain=nil)
|
|
12855
12855
|
@Domain = domain
|
|
12856
12856
|
end
|
|
@@ -12868,7 +12868,7 @@ module TencentCloud
|
|
|
12868
12868
|
# @type RequestId: String
|
|
12869
12869
|
|
|
12870
12870
|
attr_accessor :Result, :RequestId
|
|
12871
|
-
|
|
12871
|
+
|
|
12872
12872
|
def initialize(result=nil, requestid=nil)
|
|
12873
12873
|
@Result = result
|
|
12874
12874
|
@RequestId = requestid
|
|
@@ -12915,7 +12915,7 @@ module TencentCloud
|
|
|
12915
12915
|
# @type Switch: String
|
|
12916
12916
|
|
|
12917
12917
|
attr_accessor :Type, :UnBlockTime, :BpsThreshold, :CounterMeasure, :AlertPercentage, :AlertSwitch, :Metric, :Cycle, :Switch
|
|
12918
|
-
|
|
12918
|
+
|
|
12919
12919
|
def initialize(type=nil, unblocktime=nil, bpsthreshold=nil, countermeasure=nil, alertpercentage=nil, alertswitch=nil, metric=nil, cycle=nil, switch=nil)
|
|
12920
12920
|
@Type = type
|
|
12921
12921
|
@UnBlockTime = unblocktime
|
|
@@ -12953,7 +12953,7 @@ module TencentCloud
|
|
|
12953
12953
|
# @type CacheRules: Array
|
|
12954
12954
|
|
|
12955
12955
|
attr_accessor :Switch, :CacheRules
|
|
12956
|
-
|
|
12956
|
+
|
|
12957
12957
|
def initialize(switch=nil, cacherules=nil)
|
|
12958
12958
|
@Switch = switch
|
|
12959
12959
|
@CacheRules = cacherules
|
|
@@ -12981,7 +12981,7 @@ module TencentCloud
|
|
|
12981
12981
|
# @type CacheTime: Integer
|
|
12982
12982
|
|
|
12983
12983
|
attr_accessor :StatusCode, :CacheTime
|
|
12984
|
-
|
|
12984
|
+
|
|
12985
12985
|
def initialize(statuscode=nil, cachetime=nil)
|
|
12986
12986
|
@StatusCode = statuscode
|
|
12987
12987
|
@CacheTime = cachetime
|
|
@@ -13000,7 +13000,7 @@ module TencentCloud
|
|
|
13000
13000
|
# @type Domain: String
|
|
13001
13001
|
|
|
13002
13002
|
attr_accessor :Domain
|
|
13003
|
-
|
|
13003
|
+
|
|
13004
13004
|
def initialize(domain=nil)
|
|
13005
13005
|
@Domain = domain
|
|
13006
13006
|
end
|
|
@@ -13016,7 +13016,7 @@ module TencentCloud
|
|
|
13016
13016
|
# @type RequestId: String
|
|
13017
13017
|
|
|
13018
13018
|
attr_accessor :RequestId
|
|
13019
|
-
|
|
13019
|
+
|
|
13020
13020
|
def initialize(requestid=nil)
|
|
13021
13021
|
@RequestId = requestid
|
|
13022
13022
|
end
|
|
@@ -13032,7 +13032,7 @@ module TencentCloud
|
|
|
13032
13032
|
# @type Domain: String
|
|
13033
13033
|
|
|
13034
13034
|
attr_accessor :Domain
|
|
13035
|
-
|
|
13035
|
+
|
|
13036
13036
|
def initialize(domain=nil)
|
|
13037
13037
|
@Domain = domain
|
|
13038
13038
|
end
|
|
@@ -13050,7 +13050,7 @@ module TencentCloud
|
|
|
13050
13050
|
# @type RequestId: String
|
|
13051
13051
|
|
|
13052
13052
|
attr_accessor :Result, :RequestId
|
|
13053
|
-
|
|
13053
|
+
|
|
13054
13054
|
def initialize(result=nil, requestid=nil)
|
|
13055
13055
|
@Result = result
|
|
13056
13056
|
@RequestId = requestid
|
|
@@ -13073,7 +13073,7 @@ module TencentCloud
|
|
|
13073
13073
|
# @type Value: Float
|
|
13074
13074
|
|
|
13075
13075
|
attr_accessor :Name, :Value
|
|
13076
|
-
|
|
13076
|
+
|
|
13077
13077
|
def initialize(name=nil, value=nil)
|
|
13078
13078
|
@Name = name
|
|
13079
13079
|
@Value = value
|
|
@@ -13095,7 +13095,7 @@ module TencentCloud
|
|
|
13095
13095
|
# @type TagValue: String
|
|
13096
13096
|
|
|
13097
13097
|
attr_accessor :TagKey, :TagValue
|
|
13098
|
-
|
|
13098
|
+
|
|
13099
13099
|
def initialize(tagkey=nil, tagvalue=nil)
|
|
13100
13100
|
@TagKey = tagkey
|
|
13101
13101
|
@TagValue = tagvalue
|
|
@@ -13116,7 +13116,7 @@ module TencentCloud
|
|
|
13116
13116
|
# @type Value: Float
|
|
13117
13117
|
|
|
13118
13118
|
attr_accessor :Time, :Value
|
|
13119
|
-
|
|
13119
|
+
|
|
13120
13120
|
def initialize(time=nil, value=nil)
|
|
13121
13121
|
@Time = time
|
|
13122
13122
|
@Value = value
|
|
@@ -13140,7 +13140,7 @@ module TencentCloud
|
|
|
13140
13140
|
# @type DetailData: Array
|
|
13141
13141
|
|
|
13142
13142
|
attr_accessor :Resource, :DetailData
|
|
13143
|
-
|
|
13143
|
+
|
|
13144
13144
|
def initialize(resource=nil, detaildata=nil)
|
|
13145
13145
|
@Resource = resource
|
|
13146
13146
|
@DetailData = detaildata
|
|
@@ -13167,7 +13167,7 @@ module TencentCloud
|
|
|
13167
13167
|
# @type DetailData: Array
|
|
13168
13168
|
|
|
13169
13169
|
attr_accessor :Resource, :DetailData
|
|
13170
|
-
|
|
13170
|
+
|
|
13171
13171
|
def initialize(resource=nil, detaildata=nil)
|
|
13172
13172
|
@Resource = resource
|
|
13173
13173
|
@DetailData = detaildata
|
|
@@ -13194,7 +13194,7 @@ module TencentCloud
|
|
|
13194
13194
|
# @type Value: Float
|
|
13195
13195
|
|
|
13196
13196
|
attr_accessor :Name, :Value
|
|
13197
|
-
|
|
13197
|
+
|
|
13198
13198
|
def initialize(name=nil, value=nil)
|
|
13199
13199
|
@Name = name
|
|
13200
13200
|
@Value = value
|
|
@@ -13217,7 +13217,7 @@ module TencentCloud
|
|
|
13217
13217
|
# @type Percent: Float
|
|
13218
13218
|
|
|
13219
13219
|
attr_accessor :Name, :Value, :Percent
|
|
13220
|
-
|
|
13220
|
+
|
|
13221
13221
|
def initialize(name=nil, value=nil, percent=nil)
|
|
13222
13222
|
@Name = name
|
|
13223
13223
|
@Value = value
|
|
@@ -13250,7 +13250,7 @@ module TencentCloud
|
|
|
13250
13250
|
# @type Deleted: String
|
|
13251
13251
|
|
|
13252
13252
|
attr_accessor :TopicId, :TopicName, :Enabled, :CreateTime, :Channel, :Deleted
|
|
13253
|
-
|
|
13253
|
+
|
|
13254
13254
|
def initialize(topicid=nil, topicname=nil, enabled=nil, createtime=nil, channel=nil, deleted=nil)
|
|
13255
13255
|
@TopicId = topicid
|
|
13256
13256
|
@TopicName = topicname
|
|
@@ -13279,7 +13279,7 @@ module TencentCloud
|
|
|
13279
13279
|
# @type Switch: String
|
|
13280
13280
|
|
|
13281
13281
|
attr_accessor :Switch
|
|
13282
|
-
|
|
13282
|
+
|
|
13283
13283
|
def initialize(switch=nil)
|
|
13284
13284
|
@Switch = switch
|
|
13285
13285
|
end
|
|
@@ -13350,7 +13350,7 @@ module TencentCloud
|
|
|
13350
13350
|
# @type TrueExpireTime: String
|
|
13351
13351
|
|
|
13352
13352
|
attr_accessor :Id, :Type, :Bytes, :BytesUsed, :Status, :CreateTime, :EnableTime, :ExpireTime, :ContractExtension, :AutoExtension, :Channel, :Area, :LifeTimeMonth, :ExtensionAvailable, :RefundAvailable, :Region, :ConfigId, :ExtensionMode, :TrueEnableTime, :TrueExpireTime
|
|
13353
|
-
|
|
13353
|
+
|
|
13354
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)
|
|
13355
13355
|
@Id = id
|
|
13356
13356
|
@Type = type
|
|
@@ -13508,7 +13508,7 @@ module TencentCloud
|
|
|
13508
13508
|
# @type HttpsBilling: :class:`Tencentcloud::Cdn.v20180606.models.HttpsBilling`
|
|
13509
13509
|
|
|
13510
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
|
|
13511
|
-
|
|
13511
|
+
|
|
13512
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)
|
|
13513
13513
|
@Domain = domain
|
|
13514
13514
|
@ProjectId = projectid
|
|
@@ -13752,7 +13752,7 @@ module TencentCloud
|
|
|
13752
13752
|
# @type RequestId: String
|
|
13753
13753
|
|
|
13754
13754
|
attr_accessor :RequestId
|
|
13755
|
-
|
|
13755
|
+
|
|
13756
13756
|
def initialize(requestid=nil)
|
|
13757
13757
|
@RequestId = requestid
|
|
13758
13758
|
end
|
|
@@ -13776,7 +13776,7 @@ module TencentCloud
|
|
|
13776
13776
|
# @type AvifAdapter: :class:`Tencentcloud::Cdn.v20180606.models.AvifAdapter`
|
|
13777
13777
|
|
|
13778
13778
|
attr_accessor :Domain, :WebpAdapter, :TpgAdapter, :GuetzliAdapter, :AvifAdapter
|
|
13779
|
-
|
|
13779
|
+
|
|
13780
13780
|
def initialize(domain=nil, webpadapter=nil, tpgadapter=nil, guetzliadapter=nil, avifadapter=nil)
|
|
13781
13781
|
@Domain = domain
|
|
13782
13782
|
@WebpAdapter = webpadapter
|
|
@@ -13812,7 +13812,7 @@ module TencentCloud
|
|
|
13812
13812
|
# @type RequestId: String
|
|
13813
13813
|
|
|
13814
13814
|
attr_accessor :RequestId
|
|
13815
|
-
|
|
13815
|
+
|
|
13816
13816
|
def initialize(requestid=nil)
|
|
13817
13817
|
@RequestId = requestid
|
|
13818
13818
|
end
|
|
@@ -13830,7 +13830,7 @@ module TencentCloud
|
|
|
13830
13830
|
# @type PayType: String
|
|
13831
13831
|
|
|
13832
13832
|
attr_accessor :Area, :PayType
|
|
13833
|
-
|
|
13833
|
+
|
|
13834
13834
|
def initialize(area=nil, paytype=nil)
|
|
13835
13835
|
@Area = area
|
|
13836
13836
|
@PayType = paytype
|
|
@@ -13848,7 +13848,7 @@ module TencentCloud
|
|
|
13848
13848
|
# @type RequestId: String
|
|
13849
13849
|
|
|
13850
13850
|
attr_accessor :RequestId
|
|
13851
|
-
|
|
13851
|
+
|
|
13852
13852
|
def initialize(requestid=nil)
|
|
13853
13853
|
@RequestId = requestid
|
|
13854
13854
|
end
|
|
@@ -13874,7 +13874,7 @@ module TencentCloud
|
|
|
13874
13874
|
# @type Bot: :class:`Tencentcloud::Cdn.v20180606.models.ScdnBotConfig`
|
|
13875
13875
|
|
|
13876
13876
|
attr_accessor :Domain, :Waf, :Acl, :CC, :Ddos, :Bot
|
|
13877
|
-
|
|
13877
|
+
|
|
13878
13878
|
def initialize(domain=nil, waf=nil, acl=nil, cc=nil, ddos=nil, bot=nil)
|
|
13879
13879
|
@Domain = domain
|
|
13880
13880
|
@Waf = waf
|
|
@@ -13917,7 +13917,7 @@ module TencentCloud
|
|
|
13917
13917
|
# @type RequestId: String
|
|
13918
13918
|
|
|
13919
13919
|
attr_accessor :Result, :RequestId
|
|
13920
|
-
|
|
13920
|
+
|
|
13921
13921
|
def initialize(result=nil, requestid=nil)
|
|
13922
13922
|
@Result = result
|
|
13923
13923
|
@RequestId = requestid
|
|
@@ -13945,7 +13945,7 @@ module TencentCloud
|
|
|
13945
13945
|
# @type UpdateTime: String
|
|
13946
13946
|
|
|
13947
13947
|
attr_accessor :Status, :RealUrl, :CreateTime, :UpdateTime
|
|
13948
|
-
|
|
13948
|
+
|
|
13949
13949
|
def initialize(status=nil, realurl=nil, createtime=nil, updatetime=nil)
|
|
13950
13950
|
@Status = status
|
|
13951
13951
|
@RealUrl = realurl
|
|
@@ -13972,7 +13972,7 @@ module TencentCloud
|
|
|
13972
13972
|
# @type PathRules: Array
|
|
13973
13973
|
|
|
13974
13974
|
attr_accessor :Switch, :PathRules
|
|
13975
|
-
|
|
13975
|
+
|
|
13976
13976
|
def initialize(switch=nil, pathrules=nil)
|
|
13977
13977
|
@Switch = switch
|
|
13978
13978
|
@PathRules = pathrules
|
|
@@ -14007,7 +14007,7 @@ module TencentCloud
|
|
|
14007
14007
|
# @type FullMatch: Boolean
|
|
14008
14008
|
|
|
14009
14009
|
attr_accessor :RedirectStatusCode, :Pattern, :RedirectUrl, :RedirectHost, :FullMatch
|
|
14010
|
-
|
|
14010
|
+
|
|
14011
14011
|
def initialize(redirectstatuscode=nil, pattern=nil, redirecturl=nil, redirecthost=nil, fullmatch=nil)
|
|
14012
14012
|
@RedirectStatusCode = redirectstatuscode
|
|
14013
14013
|
@Pattern = pattern
|
|
@@ -14037,7 +14037,7 @@ module TencentCloud
|
|
|
14037
14037
|
# @type FilterRules: Array
|
|
14038
14038
|
|
|
14039
14039
|
attr_accessor :Switch, :FilterRules
|
|
14040
|
-
|
|
14040
|
+
|
|
14041
14041
|
def initialize(switch=nil, filterrules=nil)
|
|
14042
14042
|
@Switch = switch
|
|
14043
14043
|
@FilterRules = filterrules
|
|
@@ -14076,7 +14076,7 @@ module TencentCloud
|
|
|
14076
14076
|
# @type FilterType: String
|
|
14077
14077
|
|
|
14078
14078
|
attr_accessor :RuleType, :RulePaths, :UserAgents, :FilterType
|
|
14079
|
-
|
|
14079
|
+
|
|
14080
14080
|
def initialize(ruletype=nil, rulepaths=nil, useragents=nil, filtertype=nil)
|
|
14081
14081
|
@RuleType = ruletype
|
|
14082
14082
|
@RulePaths = rulepaths
|
|
@@ -14102,7 +14102,7 @@ module TencentCloud
|
|
|
14102
14102
|
# @type VerifyType: String
|
|
14103
14103
|
|
|
14104
14104
|
attr_accessor :Domain, :VerifyType
|
|
14105
|
-
|
|
14105
|
+
|
|
14106
14106
|
def initialize(domain=nil, verifytype=nil)
|
|
14107
14107
|
@Domain = domain
|
|
14108
14108
|
@VerifyType = verifytype
|
|
@@ -14122,7 +14122,7 @@ module TencentCloud
|
|
|
14122
14122
|
# @type RequestId: String
|
|
14123
14123
|
|
|
14124
14124
|
attr_accessor :Result, :RequestId
|
|
14125
|
-
|
|
14125
|
+
|
|
14126
14126
|
def initialize(result=nil, requestid=nil)
|
|
14127
14127
|
@Result = result
|
|
14128
14128
|
@RequestId = requestid
|
|
@@ -14142,7 +14142,7 @@ module TencentCloud
|
|
|
14142
14142
|
# @type Switch: String
|
|
14143
14143
|
|
|
14144
14144
|
attr_accessor :Switch
|
|
14145
|
-
|
|
14145
|
+
|
|
14146
14146
|
def initialize(switch=nil)
|
|
14147
14147
|
@Switch = switch
|
|
14148
14148
|
end
|
|
@@ -14173,7 +14173,7 @@ module TencentCloud
|
|
|
14173
14173
|
# @type UpdateTime: String
|
|
14174
14174
|
|
|
14175
14175
|
attr_accessor :Id, :RealUrl, :DownloadUrl, :UrlStatus, :CreateTime, :UpdateTime
|
|
14176
|
-
|
|
14176
|
+
|
|
14177
14177
|
def initialize(id=nil, realurl=nil, downloadurl=nil, urlstatus=nil, createtime=nil, updatetime=nil)
|
|
14178
14178
|
@Id = id
|
|
14179
14179
|
@RealUrl = realurl
|
|
@@ -14203,7 +14203,7 @@ module TencentCloud
|
|
|
14203
14203
|
# @type SubIds: Array
|
|
14204
14204
|
|
|
14205
14205
|
attr_accessor :Switch, :SubIds
|
|
14206
|
-
|
|
14206
|
+
|
|
14207
14207
|
def initialize(switch=nil, subids=nil)
|
|
14208
14208
|
@Switch = switch
|
|
14209
14209
|
@SubIds = subids
|
|
@@ -14227,7 +14227,7 @@ module TencentCloud
|
|
|
14227
14227
|
# @type Timeout: Integer
|
|
14228
14228
|
|
|
14229
14229
|
attr_accessor :Switch, :Timeout
|
|
14230
|
-
|
|
14230
|
+
|
|
14231
14231
|
def initialize(switch=nil, timeout=nil)
|
|
14232
14232
|
@Switch = switch
|
|
14233
14233
|
@Timeout = timeout
|
|
@@ -14248,7 +14248,7 @@ module TencentCloud
|
|
|
14248
14248
|
# @type Switch: String
|
|
14249
14249
|
|
|
14250
14250
|
attr_accessor :Switch
|
|
14251
|
-
|
|
14251
|
+
|
|
14252
14252
|
def initialize(switch=nil)
|
|
14253
14253
|
@Switch = switch
|
|
14254
14254
|
end
|