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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c8ca210a0569c7440695edec94b653880c723ce
4
- data.tar.gz: 94dc948612b7f9132101f56add158a4190fd028d
3
+ metadata.gz: 34e834a039ddfc46e6c7f24bc92a152644eff1fe
4
+ data.tar.gz: b526a5525e07bb87e7a58ec8c788ef572bf8c94a
5
5
  SHA512:
6
- metadata.gz: 2733522581e604ac5b97341707c29575e3cb711f7416d8b816c20694c3817ad8a4db9b59a121f28054864df0494cf8b091d842b241e096b9b768a31d51d5dc2c
7
- data.tar.gz: dc1fe5b08bb3b6d5f52f9c46f216fa3ce9ffba3cbe4dfda268ed78765a91197e35eb2954d4e3fa5144fba428aad981fe6f567026d10b67aa1a4e6cf4aa239f91
6
+ metadata.gz: faa1e4197378efa3f72e1164fe9d2e00bdab06bed0718b91284c256ec02369d742486163616d4e1410a906f3818427614cb69a62ee78e900f2ca3dead9a70b22
7
+ data.tar.gz: e89841b04e57bd54feb9a56d73f2634f55d984df0467b319afaef54f1cc128ce5f7f0ed79abd952ff8d81f232915a2d4c2f9cee5bd1a7ef59ed2c0bc17438cf2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1062
1
+ 3.0.1063
@@ -19,13 +19,13 @@ module TencentCloud
19
19
  module V20201028
20
20
  # 私有域解析账号Vpc信息
21
21
  class AccountVpcInfo < TencentCloud::Common::AbstractModel
22
- # @param UniqVpcId: VpcId: vpc-xadsafsdasd
22
+ # @param UniqVpcId: VpcId
23
23
  # @type UniqVpcId: String
24
- # @param Region: Vpc所属地区: ap-guangzhou, ap-shanghai
24
+ # @param Region: Vpc所属地区
25
25
  # @type Region: String
26
- # @param Uin: Vpc所属账号: 123456789
26
+ # @param Uin: Vpc所属账号
27
27
  # @type Uin: String
28
- # @param VpcName: vpc资源名称:testname
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, 4
368
- deprecate :Vpcs=, :none, 2025, 4
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-privatedns
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1062
4
+ version: 3.0.1063
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud