tencentcloud-sdk-vpc 3.0.1127 → 3.0.1140

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20170312/models.rb +49 -33
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 75235059e256a570721a967f91fe471219b9acec
4
- data.tar.gz: b97ab380928c16be847f21bcfc354f8ef6899349
3
+ metadata.gz: 2ac6419a7bbcbf1376c84ad20ccb9ba5ec415233
4
+ data.tar.gz: b67e8a99dd3c9dfe1e1656f4dcf4f497130316aa
5
5
  SHA512:
6
- metadata.gz: f7bf5255745020788e8be8b5d157c2071596197de99edffbc434ae21037ce583c0c1abafb410c4fe2402dbc521c522a6a0c700298ae480b133d367bafca0f1b2
7
- data.tar.gz: f10482359b29789a7423ab777a96e5e459e0982dcbf285bb2d7745e7f386f802ab0c3913e48125d635711cc2534d48b1c9efca795b97303b8cc11b30a0fdadfa
6
+ metadata.gz: 346639559625f62f23ac53eca4f637233b958f5eab624c98192f0e87f01fe8c800d878e9a79566b342fb96633933218a93a4ba657aa21393945170c557c629bf
7
+ data.tar.gz: ab7c7a7ee688f701578cceb81dc99399937a05f4cf54c135e4d2d2350f7cc4755356d9d57fbde35ef99485d332b5c17ecbd7ffae88735ebeb79113c260a9fbb6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1127
1
+ 3.0.1140
@@ -793,8 +793,8 @@ module TencentCloud
793
793
 
794
794
  attr_accessor :AddressCount, :InternetServiceProvider, :InternetChargeType, :InternetMaxBandwidthOut, :AddressChargePrepaid, :AddressType, :AnycastZone, :VipCluster, :ApplicableForCLB, :Tags, :BandwidthPackageId, :AddressName, :DedicatedClusterId, :IsDedicatedAddressPool, :Egress, :AntiDDoSPackageId, :ClientToken
795
795
  extend Gem::Deprecate
796
- deprecate :ApplicableForCLB, :none, 2025, 8
797
- deprecate :ApplicableForCLB=, :none, 2025, 8
796
+ deprecate :ApplicableForCLB, :none, 2025, 9
797
+ deprecate :ApplicableForCLB=, :none, 2025, 9
798
798
 
799
799
  def initialize(addresscount=nil, internetserviceprovider=nil, internetchargetype=nil, internetmaxbandwidthout=nil, addresschargeprepaid=nil, addresstype=nil, anycastzone=nil, vipcluster=nil, applicableforclb=nil, tags=nil, bandwidthpackageid=nil, addressname=nil, dedicatedclusterid=nil, isdedicatedaddresspool=nil, egress=nil, antiddospackageid=nil, clienttoken=nil)
800
800
  @AddressCount = addresscount
@@ -4796,7 +4796,7 @@ module TencentCloud
4796
4796
  # @type VpcId: String
4797
4797
  # @param InternetMaxBandwidthOut: NAT网关最大外网出带宽(单位:Mbps),支持的参数值:20, 50, 100, 200, 500, 1000, 2000, 5000,默认: 100Mbps。 当以下NatProductVersion参数值为2即标准型时,此参数无需填写,默认为5000Mbps。
4798
4798
  # @type InternetMaxBandwidthOut: Integer
4799
- # @param MaxConcurrentConnection: NAT网关并发连接数上限,支持参数值:1000000、3000000、10000000,默认值为100000 当以下NatProductVersion参数值为2即标准型时,此参数无需填写,默认为2000000。
4799
+ # @param MaxConcurrentConnection: NAT网关并发连接数上限,支持参数值:1000000、3000000、10000000,默认值为1000000NatProductVersion参数值为2即标准型时,此参数无需填写,默认为2000000。
4800
4800
  # @type MaxConcurrentConnection: Integer
4801
4801
  # @param AddressCount: 新建弹性公网IP个数,系统会按您的要求创建对应数量的弹性公网IP,其中AddressCount和PublicAddresses两个参数至少填写一个。
4802
4802
  # @type AddressCount: Integer
@@ -4816,13 +4816,15 @@ module TencentCloud
4816
4816
  # @type PublicIpFromSameZone: Boolean
