C# Class Amazon.EC2.Model.CreateRouteRequest

Container for the parameters to the CreateRoute operation.

Creates a route in a route table within a VPC.

You must specify one of the following targets: Internet gateway, NAT instance, or network interface.

When determining how to route traffic, we use the route with the most specific match. For example, let's say the traffic is destined for 192.0.2.3 , and the route table includes the following two routes:

  • 192.0.2.0/24 (goes to some target A)

  • 192.0.2.0/28 (goes to some target B)

Both routes apply to the traffic destined for 192.0.2.3 . However, the second route in the list covers a smaller number of IP addresses and is therefore more specific, so we use that route to determine where to target the traffic.

For more information about route tables, see Route Tables in the Amazon Virtual Private Cloud User Guide .

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

Private Methods

Method Description
IsSetDestinationCidrBlock ( ) : bool
IsSetDestinationIpv6CidrBlock ( ) : bool
IsSetEgressOnlyInternetGatewayId ( ) : bool
IsSetGatewayId ( ) : bool
IsSetInstanceId ( ) : bool
IsSetNatGatewayId ( ) : bool
IsSetNetworkInterfaceId ( ) : bool
IsSetRouteTableId ( ) : bool
IsSetVpcPeeringConnectionId ( ) : bool