tencentcloud-sdk-privatedns 3.0.1062 → 3.0.1063
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 +6 -6
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 34e834a039ddfc46e6c7f24bc92a152644eff1fe
|
4
|
+
data.tar.gz: b526a5525e07bb87e7a58ec8c788ef572bf8c94a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: faa1e4197378efa3f72e1164fe9d2e00bdab06bed0718b91284c256ec02369d742486163616d4e1410a906f3818427614cb69a62ee78e900f2ca3dead9a70b22
|
7
|
+
data.tar.gz: e89841b04e57bd54feb9a56d73f2634f55d984df0467b319afaef54f1cc128ce5f7f0ed79abd952ff8d81f232915a2d4c2f9cee5bd1a7ef59ed2c0bc17438cf2
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1063
|
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
|
@@ -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
|