RouteEntry

Import

Router entry can be imported using the id, e.g (formatted as).

$ pulumi import alicloud:vpc/routeEntry:RouteEntry example vtb-123456:vrt-123456:0.0.0.0/0:NatGateway:ngw-123456

Properties

Link copied to clipboard

The RouteEntry's target network segment.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the route entry. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://.

Link copied to clipboard
val nexthopId: Output<String>?

The route entry's next hop. ECS instance ID or VPC router interface ID.

Link copied to clipboard
val nexthopType: Output<String>?

The next hop type. Available values:

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val routerId: Output<String>

This argument has been deprecated. Please use other arguments to launch a custom route entry.

Link copied to clipboard
val routeTableId: Output<String>

The ID of the route table.

Link copied to clipboard
val urn: Output<String>