tencentcloud-sdk-privatedns 3.0.1062 → 3.0.1064
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 +8 -8
- 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: 3533e611a7c73ddc0b175718483d7ea51a1301bd
|
4
|
+
data.tar.gz: e584681ea75aef1107cdc84478c63dec985ac620
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2134015a0c3c85446976f8dcae791a3dd7f876a6cc028045aa999d8a28c50beb1f3e2e4378be6d5210360683fceca7b1514a460e1f3d939eb7e8bd9334099473
|
7
|
+
data.tar.gz: 574ffe5fd5a3aa5a38614858493aa3d3db57369b800b8771bf3b86415f9d231f7bb15a896ae3b3b095834194535584d9bc5bcc3199b2ed1ee4ac785977735702
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1064
|
data/lib/v20201028/models.rb
CHANGED
@@ -19,13 +19,13 @@ module TencentCloud
|
|
19
19
|
module V20201028
|
20
20
|
# 私有域解析账号Vpc信息
|
21
21
|
class AccountVpcInfo < TencentCloud::Common::AbstractModel
|
22
|
-
# @param UniqVpcId: VpcId
|
22
|
+
# @param UniqVpcId: VpcId
|
23
23
|
# @type UniqVpcId: String
|
24
|
-
# @param Region: Vpc
|
24
|
+
# @param Region: Vpc所属地区
|
25
25
|
# @type Region: String
|
26
|
-
# @param Uin: Vpc
|
26
|
+
# @param Uin: Vpc所属账号
|
27
27
|
# @type Uin: String
|
28
|
-
# @param VpcName: vpc
|
28
|
+
# @param VpcName: vpc资源名称
|
29
29
|
# @type VpcName: String
|
30
30
|
|
31
31
|
attr_accessor :UniqVpcId, :Region, :Uin, :VpcName
|
@@ -47,7 +47,7 @@ module TencentCloud
|
|
47
47
|
|
48
48
|
# 查询关联账号VPC列表出参
|
49
49
|
class AccountVpcInfoOut < TencentCloud::Common::AbstractModel
|
50
|
-
# @param VpcId: VpcId
|
50
|
+
# @param VpcId: VpcId
|
51
51
|
# @type VpcId: String
|
52
52
|
# @param Region: Vpc所属地区: ap-guangzhou, ap-shanghai
|
53
53
|
# @type Region: String
|
@@ -364,8 +364,8 @@ module TencentCloud
|
|
364
364
|
|
365
365
|
attr_accessor :Domain, :TagSet, :VpcSet, :Remark, :DnsForwardStatus, :Vpcs, :AccountVpcSet, :CnameSpeedupStatus
|
366
366
|
extend Gem::Deprecate
|
367
|
-
deprecate :Vpcs, :none, 2025,
|
368
|
-
deprecate :Vpcs=, :none, 2025,
|
367
|
+
deprecate :Vpcs, :none, 2025, 5
|
368
|
+
deprecate :Vpcs=, :none, 2025, 5
|
369
369
|
|
370
370
|
def initialize(domain=nil, tagset=nil, vpcset=nil, remark=nil, dnsforwardstatus=nil, vpcs=nil, accountvpcset=nil, cnamespeedupstatus=nil)
|
371
371
|
@Domain = domain
|
@@ -1861,7 +1861,7 @@ module TencentCloud
|
|
1861
1861
|
|
1862
1862
|
# Vpc信息
|
1863
1863
|
class VpcInfo < TencentCloud::Common::AbstractModel
|
1864
|
-
# @param UniqVpcId: VpcId
|
1864
|
+
# @param UniqVpcId: VpcId
|
1865
1865
|
# @type UniqVpcId: String
|
1866
1866
|
# @param Region: Vpc所属地区: ap-guangzhou, ap-shanghai
|
1867
1867
|
# @type Region: String
|
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.1064
|
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-05-
|
11
|
+
date: 2025-05-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|