AWS SDK for .NET Documentation
WithFilter Method (list)
AmazonAmazon.EC2.ModelDescribeCustomerGatewaysRequestWithFilter(array<Filter>[]()[][]) Did this page help you?   Yes   No    Tell us about it...
Sets the filter to apply on the results of DescribeCustomerGateways.
Declaration Syntax
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 DescribeCustomerGatewaysRequest WithFilter(
	params Filter[] list
)
Parameters
list (array<Filter>[]()[][])
The filter to apply on the results of DescribeCustomerGateways. Filters can be: a. state - The state of the Customer Gateway. (pending, available, deleting, deleted). b. type - The type of Customer Gateway. Currently the only supported type is ipsec.1. c. ipAddress - The IP address of the customer gateway's Internet-routable external interface (e.g., 12.1.2.3).
Return Value
this instance

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)