AWS SDK Version 3 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.

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.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class LaunchVPCWithPublicAndPrivateSubnetsResponse : LaunchVPCWithPublicSubnetResponse

The LaunchVPCWithPublicAndPrivateSubnetsResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property InternetGateway Amazon.EC2.Model.InternetGateway Inherited from Amazon.EC2.Util.LaunchVPCWithPublicSubnetResponse.
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 Inherited from Amazon.EC2.Util.LaunchVPCWithPublicSubnetResponse.
Public Property PublicSubnetRouteTable Amazon.EC2.Model.RouteTable Inherited from Amazon.EC2.Util.LaunchVPCWithPublicSubnetResponse.
Public Property VPC Amazon.EC2.Model.Vpc Inherited from Amazon.EC2.Util.LaunchVPCWithPublicSubnetResponse.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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