tencentcloud-sdk-cdn 1.0.359 → 1.0.362

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.
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: 45aabebe82a340adc069b1f3d1ccc75bd44e7353
4
- data.tar.gz: 57d64ac7283adfa528985275e2616de4074be9d7
3
+ metadata.gz: a82c4681da6cdd4fedb770ed94c7a516d59986a7
4
+ data.tar.gz: 6f1dc4fac587797411ffac2455f31bd8186feb16
5
5
  SHA512:
6
- metadata.gz: 40d55f5e83c49369d2ef203f5d0bed0c4c7cbc1b24a66652c998851a84fca55365428b32dbaedd1d3ec1e0d6892e5372842af20b69a47c5a09998c03a4bb4fe1
7
- data.tar.gz: 42ca19c8e552274448c4cdb86424a2d718e62f12ce5aafe1f0bbc5c909bd5eff6e5eb9c7d688cd277ab1bd38ce44cc62782fed804d49c7897306da3ff3162a79
6
+ metadata.gz: e811cb900209ed5ebd782f673f03d2d8cb63cdfe9efe86a3421f843eab5933ce3bbcc4ce82521c7d754bff3b524dda8f9cc06c13727d83c1d5c7518b1624995f
7
+ data.tar.gz: a0a1db1845e2a969bac9ffa16cf1fab34b3781b64beda17ad904d5fb1bd1ae39d650f2b7b532a3a3c69d55f3b756e381f0ef840c7e285a6b00132386d08cb82a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.359
1
+ 1.0.362
@@ -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.359
4
+ version: 1.0.362
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-19 00:00:00.000000000 Z
11
+ date: 2022-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common