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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c8ca210a0569c7440695edec94b653880c723ce
4
- data.tar.gz: 94dc948612b7f9132101f56add158a4190fd028d
3
+ metadata.gz: 3533e611a7c73ddc0b175718483d7ea51a1301bd
4
+ data.tar.gz: e584681ea75aef1107cdc84478c63dec985ac620
5
5
  SHA512:
6
- metadata.gz: 2733522581e604ac5b97341707c29575e3cb711f7416d8b816c20694c3817ad8a4db9b59a121f28054864df0494cf8b091d842b241e096b9b768a31d51d5dc2c
7
- data.tar.gz: dc1fe5b08bb3b6d5f52f9c46f216fa3ce9ffba3cbe4dfda268ed78765a91197e35eb2954d4e3fa5144fba428aad981fe6f567026d10b67aa1a4e6cf4aa239f91
6
+ metadata.gz: 2134015a0c3c85446976f8dcae791a3dd7f876a6cc028045aa999d8a28c50beb1f3e2e4378be6d5210360683fceca7b1514a460e1f3d939eb7e8bd9334099473
7
+ data.tar.gz: 574ffe5fd5a3aa5a38614858493aa3d3db57369b800b8771bf3b86415f9d231f7bb15a896ae3b3b095834194535584d9bc5bcc3199b2ed1ee4ac785977735702
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1062
1
+ 3.0.1064
@@ -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
@@ -47,7 +47,7 @@ module TencentCloud
47
47
 
48
48
  # 查询关联账号VPC列表出参
49
49
  class AccountVpcInfoOut < TencentCloud::Common::AbstractModel
50
- # @param VpcId: VpcId: vpc-xadsafsdasd
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, 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
@@ -1861,7 +1861,7 @@ module TencentCloud
1861
1861
 
1862
1862
  # Vpc信息
1863
1863
  class VpcInfo < TencentCloud::Common::AbstractModel
1864
- # @param UniqVpcId: VpcId: vpc-xadsafsdasd
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.1062
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-19 00:00:00.000000000 Z
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