Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
IsSetAmazonProvidedIpv6CidrBlock ( ) : bool | ||
IsSetCidrBlock ( ) : bool | ||
IsSetInstanceTenancy ( ) : bool |
public CreateVpcRequest ( string cidrBlock ) : System | ||
cidrBlock | string | The IPv4 network range for the VPC, in CIDR notation. For example, 10.0.0.0/16 . |
return | System |