tencentcloud-sdk-vpc 3.0.775 → 3.0.776

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 89b96e68e3089d52064754a6de4d45450e17f5b6
4
- data.tar.gz: e49106d9cd11f1cdec60e45c7d853f45a8650d1a
3
+ metadata.gz: 5f4d3b692f0da5f28bc8d5871f5feabdb504030e
4
+ data.tar.gz: 729b8bfe4b3b52dcbea1a8b16e980d6590961fc7
5
5
  SHA512:
6
- metadata.gz: 89bcb87617ec470a8bdd5bddecaf30e5f5d011bd005f957164fd05ec98e84a3318bb1a5562f5aaccdbce058410afe86ac8418ea0d87ce19fb8994002a95b4fa6
7
- data.tar.gz: 156448ab4e99d65b7eb137850c4968fd782f36c668149a618b7568b44df5fff7a26b5432c3da54c61045132dc34f6595cb1a42fff6f0d16c6a4c8bb0514f46db
6
+ metadata.gz: 7dbd33052f478489ab3a7655f451931012a0cb3f648e15d19831fe210a9426013b427d3bba600a6ac6d317004c30912f6457b5297824db00b0d9d5eb89f2fbcb
7
+ data.tar.gz: c6128852f1908682dee03739dabe7db00a34d884e4ee17b67c2cd6c182cc4d144fa813c0bf6d4531a138ce2a6d40f5a20f137cde68ee8c2ab149f59490af549b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.775
1
+ 3.0.776
@@ -1171,11 +1171,11 @@ module TencentCloud
1171
1171
 
1172
1172
  # AssociateDirectConnectGatewayNatGateway请求参数结构体
1173
1173
  class AssociateDirectConnectGatewayNatGatewayRequest < TencentCloud::Common::AbstractModel
1174
- # @param VpcId: VPC实例ID。可通过DescribeVpcs接口返回值中的VpcId获取。
1174
+ # @param VpcId: VPC实例ID。形如:vpc-xxx。
1175
1175
  # @type VpcId: String
1176
- # @param NatGatewayId: NAT网关ID
1176
+ # @param NatGatewayId: NAT网关ID。形如:nat-xxx
1177
1177
  # @type NatGatewayId: String
1178
- # @param DirectConnectGatewayId: 专线网关ID
1178
+ # @param DirectConnectGatewayId: 专线网关ID。形如:dcg-xxx
1179
1179
  # @type DirectConnectGatewayId: String
1180
1180
 
1181
1181
  attr_accessor :VpcId, :NatGatewayId, :DirectConnectGatewayId
@@ -13114,11 +13114,11 @@ module TencentCloud
13114
13114
 
13115
13115
  # DisassociateDirectConnectGatewayNatGateway请求参数结构体
13116
13116
  class DisassociateDirectConnectGatewayNatGatewayRequest < TencentCloud::Common::AbstractModel
13117
- # @param VpcId: 专线网关ID。
13117
+ # @param VpcId: VPC实例ID。形如:vpc-xxx
13118
13118
  # @type VpcId: String
13119
- # @param NatGatewayId: NAT网关ID
13119
+ # @param NatGatewayId: NAT网关ID。形如:nat-xxx
13120
13120
  # @type NatGatewayId: String
13121
- # @param DirectConnectGatewayId: VPC实例ID。可通过DescribeVpcs接口返回值中的VpcId获取。
13121
+ # @param DirectConnectGatewayId: 专线网关ID。形如:dcg-xxx
13122
13122
  # @type DirectConnectGatewayId: String
13123
13123
 
13124
13124
  attr_accessor :VpcId, :NatGatewayId, :DirectConnectGatewayId
@@ -14351,8 +14351,8 @@ module TencentCloud
14351
14351
 
14352
14352
  attr_accessor :EncryptAlgorithm, :IntegrityAlgorith, :IPSECSaLifetimeSeconds, :PfsDhGroup, :IPSECSaLifetimeTraffic, :IntegrityAlgorithm
14353
14353
  extend Gem::Deprecate
14354
- deprecate :IntegrityAlgorith, :none, 2024, 1
14355
- deprecate :IntegrityAlgorith=, :none, 2024, 1
14354
+ deprecate :IntegrityAlgorith, :none, 2024, 3
14355
+ deprecate :IntegrityAlgorith=, :none, 2024, 3
14356
14356
 
14357
14357
  def initialize(encryptalgorithm=nil, integrityalgorith=nil, ipsecsalifetimeseconds=nil, pfsdhgroup=nil, ipsecsalifetimetraffic=nil, integrityalgorithm=nil)
14358
14358
  @EncryptAlgorithm = encryptalgorithm
@@ -16855,7 +16855,7 @@ module TencentCloud
16855
16855
 
16856
16856
  # ModifyVpcAttribute请求参数结构体
16857
16857
  class ModifyVpcAttributeRequest < TencentCloud::Common::AbstractModel
16858
- # @param VpcId: VPC实例ID。形如:vpc-f49l6u0z。每次请求的实例的上限为100。参数不支持同时指定VpcIds和Filters
16858
+ # @param VpcId: VPC实例ID。形如:vpc-f49l6u0z。
16859
16859
  # @type VpcId: String
16860
16860
  # @param VpcName: 私有网络名称,可任意命名,但不得超过60个字符。
16861
16861
  # @type VpcName: String
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.775
4
+ version: 3.0.776
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-05 00:00:00.000000000 Z
11
+ date: 2024-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common