AWS SDK for .NET Documentation
DescribeCustomerGatewaysRequest Class
AmazonAmazon.EC2.ModelDescribeCustomerGatewaysRequest Did this page help you?   Yes   No    Tell us about it...
Returns information about your customer gateways.
Declaration Syntax
C#
public class DescribeCustomerGatewaysRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeCustomerGatewaysRequest()()()()
Initializes a new instance of the DescribeCustomerGatewaysRequest class

CustomerGatewayId
One ore more customer gateway IDs.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Filter
The filter to apply on the results of DescribeCustomerGateways.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsSetCustomerGatewayId()()()()
Checks if CustomerGatewayId property is set

IsSetFilter()()()()
Checks if Filter property is set

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCustomerGatewayId(array<String>[]()[][]) Obsolete.
Sets customer gateway IDs.

WithFilter(array<Filter>[]()[][]) Obsolete.
Sets the filter to apply on the results of DescribeCustomerGateways.

Remarks
You can filter the results to return information only about customer gateways that match criteria you specify. For example, you could ask to get information about a particular customer gateway (or all) only if the gateway's state is pending or available. You can specify multiple filters (e.g., the customer gateway has a particular IP address for the Internet-routable external interface, and the gateway's state is pending or available). The result includes information for a particular customer gateway only if the gateway matches all your filters. If there's no match, no special message is returned; the response is simply empty
Inheritance Hierarchy
Object
EC2Request
 DescribeCustomerGatewaysRequest

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