AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Detaches a virtual private gateway from a VPC. You do this if you're planning to turn off the VPC and not use it anymore. You can confirm a virtual private gateway has been completely detached from a VPC by describing the virtual private gateway (any attachments to the virtual private gateway are also described).

You must wait for the attachment's state to switch to detached before you can delete the VPC or attach a different VPC to the virtual private gateway.

Namespace: Amazon.EC2
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual DetachVpnGatewayResponse DetachVpnGateway(
         DetachVpnGatewayRequest request
)

Parameters

request
Type: Amazon.EC2.Model.DetachVpnGatewayRequest

Container for the necessary parameters to execute the DetachVpnGateway service method.

Return Value
Type: Amazon.EC2.Model.DetachVpnGatewayResponse
The response from the DetachVpnGateway service method, as returned by EC2.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5