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
 
This object contains the VPC objects that were created as part of the launch VPC with public and private subnets operation.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Util.LaunchVPCWithPublicSubnetResponse
    Amazon.EC2.Util.LaunchVPCWithPublicAndPrivateSubnetsResponse

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

Syntax

C#
public class LaunchVPCWithPublicAndPrivateSubnetsResponse : LaunchVPCWithPublicSubnetResponse

The LaunchVPCWithPublicAndPrivateSubnetsResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property InternetGateway Amazon.EC2.Model.InternetGateway The internet gateway that was created and associated with the public subnet.
Public Property NATInstance Amazon.EC2.Model.Instance The NAT EC2 instance created.
Public Property NATSecurityGroup Amazon.EC2.Model.SecurityGroup The NAT security group created if the ConfigureDefaultVPCGroupForNAT property is set to true.
Public Property PrivateSubnet Amazon.EC2.Model.Subnet The private subnet created.
Public Property PublicSubnet Amazon.EC2.Model.Subnet The public subnet created.
Public Property PublicSubnetRouteTable Amazon.EC2.Model.RouteTable
Public Property VPC Amazon.EC2.Model.Vpc The VPC created.

Version Information

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