C# Class Amazon.EC2.Model.CreateSubnetRequest

Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
CreateSubnetRequest ( ) : System

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

CreateSubnetRequest ( string vpcId, string cidrBlock ) : System

Instantiates CreateSubnetRequest with the parameterized properties

Private Methods

Method Description
IsSetAvailabilityZone ( ) : bool
IsSetCidrBlock ( ) : bool
IsSetIpv6CidrBlock ( ) : bool
IsSetVpcId ( ) : bool

Method Details

CreateSubnetRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public CreateSubnetRequest ( ) : System
return System

CreateSubnetRequest() public method

Instantiates CreateSubnetRequest with the parameterized properties
public CreateSubnetRequest ( string vpcId, string cidrBlock ) : System
vpcId string The ID of the VPC.
cidrBlock string The IPv4 network range for the subnet, in CIDR notation. For example, 10.0.0.0/24.
return System