tencentcloud-sdk-vpc 3.0.807 → 3.0.808

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: eebc2da886aa2ff8053da8b5d6af348cbcb11414
4
- data.tar.gz: 40d94b02d05d567222e90a5dab25ddd6e27dfa76
3
+ metadata.gz: 4b13570b042f11eb8ce029f8f160884e04a9c21d
4
+ data.tar.gz: 7330067edc659de745668b6ce761c53a06da5513
5
5
  SHA512:
6
- metadata.gz: 24f2aecf39ecd50b8c70576073c58b7fd8d1491c13278433e30622cab239d0375a3107b1dcd191e4cad1399bd56073736905709abf3007741ab87db0a8e779f0
7
- data.tar.gz: 88306a0abf7e2efa5e7cc08bf4e6447d04b2ff91b5f8a99d9b932d9913b1d28552b595978665c3a5f5a4cee93ca6b19ad5056ea4668c82013aa21ddfa952a896
6
+ metadata.gz: 7ffc75c4ba6e26d64b29e8e33d6bed09011da019853adf302ff2f0a1d9e307fae14fce034888ba8c83e50a460f2befb4ed4ba2b34237090ec5f3a2e4d8be2f65
7
+ data.tar.gz: a831b4a660204f85bb994b40d757ab022ef93c15997ead07b009d3632c9159ad61e4fe8699d29355d85da8206604add5c18420b68d06af08a6bec89af96528cb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.807
1
+ 3.0.808
@@ -8675,10 +8675,12 @@ module TencentCloud
8675
8675
  # @type OrderField: String
8676
8676
  # @param OrderDirection: 排序方法。顺序:`ASC`,倒序:`DESC`。默认值`DESC`。
8677
8677
  # @type OrderDirection: String
8678
+ # @param PrivateIpAddress: VPC内部IPv4地址,精确匹配
8679
+ # @type PrivateIpAddress: String
8678
8680
 
8679
- attr_accessor :TimePoint, :VpnId, :DirectConnectGatewayId, :PeeringConnectionId, :NatId, :Offset, :Limit, :OrderField, :OrderDirection
8681
+ attr_accessor :TimePoint, :VpnId, :DirectConnectGatewayId, :PeeringConnectionId, :NatId, :Offset, :Limit, :OrderField, :OrderDirection, :PrivateIpAddress
8680
8682
 
8681
- def initialize(timepoint=nil, vpnid=nil, directconnectgatewayid=nil, peeringconnectionid=nil, natid=nil, offset=nil, limit=nil, orderfield=nil, orderdirection=nil)
8683
+ def initialize(timepoint=nil, vpnid=nil, directconnectgatewayid=nil, peeringconnectionid=nil, natid=nil, offset=nil, limit=nil, orderfield=nil, orderdirection=nil, privateipaddress=nil)
8682
8684
  @TimePoint = timepoint
8683
8685
  @VpnId = vpnid
8684
8686
  @DirectConnectGatewayId = directconnectgatewayid
@@ -8688,6 +8690,7 @@ module TencentCloud
8688
8690
  @Limit = limit
8689
8691
  @OrderField = orderfield
8690
8692
  @OrderDirection = orderdirection
8693
+ @PrivateIpAddress = privateipaddress
8691
8694
  end
8692
8695
 
8693
8696
  def deserialize(params)
@@ -8700,6 +8703,7 @@ module TencentCloud
8700
8703
  @Limit = params['Limit']
8701
8704
  @OrderField = params['OrderField']
8702
8705
  @OrderDirection = params['OrderDirection']
8706
+ @PrivateIpAddress = params['PrivateIpAddress']
8703
8707
  end
8704
8708
  end
8705
8709
 
@@ -13307,7 +13311,7 @@ module TencentCloud
13307
13311
  # @type VpnGatewayId: String
13308
13312
  # @param VpnConnectionId: VPN通道实例ID。形如:vpnx-f49l6u0z。
13309
13313
  # @type VpnConnectionId: String
13310
- # @param CustomerGatewayVendor: 对端网关厂商信息对象,可通过[DescribeCustomerGatewayVendors](https://cloud.tencent.com/document/api/215/17513)获取。
13314
+ # @param CustomerGatewayVendor: 对端网关厂商信息对象,可通过[DescribeCustomerGatewayVendors](https://cloud.tencent.com/document/api/215/17517)获取。
13311
13315
  # @type CustomerGatewayVendor: :class:`Tencentcloud::Vpc.v20170312.models.CustomerGatewayVendor`
13312
13316
  # @param InterfaceName: 通道接入设备物理接口名称。
13313
13317
  # @type InterfaceName: String
@@ -17439,8 +17443,8 @@ module TencentCloud
17439
17443
  # @param CreatedTime: NAT网关创建的时间。
17440
17444
  # @type CreatedTime: String
17441
17445
  # @param State: NAT网关的状态。
17442
- # 'PENDING':生产中,'DELETING':删除中,'AVAILABLE':运行中,'UPDATING':升级中,
17443
- # ‘FAILED’:失败。
17446
+ # 'PENDING':生产中,'DELETING':删除中/子实例关闭中,'AVAILABLE':运行中,'UPDATING':升级中,
17447
+ # ‘PENDFAILURE’:创建失败,‘DELETEFAILURE:删除失败,‘DENIED’:子实例关闭中
17444
17448
  # @type State: String
17445
17449
  # @param InternetMaxBandwidthOut: 网关最大外网出带宽(单位:Mbps)。
17446
17450
  # @type InternetMaxBandwidthOut: Integer
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.807
4
+ version: 3.0.808
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-04-21 00:00:00.000000000 Z
11
+ date: 2024-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common