tencentcloud-sdk-cdn 3.0.460 → 3.0.461

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 79919acdeec397d2e6e3616d975ff4ce8ea435ea
4
- data.tar.gz: 67b26084f0cdf5396e37675c9ae4364f0c7bf286
3
+ metadata.gz: 0c1b75685bfb5f3c015ecefed55f9ceff7d1f4e8
4
+ data.tar.gz: 84ae541b04ac1b896a193b2a78bffb11eca1fd65
5
5
  SHA512:
6
- metadata.gz: 3c59a24ebd221d4f95f5a8dd93810e987cdd9e6f9398cd217b086b931be56427ee44b397c6547fe2a734b960b6e864aa7a8088a5a79561e9af4e19444eb8e5ac
7
- data.tar.gz: 8a164ceb88ced3a23a0871823b7c8e9d37dabb4a0fcc6f4e722b00dd4b06e9956b56754bae6beae16f14587cfe3d02f9b22642ff87567aed8df98c8a0ff37333
6
+ metadata.gz: 0b4d25ab606b99354afe37f90ff7253a4d62dae43119bf70e71a223deb1e8f002e0f28df8fdbee3109b1613b89439897414a4fe58102d2b403a47811fa3a5584
7
+ data.tar.gz: cbbfe06513d445f76e6bb660b7036b603c46965309254c0545a612deb3547bdf409f1eac1163cb8d1499b6905958417d4da4bae746242b1b192d1431b2d30365
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.460
1
+ 3.0.461
@@ -667,7 +667,7 @@ module TencentCloud
667
667
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
668
668
  end
669
669
 
670
- # DescribeIpStatus 用于查询域名所在加速平台的边缘节点、回源节点明细。注意事项:暂不支持查询边缘节点信息。
670
+ # DescribeIpStatus 用于查询域名所在加速平台的边缘节点、回源节点明细。注意事项:暂不支持查询边缘节点信息并且数据会存在一定延迟。
671
671
 
672
672
  # >? 若您的业务已迁移至 CDN 控制台,请参考<a href="https://cloud.tencent.com/document/api/228/41954"> CDN 接口文档</a>,使用 CDN 相关API 进行操作。
673
673
 
@@ -4538,15 +4538,18 @@ module TencentCloud
4538
4538
  # @type Segment: Boolean
4539
4539
  # @param ShowIpv6: 是否查询节点 IPV6 信息。
4540
4540
  # @type ShowIpv6: Boolean
4541
+ # @param AbbreviationIpv6: 是否对IPV6进行缩写。
4542
+ # @type AbbreviationIpv6: Boolean
4541
4543
 
4542
- attr_accessor :Domain, :Layer, :Area, :Segment, :ShowIpv6
4544
+ attr_accessor :Domain, :Layer, :Area, :Segment, :ShowIpv6, :AbbreviationIpv6
4543
4545
 
4544
- def initialize(domain=nil, layer=nil, area=nil, segment=nil, showipv6=nil)
4546
+ def initialize(domain=nil, layer=nil, area=nil, segment=nil, showipv6=nil, abbreviationipv6=nil)
4545
4547
  @Domain = domain
4546
4548
  @Layer = layer
4547
4549
  @Area = area
4548
4550
  @Segment = segment
4549
4551
  @ShowIpv6 = showipv6
4552
+ @AbbreviationIpv6 = abbreviationipv6
4550
4553
  end
4551
4554
 
4552
4555
  def deserialize(params)
@@ -4555,6 +4558,7 @@ module TencentCloud
4555
4558
  @Area = params['Area']
4556
4559
  @Segment = params['Segment']
4557
4560
  @ShowIpv6 = params['ShowIpv6']
4561
+ @AbbreviationIpv6 = params['AbbreviationIpv6']
4558
4562
  end
4559
4563
  end
4560
4564
 
@@ -9666,7 +9670,7 @@ module TencentCloud
9666
9670
  end
9667
9671
  end
9668
9672
 
9669
- # 跨国回源优化配置,默认为关闭状态(功能灰度中,尚未全量)
9673
+ # 跨国回源优化配置,默认为关闭状态 (已下线)
9670
9674
  class OriginPullOptimization < TencentCloud::Common::AbstractModel
9671
9675
  # @param Switch: 跨国回源优化配置开关
9672
9676
  # on:开启
@@ -9696,7 +9700,7 @@ module TencentCloud
9696
9700
  # @param ConnectTimeout: 回源建连超时时间,单位为秒,要求5~60之间
9697
9701
  # 注意:此字段可能返回 null,表示取不到有效值。
9698
9702
  # @type ConnectTimeout: Integer
9699
- # @param ReceiveTimeout: 回源接收超时时间,单位为秒,要求10 ~ 60之间
9703
+ # @param ReceiveTimeout: 回源接收超时时间,单位为秒,要求10 ~ 300之间
9700
9704
  # 注意:此字段可能返回 null,表示取不到有效值。
9701
9705
  # @type ReceiveTimeout: Integer
9702
9706
 
@@ -12885,7 +12889,7 @@ module TencentCloud
12885
12889
  # @type VideoSeek: :class:`Tencentcloud::Cdn.v20180606.models.VideoSeek`
12886
12890
  # @param Cache: 缓存过期时间配置
12887
12891
  # @type Cache: :class:`Tencentcloud::Cdn.v20180606.models.Cache`
12888
- # @param OriginPullOptimization: 跨国链路优化配置
12892
+ # @param OriginPullOptimization: 跨国链路优化配置(已下线)
12889
12893
  # @type OriginPullOptimization: :class:`Tencentcloud::Cdn.v20180606.models.OriginPullOptimization`
12890
12894
  # @param Https: Https 加速配置
12891
12895
  # @type Https: :class:`Tencentcloud::Cdn.v20180606.models.Https`
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: 3.0.460
4
+ version: 3.0.461
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-11-28 00:00:00.000000000 Z
11
+ date: 2022-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common