tencentcloud-sdk-vpc 3.0.1106 → 3.0.1127

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: 606ede6f78a26bd5161acff1ec65478deb8cce9f
4
- data.tar.gz: ff46e283f7d54b5df281fb0cfb248b01845d7793
3
+ metadata.gz: 75235059e256a570721a967f91fe471219b9acec
4
+ data.tar.gz: b97ab380928c16be847f21bcfc354f8ef6899349
5
5
  SHA512:
6
- metadata.gz: 39f709378c932ed3b4ccc2b56f2a374ea4316df3b0d07b2ec584bbdcff038c5fe970d63443fdc9c04d5721d2a7c066a36b16067a9a1953d1d7f011f01c932c22
7
- data.tar.gz: 76cad9d9afa5491d47fb6d3e7d4ce3a3fe1c5828d554600f2137c4da51ab6652bc778b21d8d9493f8f7856560d5ec87f1733c29b4dce3541b521279bc9e694e4
6
+ metadata.gz: f7bf5255745020788e8be8b5d157c2071596197de99edffbc434ae21037ce583c0c1abafb410c4fe2402dbc521c522a6a0c700298ae480b133d367bafca0f1b2
7
+ data.tar.gz: f10482359b29789a7423ab777a96e5e459e0982dcbf285bb2d7745e7f386f802ab0c3913e48125d635711cc2534d48b1c9efca795b97303b8cc11b30a0fdadfa
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1106
1
+ 3.0.1127
@@ -448,7 +448,7 @@ module TencentCloud
448
448
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
449
449
  end
450
450
 
451
- # 本接口(AssociateHaVipInstance)用于HAVIP绑定子机或网卡(限制HaVip的飘移范围)。
451
+ # 本接口(AssociateHaVipInstance)用于HAVIP绑定子机或网卡(限制HaVip的漂移范围)。
452
452
 
453
453
  # @param request: Request instance for AssociateHaVipInstance.
454
454
  # @type request: :class:`Tencentcloud::vpc::V20170312::AssociateHaVipInstanceRequest`
@@ -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, 7
797
- deprecate :ApplicableForCLB=, :none, 2025, 7
796
+ deprecate :ApplicableForCLB, :none, 2025, 8
797
+ deprecate :ApplicableForCLB=, :none, 2025, 8
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
@@ -1448,12 +1448,24 @@ module TencentCloud
1448
1448
 
1449
1449
  # AssociateHaVipInstance请求参数结构体
1450
1450
  class AssociateHaVipInstanceRequest < TencentCloud::Common::AbstractModel
1451
+ # @param HaVipAssociationSet: HaVip绑定的子机或网卡。最多支持10个实例。
1452
+ # @type HaVipAssociationSet: Array
1451
1453
 
1454
+ attr_accessor :HaVipAssociationSet
1452
1455
 
1453
- def initialize()
1456
+ def initialize(havipassociationset=nil)
1457
+ @HaVipAssociationSet = havipassociationset
1454
1458
  end
1455
1459
 
1456
1460
  def deserialize(params)
1461
+ unless params['HaVipAssociationSet'].nil?
1462
+ @HaVipAssociationSet = []
1463
+ params['HaVipAssociationSet'].each do |i|
1464
+ havipassociation_tmp = HaVipAssociation.new
1465
+ havipassociation_tmp.deserialize(i)
1466
+ @HaVipAssociationSet << havipassociation_tmp
1467
+ end
1468
+ end
1457
1469
  end
1458
1470
  end
1459
1471
 
@@ -4807,8 +4819,8 @@ module TencentCloud
4807
4819
 
4808
4820
  attr_accessor :NatGatewayName, :VpcId, :InternetMaxBandwidthOut, :MaxConcurrentConnection, :AddressCount, :PublicIpAddresses, :Zone, :Tags, :SubnetId, :StockPublicIpAddressesBandwidthOut, :PublicIpAddressesBandwidthOut, :PublicIpFromSameZone, :NatProductVersion
4809
4821
  extend Gem::Deprecate
4810
- deprecate :SubnetId, :none, 2025, 7
4811
- deprecate :SubnetId=, :none, 2025, 7
4822
+ deprecate :SubnetId, :none, 2025, 8
4823
+ deprecate :SubnetId=, :none, 2025, 8
4812
4824
 
