C# Класс Amazon.EC2.Model.CreateVpcRequest

Container for the parameters to the CreateVpc operation.

Creates a VPC with the specified CIDR block.

The smallest VPC you can create uses a /28 netmask (16 IP addresses), and the largest uses a /16 netmask (65,536 IP addresses). To help you decide how big to make your VPC, see Your VPC and Subnets in the Amazon Virtual Private Cloud User Guide .

By default, each instance you launch in the VPC has the default DHCP options, which includes only a default DNS server that we provide (AmazonProvidedDNS). For more information about DHCP options, see DHCP Options Sets in the Amazon Virtual Private Cloud User Guide .

Наследование: AmazonEC2Request
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CreateVpcRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

CreateVpcRequest ( string cidrBlock ) : System

Instantiates CreateVpcRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetAmazonProvidedIpv6CidrBlock ( ) : bool
IsSetCidrBlock ( ) : bool
IsSetInstanceTenancy ( ) : bool

Описание методов

CreateVpcRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public CreateVpcRequest ( ) : System
Результат System

CreateVpcRequest() публичный Метод

Instantiates CreateVpcRequest with the parameterized properties
public CreateVpcRequest ( string cidrBlock ) : System
cidrBlock string The IPv4 network range for the VPC, in CIDR notation. For example, 10.0.0.0/16.
Результат System