C# Class Amazon.EC2.Model.ReplaceRouteRequest

Container for the parameters to the ReplaceRoute operation.

Replaces an existing route within a route table in a VPC. You must provide only one of the following: Internet gateway, NAT instance, VPC peering connection, or network interface.

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