1. Packages
  2. Fortios
  3. API Docs
  4. router
  5. getRoutemap
Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse

fortios.router.getRoutemap

Explore with Pulumi AI

fortios logo
Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse

    Use this data source to get information on an fortios router routemap

    Using getRoutemap

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getRoutemap(args: GetRoutemapArgs, opts?: InvokeOptions): Promise<GetRoutemapResult>
    function getRoutemapOutput(args: GetRoutemapOutputArgs, opts?: InvokeOptions): Output<GetRoutemapResult>
    def get_routemap(name: Optional[str] = None,
                     vdomparam: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetRoutemapResult
    def get_routemap_output(name: Optional[pulumi.Input[str]] = None,
                     vdomparam: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetRoutemapResult]
    func LookupRoutemap(ctx *Context, args *LookupRoutemapArgs, opts ...InvokeOption) (*LookupRoutemapResult, error)
    func LookupRoutemapOutput(ctx *Context, args *LookupRoutemapOutputArgs, opts ...InvokeOption) LookupRoutemapResultOutput

    > Note: This function is named LookupRoutemap in the Go SDK.

    public static class GetRoutemap 
    {
        public static Task<GetRoutemapResult> InvokeAsync(GetRoutemapArgs args, InvokeOptions? opts = null)
        public static Output<GetRoutemapResult> Invoke(GetRoutemapInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRoutemapResult> getRoutemap(GetRoutemapArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: fortios:router/getRoutemap:getRoutemap
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    Specify the name of the desired router routemap.
    Vdomparam string
    Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    Name string
    Specify the name of the desired router routemap.
    Vdomparam string
    Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    name String
    Specify the name of the desired router routemap.
    vdomparam String
    Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    name string
    Specify the name of the desired router routemap.
    vdomparam string
    Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    name str
    Specify the name of the desired router routemap.
    vdomparam str
    Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.
    name String
    Specify the name of the desired router routemap.
    vdomparam String
    Specifies the vdom to which the data source will be applied when the FortiGate unit is running in VDOM mode. Only one vdom can be specified. If you want to inherit the vdom configuration of the provider, please do not set this parameter.

    getRoutemap Result

    The following output properties are available:

    Comments string
    Optional comments.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Name.
    Rules List<Pulumiverse.Fortios.Router.Outputs.GetRoutemapRule>
    Rule. The structure of rule block is documented below.
    Vdomparam string
    Comments string
    Optional comments.
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Name.
    Rules []GetRoutemapRule
    Rule. The structure of rule block is documented below.
    Vdomparam string
    comments String
    Optional comments.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    Name.
    rules List<GetRoutemapRule>
    Rule. The structure of rule block is documented below.
    vdomparam String
    comments string
    Optional comments.
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    Name.
    rules GetRoutemapRule[]
    Rule. The structure of rule block is documented below.
    vdomparam string
    comments str
    Optional comments.
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    Name.
    rules Sequence[GetRoutemapRule]
    Rule. The structure of rule block is documented below.
    vdomparam str
    comments String
    Optional comments.
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    Name.
    rules List<Property Map>
    Rule. The structure of rule block is documented below.
    vdomparam String

    Supporting Types

    GetRoutemapRule

    Action string
    Action.
    Id int
    Rule ID.
    MatchAsPath string
    Match BGP AS path list.
    MatchCommunity string
    Match BGP community list.
    MatchCommunityExact string
    Enable/disable exact matching of communities.
    MatchExtcommunity string
    Match BGP extended community list.
    MatchExtcommunityExact string
    Enable/disable exact matching of extended communities.
    MatchFlags int
    BGP flag value to match (0 - 65535)
    MatchInterface string
    Match interface configuration.
    MatchIp6Address string
    Match IPv6 address permitted by access-list6 or prefix-list6.
    MatchIp6Nexthop string
    Match next hop IPv6 address passed by access-list6 or prefix-list6.
    MatchIpAddress string
    Match IP address permitted by access-list or prefix-list.
    MatchIpNexthop string
    Match next hop IP address passed by access-list or prefix-list.
    MatchMetric int
    Match metric for redistribute routes.
    MatchOrigin string
    Match BGP origin code.
    MatchRouteType string
    Match route type.
    MatchTag int
    Match tag.
    MatchVrf int
    Match VRF ID.
    SetAggregatorAs int
    BGP aggregator AS.
    SetAggregatorIp string
    BGP aggregator IP.
    SetAspathAction string
    Specify preferred action of set-aspath.
    SetAspaths List<Pulumiverse.Fortios.Router.Inputs.GetRoutemapRuleSetAspath>
    Prepend BGP AS path attribute. The structure of set_aspath block is documented below.
    SetAtomicAggregate string
    Enable/disable BGP atomic aggregate attribute.
    SetCommunities List<Pulumiverse.Fortios.Router.Inputs.GetRoutemapRuleSetCommunity>
    BGP community attribute. The structure of set_community block is documented below.
    SetCommunityAdditive string
    Enable/disable adding set-community to existing community.
    SetCommunityDelete string
    Delete communities matching community list.
    SetDampeningMaxSuppress int
    Maximum duration to suppress a route (1 - 255 min, 0 = unset).
    SetDampeningReachabilityHalfLife int
    Reachability half-life time for the penalty (1 - 45 min, 0 = unset).
    SetDampeningReuse int
    Value to start reusing a route (1 - 20000, 0 = unset).
    SetDampeningSuppress int
    Value to start suppressing a route (1 - 20000, 0 = unset).
    SetDampeningUnreachabilityHalfLife int
    Unreachability Half-life time for the penalty (1 - 45 min, 0 = unset)
    SetExtcommunityRts List<Pulumiverse.Fortios.Router.Inputs.GetRoutemapRuleSetExtcommunityRt>
    Route Target extended community. The structure of set_extcommunity_rt block is documented below.
    SetExtcommunitySoos List<Pulumiverse.Fortios.Router.Inputs.GetRoutemapRuleSetExtcommunitySoo>
    Site-of-Origin extended community. The structure of set_extcommunity_soo block is documented below.
    SetFlags int
    BGP flags value (0 - 65535)
    SetIp6Nexthop string
    IPv6 global address of next hop.
    SetIp6NexthopLocal string
    IPv6 local address of next hop.
    SetIpNexthop string
    IP address of next hop.
    SetIpPrefsrc string
    IP address of preferred source.
    SetLocalPreference int
    BGP local preference path attribute.
    SetMetric int
    Metric value.
    SetMetricType string
    Metric type.
    SetOrigin string
    BGP origin code.
    SetOriginatorId string
    BGP originator ID attribute.
    SetPriority int
    Priority for routing table.
    SetRouteTag int
    Route tag for routing table.
    SetTag int
    Tag value.
    SetVpnv4Nexthop string
    IP address of VPNv4 next-hop.
    SetVpnv6Nexthop string
    IPv6 global address of VPNv6 next-hop.
    SetVpnv6NexthopLocal string
    IPv6 link-local address of VPNv6 next-hop.
    SetWeight int
    BGP weight for routing table.
    Action string
    Action.
    Id int
    Rule ID.
    MatchAsPath string
    Match BGP AS path list.
    MatchCommunity string
    Match BGP community list.
    MatchCommunityExact string
    Enable/disable exact matching of communities.
    MatchExtcommunity string
    Match BGP extended community list.
    MatchExtcommunityExact string
    Enable/disable exact matching of extended communities.
    MatchFlags int
    BGP flag value to match (0 - 65535)
    MatchInterface string
    Match interface configuration.
    MatchIp6Address string
    Match IPv6 address permitted by access-list6 or prefix-list6.
    MatchIp6Nexthop string
    Match next hop IPv6 address passed by access-list6 or prefix-list6.
    MatchIpAddress string
    Match IP address permitted by access-list or prefix-list.
    MatchIpNexthop string
    Match next hop IP address passed by access-list or prefix-list.
    MatchMetric int
    Match metric for redistribute routes.
    MatchOrigin string
    Match BGP origin code.
    MatchRouteType string
    Match route type.
    MatchTag int
    Match tag.
    MatchVrf int
    Match VRF ID.
    SetAggregatorAs int
    BGP aggregator AS.
    SetAggregatorIp string
    BGP aggregator IP.
    SetAspathAction string
    Specify preferred action of set-aspath.
    SetAspaths []GetRoutemapRuleSetAspath
    Prepend BGP AS path attribute. The structure of set_aspath block is documented below.
    SetAtomicAggregate string
    Enable/disable BGP atomic aggregate attribute.
    SetCommunities []GetRoutemapRuleSetCommunity
    BGP community attribute. The structure of set_community block is documented below.
    SetCommunityAdditive string
    Enable/disable adding set-community to existing community.
    SetCommunityDelete string
    Delete communities matching community list.
    SetDampeningMaxSuppress int
    Maximum duration to suppress a route (1 - 255 min, 0 = unset).
    SetDampeningReachabilityHalfLife int
    Reachability half-life time for the penalty (1 - 45 min, 0 = unset).
    SetDampeningReuse int
    Value to start reusing a route (1 - 20000, 0 = unset).
    SetDampeningSuppress int
    Value to start suppressing a route (1 - 20000, 0 = unset).
    SetDampeningUnreachabilityHalfLife int
    Unreachability Half-life time for the penalty (1 - 45 min, 0 = unset)
    SetExtcommunityRts []GetRoutemapRuleSetExtcommunityRt
    Route Target extended community. The structure of set_extcommunity_rt block is documented below.
    SetExtcommunitySoos []GetRoutemapRuleSetExtcommunitySoo
    Site-of-Origin extended community. The structure of set_extcommunity_soo block is documented below.
    SetFlags int
    BGP flags value (0 - 65535)
    SetIp6Nexthop string
    IPv6 global address of next hop.
    SetIp6NexthopLocal string
    IPv6 local address of next hop.
    SetIpNexthop string
    IP address of next hop.
    SetIpPrefsrc string
    IP address of preferred source.
    SetLocalPreference int
    BGP local preference path attribute.
    SetMetric int
    Metric value.
    SetMetricType string
    Metric type.
    SetOrigin string
    BGP origin code.
    SetOriginatorId string
    BGP originator ID attribute.
    SetPriority int
    Priority for routing table.
    SetRouteTag int
    Route tag for routing table.
    SetTag int
    Tag value.
    SetVpnv4Nexthop string
    IP address of VPNv4 next-hop.
    SetVpnv6Nexthop string
    IPv6 global address of VPNv6 next-hop.
    SetVpnv6NexthopLocal string
    IPv6 link-local address of VPNv6 next-hop.
    SetWeight int
    BGP weight for routing table.
    action String
    Action.
    id Integer
    Rule ID.
    matchAsPath String
    Match BGP AS path list.
    matchCommunity String
    Match BGP community list.
    matchCommunityExact String
    Enable/disable exact matching of communities.
    matchExtcommunity String
    Match BGP extended community list.
    matchExtcommunityExact String
    Enable/disable exact matching of extended communities.
    matchFlags Integer
    BGP flag value to match (0 - 65535)
    matchInterface String
    Match interface configuration.
    matchIp6Address String
    Match IPv6 address permitted by access-list6 or prefix-list6.
    matchIp6Nexthop String
    Match next hop IPv6 address passed by access-list6 or prefix-list6.
    matchIpAddress String
    Match IP address permitted by access-list or prefix-list.
    matchIpNexthop String
    Match next hop IP address passed by access-list or prefix-list.
    matchMetric Integer
    Match metric for redistribute routes.
    matchOrigin String
    Match BGP origin code.
    matchRouteType String
    Match route type.
    matchTag Integer
    Match tag.
    matchVrf Integer
    Match VRF ID.
    setAggregatorAs Integer
    BGP aggregator AS.
    setAggregatorIp String
    BGP aggregator IP.
    setAspathAction String
    Specify preferred action of set-aspath.
    setAspaths List<GetRoutemapRuleSetAspath>
    Prepend BGP AS path attribute. The structure of set_aspath block is documented below.
    setAtomicAggregate String
    Enable/disable BGP atomic aggregate attribute.
    setCommunities List<GetRoutemapRuleSetCommunity>
    BGP community attribute. The structure of set_community block is documented below.
    setCommunityAdditive String
    Enable/disable adding set-community to existing community.
    setCommunityDelete String
    Delete communities matching community list.
    setDampeningMaxSuppress Integer
    Maximum duration to suppress a route (1 - 255 min, 0 = unset).
    setDampeningReachabilityHalfLife Integer
    Reachability half-life time for the penalty (1 - 45 min, 0 = unset).
    setDampeningReuse Integer
    Value to start reusing a route (1 - 20000, 0 = unset).
    setDampeningSuppress Integer
    Value to start suppressing a route (1 - 20000, 0 = unset).
    setDampeningUnreachabilityHalfLife Integer
    Unreachability Half-life time for the penalty (1 - 45 min, 0 = unset)
    setExtcommunityRts List<GetRoutemapRuleSetExtcommunityRt>
    Route Target extended community. The structure of set_extcommunity_rt block is documented below.
    setExtcommunitySoos List<GetRoutemapRuleSetExtcommunitySoo>
    Site-of-Origin extended community. The structure of set_extcommunity_soo block is documented below.
    setFlags Integer
    BGP flags value (0 - 65535)
    setIp6Nexthop String
    IPv6 global address of next hop.
    setIp6NexthopLocal String
    IPv6 local address of next hop.
    setIpNexthop String
    IP address of next hop.
    setIpPrefsrc String
    IP address of preferred source.
    setLocalPreference Integer
    BGP local preference path attribute.
    setMetric Integer
    Metric value.
    setMetricType String
    Metric type.
    setOrigin String
    BGP origin code.
    setOriginatorId String
    BGP originator ID attribute.
    setPriority Integer
    Priority for routing table.
    setRouteTag Integer
    Route tag for routing table.
    setTag Integer
    Tag value.
    setVpnv4Nexthop String
    IP address of VPNv4 next-hop.
    setVpnv6Nexthop String
    IPv6 global address of VPNv6 next-hop.
    setVpnv6NexthopLocal String
    IPv6 link-local address of VPNv6 next-hop.
    setWeight Integer
    BGP weight for routing table.
    action string
    Action.
    id number
    Rule ID.
    matchAsPath string
    Match BGP AS path list.
    matchCommunity string
    Match BGP community list.
    matchCommunityExact string
    Enable/disable exact matching of communities.
    matchExtcommunity string
    Match BGP extended community list.
    matchExtcommunityExact string
    Enable/disable exact matching of extended communities.
    matchFlags number
    BGP flag value to match (0 - 65535)
    matchInterface string
    Match interface configuration.
    matchIp6Address string
    Match IPv6 address permitted by access-list6 or prefix-list6.
    matchIp6Nexthop string
    Match next hop IPv6 address passed by access-list6 or prefix-list6.
    matchIpAddress string
    Match IP address permitted by access-list or prefix-list.
    matchIpNexthop string
    Match next hop IP address passed by access-list or prefix-list.
    matchMetric number
    Match metric for redistribute routes.
    matchOrigin string
    Match BGP origin code.
    matchRouteType string
    Match route type.
    matchTag number
    Match tag.
    matchVrf number
    Match VRF ID.
    setAggregatorAs number
    BGP aggregator AS.
    setAggregatorIp string
    BGP aggregator IP.
    setAspathAction string
    Specify preferred action of set-aspath.
    setAspaths GetRoutemapRuleSetAspath[]
    Prepend BGP AS path attribute. The structure of set_aspath block is documented below.
    setAtomicAggregate string
    Enable/disable BGP atomic aggregate attribute.
    setCommunities GetRoutemapRuleSetCommunity[]
    BGP community attribute. The structure of set_community block is documented below.
    setCommunityAdditive string
    Enable/disable adding set-community to existing community.
    setCommunityDelete string
    Delete communities matching community list.
    setDampeningMaxSuppress number
    Maximum duration to suppress a route (1 - 255 min, 0 = unset).
    setDampeningReachabilityHalfLife number
    Reachability half-life time for the penalty (1 - 45 min, 0 = unset).
    setDampeningReuse number
    Value to start reusing a route (1 - 20000, 0 = unset).
    setDampeningSuppress number
    Value to start suppressing a route (1 - 20000, 0 = unset).
    setDampeningUnreachabilityHalfLife number
    Unreachability Half-life time for the penalty (1 - 45 min, 0 = unset)
    setExtcommunityRts GetRoutemapRuleSetExtcommunityRt[]
    Route Target extended community. The structure of set_extcommunity_rt block is documented below.
    setExtcommunitySoos GetRoutemapRuleSetExtcommunitySoo[]
    Site-of-Origin extended community. The structure of set_extcommunity_soo block is documented below.
    setFlags number
    BGP flags value (0 - 65535)
    setIp6Nexthop string
    IPv6 global address of next hop.
    setIp6NexthopLocal string
    IPv6 local address of next hop.
    setIpNexthop string
    IP address of next hop.
    setIpPrefsrc string
    IP address of preferred source.
    setLocalPreference number
    BGP local preference path attribute.
    setMetric number
    Metric value.
    setMetricType string
    Metric type.
    setOrigin string
    BGP origin code.
    setOriginatorId string
    BGP originator ID attribute.
    setPriority number
    Priority for routing table.
    setRouteTag number
    Route tag for routing table.
    setTag number
    Tag value.
    setVpnv4Nexthop string
    IP address of VPNv4 next-hop.
    setVpnv6Nexthop string
    IPv6 global address of VPNv6 next-hop.
    setVpnv6NexthopLocal string
    IPv6 link-local address of VPNv6 next-hop.
    setWeight number
    BGP weight for routing table.
    action str
    Action.
    id int
    Rule ID.
    match_as_path str
    Match BGP AS path list.
    match_community str
    Match BGP community list.
    match_community_exact str
    Enable/disable exact matching of communities.
    match_extcommunity str
    Match BGP extended community list.
    match_extcommunity_exact str
    Enable/disable exact matching of extended communities.
    match_flags int
    BGP flag value to match (0 - 65535)
    match_interface str
    Match interface configuration.
    match_ip6_address str
    Match IPv6 address permitted by access-list6 or prefix-list6.
    match_ip6_nexthop str
    Match next hop IPv6 address passed by access-list6 or prefix-list6.
    match_ip_address str
    Match IP address permitted by access-list or prefix-list.
    match_ip_nexthop str
    Match next hop IP address passed by access-list or prefix-list.
    match_metric int
    Match metric for redistribute routes.
    match_origin str
    Match BGP origin code.
    match_route_type str
    Match route type.
    match_tag int
    Match tag.
    match_vrf int
    Match VRF ID.
    set_aggregator_as int
    BGP aggregator AS.
    set_aggregator_ip str
    BGP aggregator IP.
    set_aspath_action str
    Specify preferred action of set-aspath.
    set_aspaths Sequence[GetRoutemapRuleSetAspath]
    Prepend BGP AS path attribute. The structure of set_aspath block is documented below.
    set_atomic_aggregate str
    Enable/disable BGP atomic aggregate attribute.
    set_communities Sequence[GetRoutemapRuleSetCommunity]
    BGP community attribute. The structure of set_community block is documented below.
    set_community_additive str
    Enable/disable adding set-community to existing community.
    set_community_delete str
    Delete communities matching community list.
    set_dampening_max_suppress int
    Maximum duration to suppress a route (1 - 255 min, 0 = unset).
    set_dampening_reachability_half_life int
    Reachability half-life time for the penalty (1 - 45 min, 0 = unset).
    set_dampening_reuse int
    Value to start reusing a route (1 - 20000, 0 = unset).
    set_dampening_suppress int
    Value to start suppressing a route (1 - 20000, 0 = unset).
    set_dampening_unreachability_half_life int
    Unreachability Half-life time for the penalty (1 - 45 min, 0 = unset)
    set_extcommunity_rts Sequence[GetRoutemapRuleSetExtcommunityRt]
    Route Target extended community. The structure of set_extcommunity_rt block is documented below.
    set_extcommunity_soos Sequence[GetRoutemapRuleSetExtcommunitySoo]
    Site-of-Origin extended community. The structure of set_extcommunity_soo block is documented below.
    set_flags int
    BGP flags value (0 - 65535)
    set_ip6_nexthop str
    IPv6 global address of next hop.
    set_ip6_nexthop_local str
    IPv6 local address of next hop.
    set_ip_nexthop str
    IP address of next hop.
    set_ip_prefsrc str
    IP address of preferred source.
    set_local_preference int
    BGP local preference path attribute.
    set_metric int
    Metric value.
    set_metric_type str
    Metric type.
    set_origin str
    BGP origin code.
    set_originator_id str
    BGP originator ID attribute.
    set_priority int
    Priority for routing table.
    set_route_tag int
    Route tag for routing table.
    set_tag int
    Tag value.
    set_vpnv4_nexthop str
    IP address of VPNv4 next-hop.
    set_vpnv6_nexthop str
    IPv6 global address of VPNv6 next-hop.
    set_vpnv6_nexthop_local str
    IPv6 link-local address of VPNv6 next-hop.
    set_weight int
    BGP weight for routing table.
    action String
    Action.
    id Number
    Rule ID.
    matchAsPath String
    Match BGP AS path list.
    matchCommunity String
    Match BGP community list.
    matchCommunityExact String
    Enable/disable exact matching of communities.
    matchExtcommunity String
    Match BGP extended community list.
    matchExtcommunityExact String
    Enable/disable exact matching of extended communities.
    matchFlags Number
    BGP flag value to match (0 - 65535)
    matchInterface String
    Match interface configuration.
    matchIp6Address String
    Match IPv6 address permitted by access-list6 or prefix-list6.
    matchIp6Nexthop String
    Match next hop IPv6 address passed by access-list6 or prefix-list6.
    matchIpAddress String
    Match IP address permitted by access-list or prefix-list.
    matchIpNexthop String
    Match next hop IP address passed by access-list or prefix-list.
    matchMetric Number
    Match metric for redistribute routes.
    matchOrigin String
    Match BGP origin code.
    matchRouteType String
    Match route type.
    matchTag Number
    Match tag.
    matchVrf Number
    Match VRF ID.
    setAggregatorAs Number
    BGP aggregator AS.
    setAggregatorIp String
    BGP aggregator IP.
    setAspathAction String
    Specify preferred action of set-aspath.
    setAspaths List<Property Map>
    Prepend BGP AS path attribute. The structure of set_aspath block is documented below.
    setAtomicAggregate String
    Enable/disable BGP atomic aggregate attribute.
    setCommunities List<Property Map>
    BGP community attribute. The structure of set_community block is documented below.
    setCommunityAdditive String
    Enable/disable adding set-community to existing community.
    setCommunityDelete String
    Delete communities matching community list.
    setDampeningMaxSuppress Number
    Maximum duration to suppress a route (1 - 255 min, 0 = unset).
    setDampeningReachabilityHalfLife Number
    Reachability half-life time for the penalty (1 - 45 min, 0 = unset).
    setDampeningReuse Number
    Value to start reusing a route (1 - 20000, 0 = unset).
    setDampeningSuppress Number
    Value to start suppressing a route (1 - 20000, 0 = unset).
    setDampeningUnreachabilityHalfLife Number
    Unreachability Half-life time for the penalty (1 - 45 min, 0 = unset)
    setExtcommunityRts List<Property Map>
    Route Target extended community. The structure of set_extcommunity_rt block is documented below.
    setExtcommunitySoos List<Property Map>
    Site-of-Origin extended community. The structure of set_extcommunity_soo block is documented below.
    setFlags Number
    BGP flags value (0 - 65535)
    setIp6Nexthop String
    IPv6 global address of next hop.
    setIp6NexthopLocal String
    IPv6 local address of next hop.
    setIpNexthop String
    IP address of next hop.
    setIpPrefsrc String
    IP address of preferred source.
    setLocalPreference Number
    BGP local preference path attribute.
    setMetric Number
    Metric value.
    setMetricType String
    Metric type.
    setOrigin String
    BGP origin code.
    setOriginatorId String
    BGP originator ID attribute.
    setPriority Number
    Priority for routing table.
    setRouteTag Number
    Route tag for routing table.
    setTag Number
    Tag value.
    setVpnv4Nexthop String
    IP address of VPNv4 next-hop.
    setVpnv6Nexthop String
    IPv6 global address of VPNv6 next-hop.
    setVpnv6NexthopLocal String
    IPv6 link-local address of VPNv6 next-hop.
    setWeight Number
    BGP weight for routing table.

    GetRoutemapRuleSetAspath

    As string
    AS number (0 - 42949672). NOTE: Use quotes for repeating numbers, e.g.: "1 1 2"
    As string
    AS number (0 - 42949672). NOTE: Use quotes for repeating numbers, e.g.: "1 1 2"
    as String
    AS number (0 - 42949672). NOTE: Use quotes for repeating numbers, e.g.: "1 1 2"
    as string
    AS number (0 - 42949672). NOTE: Use quotes for repeating numbers, e.g.: "1 1 2"
    as_ str
    AS number (0 - 42949672). NOTE: Use quotes for repeating numbers, e.g.: "1 1 2"
    as String
    AS number (0 - 42949672). NOTE: Use quotes for repeating numbers, e.g.: "1 1 2"

    GetRoutemapRuleSetCommunity

    Community string
    AA:NN
    Community string
    AA:NN
    community String
    AA:NN
    community string
    AA:NN
    community str
    AA:NN
    community String
    AA:NN

    GetRoutemapRuleSetExtcommunityRt

    Community string
    AA:NN
    Community string
    AA:NN
    community String
    AA:NN
    community string
    AA:NN
    community str
    AA:NN
    community String
    AA:NN

    GetRoutemapRuleSetExtcommunitySoo

    Community string
    AA:NN
    Community string
    AA:NN
    community String
    AA:NN
    community string
    AA:NN
    community str
    AA:NN
    community String
    AA:NN

    Package Details

    Repository
    fortios pulumiverse/pulumi-fortios
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the fortios Terraform Provider.
    fortios logo
    Fortios v0.0.5 published on Tuesday, Apr 9, 2024 by pulumiverse