Amazon.EC2.Util.VPCUtilities.LaunchVPCWithPublicSubnet C# (CSharp) Метод

LaunchVPCWithPublicSubnet() публичный статический Метод

This method will create a VPC with a subnet that will have an internet gateway attached making instances available to the internet.
public static LaunchVPCWithPublicSubnet ( IAmazonEC2 ec2Client, Amazon.EC2.Util.LaunchVPCWithPublicSubnetRequest request ) : Amazon.EC2.Util.LaunchVPCWithPublicSubnetResponse
ec2Client IAmazonEC2 The ec2client used to create the VPC
request Amazon.EC2.Util.LaunchVPCWithPublicSubnetRequest The properties used to create the VPC.
Результат Amazon.EC2.Util.LaunchVPCWithPublicSubnetResponse
        public static LaunchVPCWithPublicSubnetResponse LaunchVPCWithPublicSubnet(IAmazonEC2 ec2Client, LaunchVPCWithPublicSubnetRequest request)
        {
            LaunchVPCWithPublicSubnetResponse response = new LaunchVPCWithPublicSubnetResponse();
            LaunchVPCWithPublicSubnet(ec2Client, request, response);
            return response;
        }

Same methods

VPCUtilities::LaunchVPCWithPublicSubnet ( IAmazonEC2 ec2Client, Amazon.EC2.Util.LaunchVPCWithPublicSubnetRequest request, Amazon.EC2.Util.LaunchVPCWithPublicSubnetResponse response ) : void