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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201028/models.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d2931259e78d3e318f89d7be1a279693505676d
|
4
|
+
data.tar.gz: b5a9997bfa76455f2d28b4de7f6bd2bf2ba3ea3f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f026798c7c6a3112742ef2d26578288af6e16a7f873927a9413b28884889b5fb030218af94611608eb58a978974054305113045225925df2f2df9f0bf17ef165
|
7
|
+
data.tar.gz: 527f1165b06dacf076feb3a36b0e17fddbeffbe6cd90fd9de146dc2821610f4712e0ce7b785f2ced318c6798a66b22c2e996e18ec0b9e8336832d17f2f13721a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1042
|
data/lib/v20201028/models.rb
CHANGED
@@ -420,7 +420,7 @@ module TencentCloud
|
|
420
420
|
|
421
421
|
# CreatePrivateZone返回参数结构体
|
422
422
|
class CreatePrivateZoneResponse < TencentCloud::Common::AbstractModel
|
423
|
-
# @param ZoneId: 私有域ID, zone-
|
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:
|
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-
|
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.
|
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-
|
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
|