4817
4817
  # @param NatProductVersion: NAT网关类型,1表示传统型NAT网关,2表示标准型NAT网关,默认值是1。
4818
4818
  # @type NatProductVersion: Integer
4819
+ # @param DeletionProtectionEnabled: NAT实例是否开启删除保护
4820
+ # @type DeletionProtectionEnabled: Boolean
4819
4821
 
4820
- attr_accessor :NatGatewayName, :VpcId, :InternetMaxBandwidthOut, :MaxConcurrentConnection, :AddressCount, :PublicIpAddresses, :Zone, :Tags, :SubnetId, :StockPublicIpAddressesBandwidthOut, :PublicIpAddressesBandwidthOut, :PublicIpFromSameZone, :NatProductVersion
4822
+ attr_accessor :NatGatewayName, :VpcId, :InternetMaxBandwidthOut, :MaxConcurrentConnection, :AddressCount, :PublicIpAddresses, :Zone, :Tags, :SubnetId, :StockPublicIpAddressesBandwidthOut, :PublicIpAddressesBandwidthOut, :PublicIpFromSameZone, :NatProductVersion, :DeletionProtectionEnabled
4821
4823
  extend Gem::Deprecate
4822
- deprecate :SubnetId, :none, 2025, 8
4823
- deprecate :SubnetId=, :none, 2025, 8
4824
+ deprecate :SubnetId, :none, 2025, 9
4825
+ deprecate :SubnetId=, :none, 2025, 9
4824
4826
 
4825
- def initialize(natgatewayname=nil, vpcid=nil, internetmaxbandwidthout=nil, maxconcurrentconnection=nil, addresscount=nil, publicipaddresses=nil, zone=nil, tags=nil, subnetid=nil, stockpublicipaddressesbandwidthout=nil, publicipaddressesbandwidthout=nil, publicipfromsamezone=nil, natproductversion=nil)
4827
+ def initialize(natgatewayname=nil, vpcid=nil, internetmaxbandwidthout=nil, maxconcurrentconnection=nil, addresscount=nil, publicipaddresses=nil, zone=nil, tags=nil, subnetid=nil, stockpublicipaddressesbandwidthout=nil, publicipaddressesbandwidthout=nil, publicipfromsamezone=nil, natproductversion=nil, deletionprotectionenabled=nil)
4826
4828
  @NatGatewayName = natgatewayname
4827
4829
  @VpcId = vpcid
4828
4830
  @InternetMaxBandwidthOut = internetmaxbandwidthout
@@ -4836,6 +4838,7 @@ module TencentCloud
4836
4838
  @PublicIpAddressesBandwidthOut = publicipaddressesbandwidthout
4837
4839
  @PublicIpFromSameZone = publicipfromsamezone
4838
4840
  @NatProductVersion = natproductversion
4841
+ @DeletionProtectionEnabled = deletionprotectionenabled
4839
4842
  end
4840
4843
 
4841
4844
  def deserialize(params)
@@ -4859,6 +4862,7 @@ module TencentCloud
4859
4862
  @PublicIpAddressesBandwidthOut = params['PublicIpAddressesBandwidthOut']
4860
4863
  @PublicIpFromSameZone = params['PublicIpFromSameZone']
4861
4864
  @NatProductVersion = params['NatProductVersion']
4865
+ @DeletionProtectionEnabled = params['DeletionProtectionEnabled']
4862
4866
  end
4863
4867
  end
4864
4868
 
@@ -5315,16 +5319,19 @@ module TencentCloud
5315
5319
  # @type VpcType: Boolean
5316
5320
  # @param CcnId: 云联网类型私网NAT网关需要绑定的云联网实例ID。
5317
5321
  # @type CcnId: String
5322
+ # @param DeletionProtectionEnabled: 私网NAT实例是否开启删除保护
5323
+ # @type DeletionProtectionEnabled: Boolean
5318
5324
 
5319
- attr_accessor :NatGatewayName, :VpcId, :CrossDomain, :Tags, :VpcType, :CcnId
5325
+ attr_accessor :NatGatewayName, :VpcId, :CrossDomain, :Tags, :VpcType, :CcnId, :DeletionProtectionEnabled
5320
5326
 
