Gives you information about your customer gateways. 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
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DescribeCustomerGatewaysRequest
Public Class DescribeCustomerGatewaysRequest
public ref class DescribeCustomerGatewaysRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DescribeCustomerGatewaysRequest()()()() | Initializes a new instance of the DescribeCustomerGatewaysRequest class | |
| CustomerGatewayId |
Gets and sets the CustomerGatewayId property.
A customer gateway ID. You can specify more
than one in the
request
| |
| Equals(Object) | (Inherited from Object.) | |
| Filter |
Gets and sets the Filter property.
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).
| |
| 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()()()() | (Inherited from Object.) | |
| WithCustomerGatewayId(array<String>[]()[][]) |
Sets the CustomerGatewayId property
| |
| WithFilter(array<Filter>[]()[][]) |
Sets the Filter property
|