tencentcloud-sdk-cdn 1.0.360 → 1.0.363

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: 3c43063f50befbc852f7b6a05b29c4105c79f559
4
- data.tar.gz: 632fc6829dca94aa1e8096f30217d62df9ce0282
3
+ metadata.gz: 5bd044dbf73d84957c39512bd797aec5a3ce737f
4
+ data.tar.gz: 75850242b0e2932d0d6861949d662b5fad3eca50
5
5
  SHA512:
6
- metadata.gz: 7719a020b4ad73053cdc71a5ed6786bb2a50302d810421fb6153acedf75da501076f58f3331106d35085d5c38fc328afb83419652632dbee06453f38a4473602
7
- data.tar.gz: c69cb5128d1a3b318f0c20d27c72adb3a3e0d185f05280f63d6610c965d060c26833788cbb7a1ada7b2343a5725add8fb987aee1f12c93f1482bca75fab1ce7d
6
+ metadata.gz: 00fe7115f9e1e34c8ad2a17d356f292b697fbf427e26cecb28b9d1a5e5f40724e3408331bf904513bca16db144f2952ac40c2e7501b0bbc0caef61b4549b5a44
7
+ data.tar.gz: 10c9fa95b9d851c26ac0f7936d414aac2b1802bf907634360fbe462f23549463acd3653fcfac505daa999309b10bf9eebedf248291c0d6162dee8dfdd5a59c19
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.360
1
+ 1.0.363
@@ -1835,6 +1835,7 @@ module TencentCloud
1835
1835
 
1836
1836
  # UpdateDomainConfig 用于修改内容分发网络加速域名配置信息
1837
1837
  # 注意:如果需要更新复杂类型的配置项,必须传递整个对象的所有属性,未传递的属性将使用默认值,建议通过查询接口获取配置属性后,直接修改后传递给本接口。Https配置由于证书的特殊性,更新时不用传递证书和密钥字段。
1838
+ # 云审计相关:接口的入参可能包含密钥等敏感信息,所以此接口的入参不会上报到云审计。
1838
1839
 
1839
1840
  # @param request: Request instance for UpdateDomainConfig.
1840
1841
  # @type request: :class:`Tencentcloud::cdn::V20180606::UpdateDomainConfigRequest`
@@ -4506,14 +4506,17 @@ module TencentCloud
4506
4506
  # @type Area: String
4507
4507
  # @param Segment: 是否以IP段的格式返回。
4508
4508
  # @type Segment: Boolean
4509
+ # @param ShowIpv6: 是否查询节点 IPV6 信息。
4510
+ # @type ShowIpv6: Boolean
4509
4511
 
4510
- attr_accessor :Domain, :Layer, :Area, :Segment
4512
+ attr_accessor :Domain, :Layer, :Area, :Segment, :ShowIpv6
4511
4513
 
4512
- def initialize(domain=nil, layer=nil, area=nil, segment=nil)
4514
+ def initialize(domain=nil, layer=nil, area=nil, segment=nil, showipv6=nil)
4513
4515
  @Domain = domain
4514
4516
  @Layer = layer
4515
4517
  @Area = area
4516
4518
  @Segment = segment
4519
+ @ShowIpv6 = showipv6
4517
4520
  end
4518
4521
 
4519
4522
  def deserialize(params)
@@ -4521,6 +4524,7 @@ module TencentCloud
4521
4524
  @Layer = params['Layer']
4522
4525
  @Area = params['Area']
4523
4526
  @Segment = params['Segment']
4527
+ @ShowIpv6 = params['ShowIpv6']
4524
4528
  end
4525
4529
  end
4526
4530
 
@@ -7839,15 +7843,19 @@ module TencentCloud
7839
7843
  # online:上线状态,正常调度服务中
7840
7844
  # offline:下线状态
7841
7845
  # @type Status: String
7846
+ # @param Ipv6: 节点 IPV6
7847
+ # 注意:此字段可能返回 null,表示取不到有效值。
7848
+ # @type Ipv6: String
7842
7849
 
7843
- attr_accessor :Ip, :District, :Isp, :City, :Status
7850
+ attr_accessor :Ip, :District, :Isp, :City, :Status, :Ipv6
7844
7851
 
7845
- def initialize(ip=nil, district=nil, isp=nil, city=nil, status=nil)
7852
+ def initialize(ip=nil, district=nil, isp=nil, city=nil, status=nil, ipv6=nil)
7846
7853
  @Ip = ip
7847
7854
  @District = district
7848
7855
  @Isp = isp
7849
7856
  @City = city
7850
7857
  @Status = status
7858
+ @Ipv6 = ipv6
7851
7859
  end
7852
7860
 
7853
7861
  def deserialize(params)
@@ -7856,6 +7864,7 @@ module TencentCloud
7856
7864
  @Isp = params['Isp']
7857
7865
  @City = params['City']
7858
7866
  @Status = params['Status']
7867
+ @Ipv6 = params['Ipv6']
7859
7868
  end
7860
7869
  end
7861
7870
 
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.360
4
+ version: 1.0.363
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-07-20 00:00:00.000000000 Z
11
+ date: 2022-07-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common