4813
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)
4814
4826
  @NatGatewayName = natgatewayname
@@ -18725,8 +18737,8 @@ module TencentCloud
18725
18737
 
18726
18738
  attr_accessor :EncryptAlgorithm, :IntegrityAlgorith, :IPSECSaLifetimeSeconds, :PfsDhGroup, :IPSECSaLifetimeTraffic, :IntegrityAlgorithm
18727
18739
  extend Gem::Deprecate
18728
- deprecate :IntegrityAlgorith, :none, 2025, 7
18729
- deprecate :IntegrityAlgorith=, :none, 2025, 7
18740
+ deprecate :IntegrityAlgorith, :none, 2025, 8
18741
+ deprecate :IntegrityAlgorith=, :none, 2025, 8
18730
18742
 
18731
18743
  def initialize(encryptalgorithm=nil, integrityalgorith=nil, ipsecsalifetimeseconds=nil, pfsdhgroup=nil, ipsecsalifetimetraffic=nil, integrityalgorithm=nil)
18732
18744
  @EncryptAlgorithm = encryptalgorithm
@@ -20113,10 +20125,10 @@ module TencentCloud
20113
20125
 
20114
20126
  attr_accessor :AddressIds, :InternetMaxBandwidthOut, :StartTime, :EndTime
20115
20127
  extend Gem::Deprecate
20116
- deprecate :StartTime, :none, 2025, 7
20117
- deprecate :StartTime=, :none, 2025, 7
20118
- deprecate :EndTime, :none, 2025, 7
20119
- deprecate :EndTime=, :none, 2025, 7
20128
+ deprecate :StartTime, :none, 2025, 8
20129
+ deprecate :StartTime=, :none, 2025, 8
20130
+ deprecate :EndTime, :none, 2025, 8
20131
+ deprecate :EndTime=, :none, 2025, 8
20120
20132
 
20121
20133
  def initialize(addressids=nil, internetmaxbandwidthout=nil, starttime=nil, endtime=nil)
20122
20134
  @AddressIds = addressids
@@ -20377,15 +20389,18 @@ module TencentCloud
20377
20389
  # @type RouteECMPFlag: Boolean
20378
20390
  # @param RouteOverlapFlag: 是否开启路由重叠功能。`False` 不开启,`True` 开启。
20379
20391
  # @type RouteOverlapFlag: Boolean
20392
+ # @param TrafficMarkingPolicyFlag: 是否开启qos功能。`False` 不开启,`True` 开启。
20393
+ # @type TrafficMarkingPolicyFlag: Boolean
20380
20394
 
20381
- attr_accessor :CcnId, :CcnName, :CcnDescription, :RouteECMPFlag, :RouteOverlapFlag
20395
+ attr_accessor :CcnId, :CcnName, :CcnDescription, :RouteECMPFlag, :RouteOverlapFlag, :TrafficMarkingPolicyFlag
20382
20396
 
20383
- def initialize(ccnid=nil, ccnname=nil, ccndescription=nil, routeecmpflag=nil, routeoverlapflag=nil)
20397
+ def initialize(ccnid=nil, ccnname=nil, ccndescription=nil, routeecmpflag=nil, routeoverlapflag=nil, trafficmarkingpolicyflag=nil)
20384
20398
  @CcnId = ccnid
20385
20399
  @CcnName = ccnname
20386
20400
  @CcnDescription = ccndescription
20387
20401
  @RouteECMPFlag = routeecmpflag
20388
20402
  @RouteOverlapFlag = routeoverlapflag
20403
+ @TrafficMarkingPolicyFlag = trafficmarkingpolicyflag
20389
20404
  end
20390
20405
 
20391
20406
  def deserialize(params)
@@ -20394,6 +20409,7 @@ module TencentCloud
20394
20409
  @CcnDescription = params['CcnDescription']
20395
20410
  @RouteECMPFlag = params['RouteECMPFlag']
20396
20411
  @RouteOverlapFlag = params['RouteOverlapFlag']
20412
+ @TrafficMarkingPolicyFlag = params['TrafficMarkingPolicyFlag']
20397
20413
  end
20398
20414
  end
20399
20415
 
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.1106
4
+ version: 3.0.1127
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-07-22 00:00:00.000000000 Z
11
+ date: 2025-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common