lib/v20170312/models.rb in tencentcloud-sdk-vpc-3.0.807 vs lib/v20170312/models.rb in tencentcloud-sdk-vpc-3.0.808

- old
+ new

@@ -8673,23 +8673,26 @@ # @type Limit: Integer # @param OrderField: 排序字段。支持 `InPkg` `OutPkg` `InTraffic` `OutTraffic`。默认值`OutTraffic`。 # @type OrderField: String # @param OrderDirection: 排序方法。顺序:`ASC`,倒序:`DESC`。默认值`DESC`。 # @type OrderDirection: String + # @param PrivateIpAddress: VPC内部IPv4地址,精确匹配 + # @type PrivateIpAddress: String - attr_accessor :TimePoint, :VpnId, :DirectConnectGatewayId, :PeeringConnectionId, :NatId, :Offset, :Limit, :OrderField, :OrderDirection + attr_accessor :TimePoint, :VpnId, :DirectConnectGatewayId, :PeeringConnectionId, :NatId, :Offset, :Limit, :OrderField, :OrderDirection, :PrivateIpAddress - def initialize(timepoint=nil, vpnid=nil, directconnectgatewayid=nil, peeringconnectionid=nil, natid=nil, offset=nil, limit=nil, orderfield=nil, orderdirection=nil) + def initialize(timepoint=nil, vpnid=nil, directconnectgatewayid=nil, peeringconnectionid=nil, natid=nil, offset=nil, limit=nil, orderfield=nil, orderdirection=nil, privateipaddress=nil) @TimePoint = timepoint @VpnId = vpnid @DirectConnectGatewayId = directconnectgatewayid @PeeringConnectionId = peeringconnectionid @NatId = natid @Offset = offset @Limit = limit @OrderField = orderfield @OrderDirection = orderdirection + @PrivateIpAddress = privateipaddress end def deserialize(params) @TimePoint = params['TimePoint'] @VpnId = params['VpnId'] @@ -8698,10 +8701,11 @@ @NatId = params['NatId'] @Offset = params['Offset'] @Limit = params['Limit'] @OrderField = params['OrderField'] @OrderDirection = params['OrderDirection'] + @PrivateIpAddress = params['PrivateIpAddress'] end end # DescribeGatewayFlowMonitorDetail返回参数结构体 class DescribeGatewayFlowMonitorDetailResponse < TencentCloud::Common::AbstractModel @@ -13305,11 +13309,11 @@ class DownloadCustomerGatewayConfigurationRequest < TencentCloud::Common::AbstractModel # @param VpnGatewayId: VPN网关实例ID。 # @type VpnGatewayId: String # @param VpnConnectionId: VPN通道实例ID。形如:vpnx-f49l6u0z。 # @type VpnConnectionId: String - # @param CustomerGatewayVendor: 对端网关厂商信息对象,可通过[DescribeCustomerGatewayVendors](https://cloud.tencent.com/document/api/215/17513)获取。 + # @param CustomerGatewayVendor: 对端网关厂商信息对象,可通过[DescribeCustomerGatewayVendors](https://cloud.tencent.com/document/api/215/17517)获取。 # @type CustomerGatewayVendor: :class:`Tencentcloud::Vpc.v20170312.models.CustomerGatewayVendor` # @param InterfaceName: 通道接入设备物理接口名称。 # @type InterfaceName: String attr_accessor :VpnGatewayId, :VpnConnectionId, :CustomerGatewayVendor, :InterfaceName @@ -17437,11 +17441,11 @@ # @param NatGatewayName: NAT网关的名称。 # @type NatGatewayName: String # @param CreatedTime: NAT网关创建的时间。 # @type CreatedTime: String # @param State: NAT网关的状态。 - # 'PENDING':生产中,'DELETING':删除中,'AVAILABLE':运行中,'UPDATING':升级中, - # ‘FAILED’:失败。 + # 'PENDING':生产中,'DELETING':删除中/子实例关闭中,'AVAILABLE':运行中,'UPDATING':升级中, + # ‘PENDFAILURE’:创建失败,‘DELETEFAILURE:删除失败,‘DENIED’:子实例关闭中 # @type State: String # @param InternetMaxBandwidthOut: 网关最大外网出带宽(单位:Mbps)。 # @type InternetMaxBandwidthOut: Integer # @param MaxConcurrentConnection: 网关并发连接上限。 # @type MaxConcurrentConnection: Integer