tencentcloud-sdk-cdn 1.0.361 → 1.0.362

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: 5cdbdf2a39201324fc74747d780668ffb2e70269
4
- data.tar.gz: 8299c27f2d1757c16ec73f7d7852292c6178de99
3
+ metadata.gz: a82c4681da6cdd4fedb770ed94c7a516d59986a7
4
+ data.tar.gz: 6f1dc4fac587797411ffac2455f31bd8186feb16
5
5
  SHA512:
6
- metadata.gz: 94ab2814d084853e153ab2defd742907a225662df1c47f18f330f0fa6b7614aefa40b560bd26a59e4660fbee9a476b009ec06c4d776e959fe018af2ee6796a01
7
- data.tar.gz: fedcba468152afeef745d62f7b924706ee1e0ff6e000e87955016244e327a9333114c50bd97dcadc10e883004a090c2337d1ed7d19bb4fe40e3ada45ba82c22d
6
+ metadata.gz: e811cb900209ed5ebd782f673f03d2d8cb63cdfe9efe86a3421f843eab5933ce3bbcc4ce82521c7d754bff3b524dda8f9cc06c13727d83c1d5c7518b1624995f
7
+ data.tar.gz: a0a1db1845e2a969bac9ffa16cf1fab34b3781b64beda17ad904d5fb1bd1ae39d650f2b7b532a3a3c69d55f3b756e381f0ef840c7e285a6b00132386d08cb82a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.361
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.361
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-21 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