UpdateRouteRequest: {
    description?: string;
    destination?: string;
    nexthopPrivateNetworkId?: string;
    nexthopResourceId?: string;
    region?: Region;
    routeId: string;
    tags?: string[];
}

Type declaration

  • Optionaldescription?: string

    Route description.

  • Optionaldestination?: string

    Destination of the Route.

  • OptionalnexthopPrivateNetworkId?: string

    ID of the nexthop private network.

  • OptionalnexthopResourceId?: string

    ID of the nexthop resource.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • routeId: string

    Route ID.

  • Optionaltags?: string[]

    Tags of the Route.