5321
- def initialize(natgatewayname=nil, vpcid=nil, crossdomain=nil, tags=nil, vpctype=nil, ccnid=nil)
5327
+ def initialize(natgatewayname=nil, vpcid=nil, crossdomain=nil, tags=nil, vpctype=nil, ccnid=nil, deletionprotectionenabled=nil)
5322
5328
  @NatGatewayName = natgatewayname
5323
5329
  @VpcId = vpcid
5324
5330
  @CrossDomain = crossdomain
5325
5331
  @Tags = tags
5326
5332
  @VpcType = vpctype
5327
5333
  @CcnId = ccnid
5334
+ @DeletionProtectionEnabled = deletionprotectionenabled
5328
5335
  end
5329
5336
 
5330
5337
  def deserialize(params)
@@ -5341,6 +5348,7 @@ module TencentCloud
5341
5348
  end
5342
5349
  @VpcType = params['VpcType']
5343
5350
  @CcnId = params['CcnId']
5351
+ @DeletionProtectionEnabled = params['DeletionProtectionEnabled']
5344
5352
  end
5345
5353
  end
5346
5354
 
@@ -12487,11 +12495,7 @@ module TencentCloud
12487
12495
  class DescribeNatGatewaysRequest < TencentCloud::Common::AbstractModel
12488
12496
  # @param NatGatewayIds: NAT网关统一 ID,形如:`nat-123xx454`。每次请求的实例上限为100。参数不支持同时指定NatGatewayIds和Filters。
12489
12497
  # @type NatGatewayIds: Array
12490
- # @param Filters: 过滤条件,参数不支持同时指定NatGatewayIds和Filters。每次请求的Filters的上限为10,Filter.Values的上限为5
12491
- # <li>nat-gateway-id - String - (过滤条件)协议端口模板实例ID,形如:`nat-123xx454`。</li>
12492
- # <li>vpc-id - String - (过滤条件)私有网络 唯一ID,形如:`vpc-123xx454`。</li>
12493
- # <li>nat-gateway-name - String - (过滤条件)协议端口模板实例ID,形如:`test_nat`。</li>
12494
- # <li>tag-key - String - (过滤条件)标签键,形如:`test-key`。</li>
12498
+ # @param Filters: 过滤条件,参数不支持同时指定NatGatewayIds和Filters。每次请求的Filters的上限为10,Filter.Values的上限为5。<li>nat-gateway-id - String - (过滤条件)NAT实例ID,形如:`nat-123xx454`。</li><li>vpc-id - String - (过滤条件)私有网络 唯一ID,形如:`vpc-123xx454`。</li><li>nat-gateway-name - String - (过滤条件)协议端口模板实例名称,形如:`test_nat`。</li><li>tag-key - String - (过滤条件)标签键,形如:`test-key`。</li><li>nat-status - String - (过滤条件)NAT实例当前状态,形如:`AVAILABLE`。</li>
12495
12499
  # @type Filters: Array
12496
12500
  # @param Offset: 偏移量,默认为0。
12497
12501
  # @type Offset: Integer
@@ -12528,14 +12532,17 @@ module TencentCloud
12528
12532
  # @type NatGatewaySet: Array
12529
12533
  # @param TotalCount: 符合条件的NAT网关对象个数。
12530
12534
  # @type TotalCount: Integer
12535
+ # @param VerboseLevel: 输出信息详细程度,DETAIL代表输出实例所有信息;COMPACT代表不输出NAT规则和自定义路由,输出实例基本信息、特性开关和EIP信息;SIMPLE代表仅输出实例基本信息和特性开关
12536
+ # @type VerboseLevel: String
12531
12537
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12532
12538
  # @type RequestId: String
12533
12539
 
12534
- attr_accessor :NatGatewaySet, :TotalCount, :RequestId
12540
+ attr_accessor :NatGatewaySet, :TotalCount, :VerboseLevel, :RequestId
12535
12541
 
12536
- def initialize(natgatewayset=nil, totalcount=nil, requestid=nil)
12542
+ def initialize(natgatewayset=nil, totalcount=nil, verboselevel=nil, requestid=nil)
12537
12543
  @NatGatewaySet = natgatewayset
12538
12544
  @TotalCount = totalcount
12545
+ @VerboseLevel = verboselevel
12539
12546
  @RequestId = requestid
