Gives you information about your VPN gateways. You can filter the results to return information only about VPN gateways that match criteria you specify. For example, you could ask to get information about a particular VPN gateway (or all) only if the gateway's state is pending or available. You can specify multiple filters (e.g., the VPN gateway is in a particular Availability Zone and the gateway's state is pending or available). The result includes information for a particular VPN gateway only if the gateway matches all your filters. If there's no match, no special message is returned; the response is simply empty. The returned information consists of: 1. The VPN gateway ID - The current state of the VPN gateway (pending, available, deleting, deleted) 2. The type of VPN connection the VPN gateway supports. 3. The Availability Zone where the VPN gateway was created. 4. The VPCs the VPN gateway is attached to and the state of each attachment (attaching, attached, detaching, detached)

Namespace: Amazon.EC2.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class DescribeVpnGatewaysRequest
Public Class DescribeVpnGatewaysRequest
public ref class DescribeVpnGatewaysRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DescribeVpnGatewaysRequest()()()()
Initializes a new instance of the DescribeVpnGatewaysRequest class
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Filter
Gets and sets the Filter property. 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.
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsSetFilter()()()()
Checks if Filter property is set
IsSetVpnGatewayId()()()()
Checks if VpnGatewayId property is set
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
VpnGatewayId
Gets and sets the VpnGatewayId property. A VPN gateway ID.
WithFilter(array<Filter>[]()[][])
Sets the Filter property
WithVpnGatewayId(array<String>[]()[][])
Sets the VpnGatewayId property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..DescribeVpnGatewaysRequest

See Also