tencentcloud-sdk-vpc 3.0.807 → 3.0.809

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: eebc2da886aa2ff8053da8b5d6af348cbcb11414
4
- data.tar.gz: 40d94b02d05d567222e90a5dab25ddd6e27dfa76
3
+ metadata.gz: 3970c0f0bbb8f44b26381e568dbfa8de63349d15
4
+ data.tar.gz: 2a8ab9404d991f8bd3d86735b20b1bad68db313e
5
5
  SHA512:
6
- metadata.gz: 24f2aecf39ecd50b8c70576073c58b7fd8d1491c13278433e30622cab239d0375a3107b1dcd191e4cad1399bd56073736905709abf3007741ab87db0a8e779f0
7
- data.tar.gz: 88306a0abf7e2efa5e7cc08bf4e6447d04b2ff91b5f8a99d9b932d9913b1d28552b595978665c3a5f5a4cee93ca6b19ad5056ea4668c82013aa21ddfa952a896
6
+ metadata.gz: 95a594d88579551645a1892883bbbb2b0b65307532fc66399fed03522949dc1ac925efff03cbd45c410f3a97b4e14f89050a1542fed6caf1693ac0d03a26a745
7
+ data.tar.gz: ccf8bee6f084bf2f5a60a026740a37d42762d36d69b2b4159f16efea68c2585aa73620d9c8bdbb44c40d6fe9926b8175ebd985ce04b75cff57894f0508b85463
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.807
1
+ 3.0.809
@@ -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.809
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-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common