tencentcloud-sdk-privatedns 3.0.1040 → 3.0.1042

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: c7b7e96a158e7568ee0be43e9476262109cc3e3f
4
- data.tar.gz: a44ac5f5f92f419fc8c40a6fd2b6b5e14d3c71d2
3
+ metadata.gz: 7d2931259e78d3e318f89d7be1a279693505676d
4
+ data.tar.gz: b5a9997bfa76455f2d28b4de7f6bd2bf2ba3ea3f
5
5
  SHA512:
6
- metadata.gz: bc31284793c5a4dce5d74c0f33ac55b16bb424b0e2a54407402b873cbdc8b22ebcb890f5c9eb5e3818f8de6660d6fa2962317e24939cc5b52a006c6bf0670396
7
- data.tar.gz: 12eba0d134e098c0aa3c8a04dbd3fa101b511d749eb0c309e7cf03566de9f42deba26f621fd315eb793e7450a60850c22c795c4cba45ddb8aec1038f646e416e
6
+ metadata.gz: f026798c7c6a3112742ef2d26578288af6e16a7f873927a9413b28884889b5fb030218af94611608eb58a978974054305113045225925df2f2df9f0bf17ef165
7
+ data.tar.gz: 527f1165b06dacf076feb3a36b0e17fddbeffbe6cd90fd9de146dc2821610f4712e0ce7b785f2ced318c6798a66b22c2e996e18ec0b9e8336832d17f2f13721a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1040
1
+ 3.0.1042
@@ -420,7 +420,7 @@ module TencentCloud
420
420
 
421
421
  # CreatePrivateZone返回参数结构体
422
422
  class CreatePrivateZoneResponse < TencentCloud::Common::AbstractModel
423
- # @param ZoneId: 私有域ID, zone-xxxxxx
423
+ # @param ZoneId: 私有域ID, zone-12345678
424
424
  # @type ZoneId: String
425
425
  # @param Domain: 私有域名
426
426
  # @type Domain: String
@@ -1035,7 +1035,7 @@ module TencentCloud
1035
1035
 
1036
1036
  # DescribePrivateZone请求参数结构体
1037
1037
  class DescribePrivateZoneRequest < TencentCloud::Common::AbstractModel
1038
- # @param ZoneId: 域名,格式必须是标准的TLD
1038
+ # @param ZoneId: 私有域id
1039
1039
  # @type ZoneId: String
1040
1040
 
1041
1041
  attr_accessor :ZoneId
@@ -1434,7 +1434,7 @@ module TencentCloud
1434
1434
 
1435
1435
  # ModifyPrivateZoneVpc返回参数结构体
1436
1436
  class ModifyPrivateZoneVpcResponse < TencentCloud::Common::AbstractModel
1437
- # @param ZoneId: 私有域ID, zone-xxxxxx
1437
+ # @param ZoneId: 私有域ID, zone-12345ds6
1438
1438
  # @type ZoneId: String
1439
1439
  # @param VpcSet: 解析域关联的VPC列表
1440
1440
  # @type VpcSet: Array
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-privatedns
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1040
4
+ version: 3.0.1042
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-14 00:00:00.000000000 Z
11
+ date: 2025-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common