Sets the filter to apply on the results of DescribeVpnGateways.

C# |
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")] public DescribeVpnGatewaysRequest WithFilter( params Filter[] list )

- list (array<Filter>[]()[][])
- The filter to apply on the results of DescribeVpnGateways. Filters can be: a. state - The state of the VPN gateway. (pending, available, deleting, deleted). b. type - The type of VPN gateway. Currently the only supported type is ipsec.1. c. availabilityZone - The Availability Zone the VPN gateway is in.

this instance