CreateRoutingPolicyRequest: {
    name: string;
    prefixFilterIn?: string[];
    prefixFilterOut?: string[];
    projectId?: string;
    region?: Region;
    tags?: string[];
}

Type declaration

  • name: string

    Name of the routing policy.

  • OptionalprefixFilterIn?: string[]

    IP prefixes to accept from the peer (ranges of route announcements to accept).

  • OptionalprefixFilterOut?: string[]

    IP prefix filters to advertise to the peer (ranges of routes to advertise).

  • OptionalprojectId?: string

    ID of the Project to create the routing policy in.

  • Optionalregion?: Region

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

  • Optionaltags?: string[]

    List of tags to apply to the routing policy.