12540
12547
  end
12541
12548
 
@@ -12549,6 +12556,7 @@ module TencentCloud
12549
12556
  end
12550
12557
  end
12551
12558
  @TotalCount = params['TotalCount']
12559
+ @VerboseLevel = params['VerboseLevel']
12552
12560
  @RequestId = params['RequestId']
12553
12561
  end
12554
12562
  end
@@ -13335,11 +13343,7 @@ module TencentCloud
13335
13343
  class DescribePrivateNatGatewaysRequest < TencentCloud::Common::AbstractModel
13336
13344
  # @param NatGatewayIds: 私网网关唯一`ID`,形如:`intranat-0g3blj80`。
13337
13345
  # @type NatGatewayIds: Array
13338
- # @param Filters: 过滤条件。
13339
- # <li>NatGatewayId - String - 私网网关唯一`ID`,形如:`intranat-0g3blj80`。</li>
13340
- # <li>NatGatewayName - String - 专线网关名称,默认模糊查询。</li>
13341
- # <li>VpcId - String - 私网网关所在`VpcId`。</li>
13342
- # <li>TagKey - Tag数组 - 私网网关标签键值对数组</li>
13346
+ # @param Filters: 过滤条件。<li>NatGatewayId - String - 私网网关唯一`ID`,形如:`intranat-0g3blj80`。</li><li>NatGatewayName - String - 专线网关名称,默认模糊查询。</li><li>VpcId - String - 私网网关所在`VpcId`。</li><li>TagKey - Tag数组 - 私网网关标签键值对数组</li><li>intranat-status - String - (过滤条件)NAT实例当前状态,形如:`AVAILABLE`。</li>
13343
13347
  # @type Filters: Array
13344
13348
  # @param Offset: 偏移量,默认为0。
13345
13349
  # @type Offset: Integer
@@ -18737,8 +18741,8 @@ module TencentCloud
18737
18741
 
18738
18742
  attr_accessor :EncryptAlgorithm, :IntegrityAlgorith, :IPSECSaLifetimeSeconds, :PfsDhGroup, :IPSECSaLifetimeTraffic, :IntegrityAlgorithm
18739
18743
  extend Gem::Deprecate
18740
- deprecate :IntegrityAlgorith, :none, 2025, 8
18741
- deprecate :IntegrityAlgorith=, :none, 2025, 8
18744
+ deprecate :IntegrityAlgorith, :none, 2025, 9
18745
+ deprecate :IntegrityAlgorith=, :none, 2025, 9
18742
18746
 
18743
18747
  def initialize(encryptalgorithm=nil, integrityalgorith=nil, ipsecsalifetimeseconds=nil, pfsdhgroup=nil, ipsecsalifetimetraffic=nil, integrityalgorithm=nil)
18744
18748
  @EncryptAlgorithm = encryptalgorithm
@@ -20125,10 +20129,10 @@ module TencentCloud
20125
20129
 
20126
20130
  attr_accessor :AddressIds, :InternetMaxBandwidthOut, :StartTime, :EndTime
20127
20131
  extend Gem::Deprecate
20128
- deprecate :StartTime, :none, 2025, 8
20129
- deprecate :StartTime=, :none, 2025, 8
20130
- deprecate :EndTime, :none, 2025, 8
20131
- deprecate :EndTime=, :none, 2025, 8
20132
+ deprecate :StartTime, :none, 2025, 9
20133
+ deprecate :StartTime=, :none, 2025, 9
20134
+ deprecate :EndTime, :none, 2025, 9
20135
+ deprecate :EndTime=, :none, 2025, 9
20132
20136
 
20133
20137
  def initialize(addressids=nil, internetmaxbandwidthout=nil, starttime=nil, endtime=nil)
20134
20138
  @AddressIds = addressids
@@ -21309,15 +21313,18 @@ module TencentCloud
21309
21313
  # @type ModifySecurityGroup: Boolean
21310
21314
  # @param SecurityGroupIds: NAT网关绑定的安全组列表,最终状态,空列表表示删除所有安全组,形如: `['sg-1n232323', 'sg-o4242424']`
21311
21315
  # @type SecurityGroupIds: Array
