tencentcloud-sdk-cdn 1.0.285 → 1.0.286

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180606/models.rb +13 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 41ecbb136fb47dfe1e7a08048089383cf0265b36
4
- data.tar.gz: 3a7d446d7fd41d9447668c483c8b7c421dd45d3b
3
+ metadata.gz: 3ff3f4e0d01488ad3abc45b23bbcc9b6f49824a3
4
+ data.tar.gz: 94942bd1135154bef987452a88896244d7be0fb7
5
5
  SHA512:
6
- metadata.gz: eff673698281368d8dda41df468c47a352e2909333002574dbe73468ff26b77eb93a5faef8fa3d23eb4385919318cc637a7418a3d534e5406cd7bc35b7dba203
7
- data.tar.gz: d3edbf248b5e3d20a503266f0521c0f9b3211cb048b036eabf7ca386edc6f6b122d5a676b82aaef2984452d4ea178b1b5b1af1a70514ed5f6788a5e4eb7b5df9
6
+ metadata.gz: 5d10de8d5a0a33ee3c1ccedecaba2612af7c333bf83bbe92902a97477286f0e11101792a06048ac87d585278f119fd40b138d2ecab4e19b10f55cdcfd72f0b51
7
+ data.tar.gz: d0b28c65721b4b2ca5a2b432c9cdc9741942589230305e8993741df097255c7a6ff2040ecd9bb5a0f98ed48a70b6b63adf189feda85e962589015ce965f09ad1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.285
1
+ 1.0.286
@@ -1842,10 +1842,12 @@ module TencentCloud
1842
1842
  # @type Readonly: String
1843
1843
  # @param Product: 域名所属产品,cdn/ecdn
1844
1844
  # @type Product: String
1845
+ # @param ParentHost: 主域名
1846
+ # @type ParentHost: String
1845
1847
 
1846
- attr_accessor :ResourceId, :AppId, :Domain, :Cname, :Status, :ProjectId, :ServiceType, :CreateTime, :UpdateTime, :Origin, :Disable, :Area, :Readonly, :Product
1848
+ attr_accessor :ResourceId, :AppId, :Domain, :Cname, :Status, :ProjectId, :ServiceType, :CreateTime, :UpdateTime, :Origin, :Disable, :Area, :Readonly, :Product, :ParentHost
1847
1849
 
1848
- 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)
1850
+ 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)
1849
1851
  @ResourceId = resourceid
1850
1852
  @AppId = appid
1851
1853
  @Domain = domain
@@ -1860,6 +1862,7 @@ module TencentCloud
1860
1862
  @Area = area
1861
1863
  @Readonly = readonly
1862
1864
  @Product = product
1865
+ @ParentHost = parenthost
1863
1866
  end
1864
1867
 
1865
1868
  def deserialize(params)
@@ -1880,6 +1883,7 @@ module TencentCloud
1880
1883
  @Area = params['Area']
1881
1884
  @Readonly = params['Readonly']
1882
1885
  @Product = params['Product']
1886
+ @ParentHost = params['ParentHost']
1883
1887
  end
1884
1888
  end
1885
1889
 
@@ -6065,10 +6069,13 @@ module TencentCloud
6065
6069
  # @param RuleEngine: 规则引擎
6066
6070
  # 注意:此字段可能返回 null,表示取不到有效值。
6067
6071
  # @type RuleEngine: :class:`Tencentcloud::Cdn.v20180606.models.RuleEngine`
6072
+ # @param ParentHost: 主域名
6073
+ # 注意:此字段可能返回 null,表示取不到有效值。
6074
+ # @type ParentHost: String
6068
6075
 
6069
- 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
6076
+ 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
6070
6077
 
6071
- 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)
6078
+ 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)
6072
6079
  @ResourceId = resourceid
6073
6080
  @AppId = appid
6074
6081
  @Domain = domain
@@ -6130,6 +6137,7 @@ module TencentCloud
6130
6137
  @RemoteAuthentication = remoteauthentication
6131
6138
  @ShareCname = sharecname
6132
6139
  @RuleEngine = ruleengine
6140
+ @ParentHost = parenthost
6133
6141
  end
6134
6142
 
6135
6143
  def deserialize(params)
@@ -6343,6 +6351,7 @@ module TencentCloud
6343
6351
  @RuleEngine = RuleEngine.new
6344
6352
  @RuleEngine.deserialize(params['RuleEngine'])
6345
6353
  end
6354
+ @ParentHost = params['ParentHost']
6346
6355
  end
6347
6356
  end
6348
6357
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdn
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.285
4
+ version: 1.0.286
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-24 00:00:00.000000000 Z
11
+ date: 2022-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common