tencentcloud-sdk-privatedns 3.0.1074 → 3.0.1120

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: b79289d7a2bfe337e99d9b7bd8823cd433ebde50
4
- data.tar.gz: 9d7b3794dbb00b463cc0d15479985a8edb40f195
3
+ metadata.gz: 499b8dfca81c4a30f93051ad6062f5627da01bc1
4
+ data.tar.gz: 0a32d75e2fc4075b26d7379ffe627f9379d9d39b
5
5
  SHA512:
6
- metadata.gz: 98d880f0ba516a614a4b7d91c36cebec2c29b36ae573a5942ea2fa742dd39ccbcbe3397a7e0aaaee593abdfd1377fd79d7cef91208f64a3ac4f56a338444cc1e
7
- data.tar.gz: a105c0c8917e7d8da39dcbb0fc17cf81f667ac89a257905c222f60a5082eeac65da7d66748f8fff9749c24fc74c127205b193f0eb95b338dfce9c4ff5ec6e8ba
6
+ metadata.gz: 53104a8250b0feea08b9f331314bba66d704adf4f291074eea2873674d27fc7dc7a90b12b67277d87c172714e06a9359fac87b60367848fcd9743de1c8d32064
7
+ data.tar.gz: e1be4968092d088e68ee01b5d17a6648dbd8ae8117750395d08018694863ce887bff4c1107039feaf7983e5d7be447b6a53e2a5d4ae39dbf9ac60dd16dfc2853
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1120
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -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, 6
368
- deprecate :Vpcs=, :none, 2025, 6
367
+ deprecate :Vpcs, :none, 2025, 8
368
+ deprecate :Vpcs=, :none, 2025, 8
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
@@ -420,7 +420,7 @@ module TencentCloud
420
420
 
421
421
  # CreatePrivateZone返回参数结构体
422
422
  class CreatePrivateZoneResponse < TencentCloud::Common::AbstractModel
423
- # @param ZoneId: 私有域ID, zone-12345678
423
+ # @param ZoneId: 私有域ID, zone-12sa5ce78
424
424
  # @type ZoneId: String
425
425
  # @param Domain: 私有域名
426
426
  # @type Domain: String
@@ -969,7 +969,7 @@ module TencentCloud
969
969
 
970
970
  # DescribePrivateZoneRecordList请求参数结构体
971
971
  class DescribePrivateZoneRecordListRequest < TencentCloud::Common::AbstractModel
972
- # @param ZoneId: 私有域ID: zone-xxxxxx
972
+ # @param ZoneId: 私有域ID: zone-12c5a6e8
973
973
  # @type ZoneId: String
974
974
  # @param Filters: 过滤参数(支持使用Value、RecordType过滤)
975
975
  # @type Filters: Array
@@ -1477,7 +1477,7 @@ module TencentCloud
1477
1477
 
1478
1478
  # ModifyPrivateZoneVpc返回参数结构体
1479
1479
  class ModifyPrivateZoneVpcResponse < TencentCloud::Common::AbstractModel
1480
- # @param ZoneId: 私有域ID, zone-12345ds6
1480
+ # @param ZoneId: 私有域ID, zone-12e45ds6
1481
1481
  # @type ZoneId: String
1482
1482
  # @param VpcSet: 解析域关联的VPC列表
1483
1483
  # @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.1074
4
+ version: 3.0.1120
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-06-04 00:00:00.000000000 Z
11
+ date: 2025-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common