21316
+ # @param DeletionProtectionEnabled: NAT实例是否开启删除保护
21317
+ # @type DeletionProtectionEnabled: Boolean
21312
21318
 
21313
- attr_accessor :NatGatewayId, :NatGatewayName, :InternetMaxBandwidthOut, :ModifySecurityGroup, :SecurityGroupIds
21319
+ attr_accessor :NatGatewayId, :NatGatewayName, :InternetMaxBandwidthOut, :ModifySecurityGroup, :SecurityGroupIds, :DeletionProtectionEnabled
21314
21320
 
21315
- def initialize(natgatewayid=nil, natgatewayname=nil, internetmaxbandwidthout=nil, modifysecuritygroup=nil, securitygroupids=nil)
21321
+ def initialize(natgatewayid=nil, natgatewayname=nil, internetmaxbandwidthout=nil, modifysecuritygroup=nil, securitygroupids=nil, deletionprotectionenabled=nil)
21316
21322
  @NatGatewayId = natgatewayid
21317
21323
  @NatGatewayName = natgatewayname
21318
21324
  @InternetMaxBandwidthOut = internetmaxbandwidthout
21319
21325
  @ModifySecurityGroup = modifysecuritygroup
21320
21326
  @SecurityGroupIds = securitygroupids
21327
+ @DeletionProtectionEnabled = deletionprotectionenabled
21321
21328
  end
21322
21329
 
21323
21330
  def deserialize(params)
@@ -21326,6 +21333,7 @@ module TencentCloud
21326
21333
  @InternetMaxBandwidthOut = params['InternetMaxBandwidthOut']
21327
21334
  @ModifySecurityGroup = params['ModifySecurityGroup']
21328
21335
  @SecurityGroupIds = params['SecurityGroupIds']
21336
+ @DeletionProtectionEnabled = params['DeletionProtectionEnabled']
21329
21337
  end
21330
21338
  end
21331
21339
 
@@ -23115,10 +23123,12 @@ module TencentCloud
23115
23123
  # @type SmartScheduleMode: Boolean
23116
23124
  # @param DedicatedClusterId: NAT实例归属的专属集群id
23117
23125
  # @type DedicatedClusterId: String
23126
+ # @param DeletionProtectionEnabled: NAT实例是否开启删除保护
23127
+ # @type DeletionProtectionEnabled: Boolean
23118
23128
 
23119
- attr_accessor :NatGatewayId, :NatGatewayName, :CreatedTime, :State, :InternetMaxBandwidthOut, :MaxConcurrentConnection, :PublicIpAddressSet, :NetworkState, :DestinationIpPortTranslationNatRuleSet, :VpcId, :Zone, :DirectConnectGatewayIds, :SubnetId, :TagSet, :SecurityGroupSet, :SourceIpTranslationNatRuleSet, :IsExclusive, :ExclusiveGatewayBandwidth, :RestrictState, :NatProductVersion, :SmartScheduleMode, :DedicatedClusterId
23129
+ attr_accessor :NatGatewayId, :NatGatewayName, :CreatedTime, :State, :InternetMaxBandwidthOut, :MaxConcurrentConnection, :PublicIpAddressSet, :NetworkState, :DestinationIpPortTranslationNatRuleSet, :VpcId, :Zone, :DirectConnectGatewayIds, :SubnetId, :TagSet, :SecurityGroupSet, :SourceIpTranslationNatRuleSet, :IsExclusive, :ExclusiveGatewayBandwidth, :RestrictState, :NatProductVersion, :SmartScheduleMode, :DedicatedClusterId, :DeletionProtectionEnabled
23120
23130
 
23121
- def initialize(natgatewayid=nil, natgatewayname=nil, createdtime=nil, state=nil, internetmaxbandwidthout=nil, maxconcurrentconnection=nil, publicipaddressset=nil, networkstate=nil, destinationipporttranslationnatruleset=nil, vpcid=nil, zone=nil, directconnectgatewayids=nil, subnetid=nil, tagset=nil, securitygroupset=nil, sourceiptranslationnatruleset=nil, isexclusive=nil, exclusivegatewaybandwidth=nil, restrictstate=nil, natproductversion=nil, smartschedulemode=nil, dedicatedclusterid=nil)
23131
+ def initialize(natgatewayid=nil, natgatewayname=nil, createdtime=nil, state=nil, internetmaxbandwidthout=nil, maxconcurrentconnection=nil, publicipaddressset=nil, networkstate=nil, destinationipporttranslationnatruleset=nil, vpcid=nil, zone=nil, directconnectgatewayids=nil, subnetid=nil, tagset=nil, securitygroupset=nil, sourceiptranslationnatruleset=nil, isexclusive=nil, exclusivegatewaybandwidth=nil, restrictstate=nil, natproductversion=nil, smartschedulemode=nil, dedicatedclusterid=nil, deletionprotectionenabled=nil)
23122
23132
  @NatGatewayId = natgatewayid
