ReplaceRouteRequest Class

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Container for the parameters to the ReplaceRoute operation.

Replaces an existing route within a route table in a VPC. For more information about route tables, go to Route Tables in the Amazon Virtual Private Cloud User Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.EC2.Model.ReplaceRouteRequest

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class ReplaceRouteRequest : AmazonWebServiceRequest
         IRequestEvents

The ReplaceRouteRequest type exposes the following members

Constructors

  Name Description
Public Method ReplaceRouteRequest()

Properties

  Name Description
Public Property DestinationCidrBlock The CIDR address block used for the destination match. For example: 0.0.0.0/0. The value you provide must match the CIDR of an existing route in the table.
Public Property GatewayId The ID of a VPN or Internet gateway attached to your VPC.
Public Property InstanceId The ID of a NAT instance in your VPC.
Public Property NetworkInterfaceId
Public Property RouteTableId The ID of the route table where the route will be replaced.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8