AWS SDK for .NET Documentation
CreateSubnetRequest Class
AmazonAmazon.EC2.ModelCreateSubnetRequest Did this page help you?   Yes   No    Tell us about it...
Creates a subnet in an existing VPC.
Declaration Syntax
C#
public class CreateSubnetRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CreateSubnetRequest()()()()
Initializes a new instance of the CreateSubnetRequest class

AvailabilityZone
The Availability Zone you want the subnet in.

CidrBlock
The CIDR block you want the subnet to cover.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsSetAvailabilityZone()()()()
Checks if AvailabilityZone property is set

IsSetCidrBlock()()()()
Checks if CidrBlock property is set

IsSetVpcId()()()()
Checks if VpcId property is set

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VpcId
The ID of the VPC where you want to create the subnet.

WithAvailabilityZone(String) Obsolete.
Sets the Availability Zone you want the subnet in.

WithCidrBlock(String) Obsolete.
Sets the CIDR block you want the subnet to cover.

WithVpcId(String) Obsolete.
Sets the ID of the VPC where you want to create the subnet.

Remarks
You can create up to 20 subnets in a VPC. If you add more than one subnet to a VPC, they're set up in a star topology with a logical router in the middle. If you feel you need more than 20 subnets, you can request more by going to http://aws.amazon.com/contact-us/vpc-request/. When you create each subnet, you provide the VPC ID and the CIDR block you want for the subnet. Once you create a subnet, you can't change its CIDR block. The subnet's CIDR block can be the same as the VPC's CIDR block (assuming you want only a single subnet in the VPC), or a subset of the VPC's CIDR block. If you create more than one subnet in a VPC, the subnets' CIDR blocks must not overlap. The smallest subnet (and VPC) you can create uses a /28 netmask (16 IP addresses), and the largest uses a /18 netmask (16,384 IP addresses). *Important* AWS reserves both the first four and the last IP address in each subnet's CIDR block. They're not available for use. AWS might delete any subnet you create with this operation if you leave it inactive for an extended period of time (inactive means that there are no running Amazon EC2 instances in the subnet).
Inheritance Hierarchy
Object
EC2Request
 CreateSubnetRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)