tencentcloud-sdk-vpc 3.0.774 → 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: c9df86e5f96e25d7c1b11dcff2aabcc5a55efc96
4
- data.tar.gz: 43a435329008e23a9dd518baad9d3adfa7ea4034
3
+ metadata.gz: 5f4d3b692f0da5f28bc8d5871f5feabdb504030e
4
+ data.tar.gz: 729b8bfe4b3b52dcbea1a8b16e980d6590961fc7
5
5
  SHA512:
6
- metadata.gz: 2406f0ad625f008194563afce1dd132514980470dca4eaa13ee673b3ab47fc9accd8026eccc896e6178dad3ae328fda780613feca2ab8b6649cadbc2f96b9f80
7
- data.tar.gz: 4700a545e4b35958ab951829d93a966f95eb91897cd231146f432439b46d3988bf473868da99ac61a9ddb7323bd5fd8d065ab95ca46a2ee43138655d37ab7e99
6
+ metadata.gz: 7dbd33052f478489ab3a7655f451931012a0cb3f648e15d19831fe210a9426013b427d3bba600a6ac6d317004c30912f6457b5297824db00b0d9d5eb89f2fbcb
7
+ data.tar.gz: c6128852f1908682dee03739dabe7db00a34d884e4ee17b67c2cd6c182cc4d144fa813c0bf6d4531a138ce2a6d40f5a20f137cde68ee8c2ab149f59490af549b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.774
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.774
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-04 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