23123
23133
  @NatGatewayName = natgatewayname
23124
23134
  @CreatedTime = createdtime
@@ -23141,6 +23151,7 @@ module TencentCloud
23141
23151
  @NatProductVersion = natproductversion
23142
23152
  @SmartScheduleMode = smartschedulemode
23143
23153
  @DedicatedClusterId = dedicatedclusterid
23154
+ @DeletionProtectionEnabled = deletionprotectionenabled
23144
23155
  end
23145
23156
 
23146
23157
  def deserialize(params)
@@ -23194,6 +23205,7 @@ module TencentCloud
23194
23205
  @NatProductVersion = params['NatProductVersion']
23195
23206
  @SmartScheduleMode = params['SmartScheduleMode']
23196
23207
  @DedicatedClusterId = params['DedicatedClusterId']
23208
+ @DeletionProtectionEnabled = params['DeletionProtectionEnabled']
23197
23209
  end
23198
23210
  end
23199
23211
 
@@ -24219,10 +24231,12 @@ module TencentCloud
24219
24231
  # @type VpcType: Boolean
24220
24232
  # @param CcnId: 跨域私网NAT关联的云联网ID
24221
24233
  # @type CcnId: String
24234
+ # @param DeletionProtectionEnabled: 私网NAT是否开启删除保护
24235
+ # @type DeletionProtectionEnabled: Boolean
24222
24236
 
24223
- attr_accessor :NatGatewayId, :NatGatewayName, :VpcId, :Status, :CrossDomain, :CreatedTime, :TagSet, :DirectConnectGatewayIds, :NatType, :CrossDomainInfo, :VpcType, :CcnId
24237
+ attr_accessor :NatGatewayId, :NatGatewayName, :VpcId, :Status, :CrossDomain, :CreatedTime, :TagSet, :DirectConnectGatewayIds, :NatType, :CrossDomainInfo, :VpcType, :CcnId, :DeletionProtectionEnabled
24224
24238
 
24225
- def initialize(natgatewayid=nil, natgatewayname=nil, vpcid=nil, status=nil, crossdomain=nil, createdtime=nil, tagset=nil, directconnectgatewayids=nil, nattype=nil, crossdomaininfo=nil, vpctype=nil, ccnid=nil)
24239
+ def initialize(natgatewayid=nil, natgatewayname=nil, vpcid=nil, status=nil, crossdomain=nil, createdtime=nil, tagset=nil, directconnectgatewayids=nil, nattype=nil, crossdomaininfo=nil, vpctype=nil, ccnid=nil, deletionprotectionenabled=nil)
24226
24240
  @NatGatewayId = natgatewayid
24227
24241
  @NatGatewayName = natgatewayname
24228
24242
  @VpcId = vpcid
@@ -24235,6 +24249,7 @@ module TencentCloud
24235
24249
  @CrossDomainInfo = crossdomaininfo
24236
24250
  @VpcType = vpctype
24237
24251
  @CcnId = ccnid
24252
+ @DeletionProtectionEnabled = deletionprotectionenabled
24238
24253
  end
24239
24254
 
24240
24255
  def deserialize(params)
@@ -24260,6 +24275,7 @@ module TencentCloud
24260
24275
  end
24261
24276
  @VpcType = params['VpcType']
24262
24277
  @CcnId = params['CcnId']
24278
+ @DeletionProtectionEnabled = params['DeletionProtectionEnabled']
24263
24279
  end
24264
24280
  end
24265
24281
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1127
4
+ version: 3.0.1140
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-08-22 00:00:00.000000000 Z
11
+ date: 2025-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common