1. Packages
  2. Panos Provider
  3. API Docs
  4. getFiltersRouteMapsRedistributionRoutingProfile
panos 2.0.7 published on Thursday, Nov 27, 2025 by paloaltonetworks
panos logo
panos 2.0.7 published on Thursday, Nov 27, 2025 by paloaltonetworks

    Using getFiltersRouteMapsRedistributionRoutingProfile

    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 getFiltersRouteMapsRedistributionRoutingProfile(args: GetFiltersRouteMapsRedistributionRoutingProfileArgs, opts?: InvokeOptions): Promise<GetFiltersRouteMapsRedistributionRoutingProfileResult>
    function getFiltersRouteMapsRedistributionRoutingProfileOutput(args: GetFiltersRouteMapsRedistributionRoutingProfileOutputArgs, opts?: InvokeOptions): Output<GetFiltersRouteMapsRedistributionRoutingProfileResult>
    def get_filters_route_maps_redistribution_routing_profile(bgp: Optional[GetFiltersRouteMapsRedistributionRoutingProfileBgp] = None,
                                                              connected_static: Optional[GetFiltersRouteMapsRedistributionRoutingProfileConnectedStatic] = None,
                                                              description: Optional[str] = None,
                                                              location: Optional[GetFiltersRouteMapsRedistributionRoutingProfileLocation] = None,
                                                              name: Optional[str] = None,
                                                              ospf: Optional[GetFiltersRouteMapsRedistributionRoutingProfileOspf] = None,
                                                              ospfv3: Optional[GetFiltersRouteMapsRedistributionRoutingProfileOspfv3] = None,
                                                              rip: Optional[GetFiltersRouteMapsRedistributionRoutingProfileRip] = None,
                                                              opts: Optional[InvokeOptions] = None) -> GetFiltersRouteMapsRedistributionRoutingProfileResult
    def get_filters_route_maps_redistribution_routing_profile_output(bgp: Optional[pulumi.Input[GetFiltersRouteMapsRedistributionRoutingProfileBgpArgs]] = None,
                                                              connected_static: Optional[pulumi.Input[GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticArgs]] = None,
                                                              description: Optional[pulumi.Input[str]] = None,
                                                              location: Optional[pulumi.Input[GetFiltersRouteMapsRedistributionRoutingProfileLocationArgs]] = None,
                                                              name: Optional[pulumi.Input[str]] = None,
                                                              ospf: Optional[pulumi.Input[GetFiltersRouteMapsRedistributionRoutingProfileOspfArgs]] = None,
                                                              ospfv3: Optional[pulumi.Input[GetFiltersRouteMapsRedistributionRoutingProfileOspfv3Args]] = None,
                                                              rip: Optional[pulumi.Input[GetFiltersRouteMapsRedistributionRoutingProfileRipArgs]] = None,
                                                              opts: Optional[InvokeOptions] = None) -> Output[GetFiltersRouteMapsRedistributionRoutingProfileResult]
    func LookupFiltersRouteMapsRedistributionRoutingProfile(ctx *Context, args *LookupFiltersRouteMapsRedistributionRoutingProfileArgs, opts ...InvokeOption) (*LookupFiltersRouteMapsRedistributionRoutingProfileResult, error)
    func LookupFiltersRouteMapsRedistributionRoutingProfileOutput(ctx *Context, args *LookupFiltersRouteMapsRedistributionRoutingProfileOutputArgs, opts ...InvokeOption) LookupFiltersRouteMapsRedistributionRoutingProfileResultOutput

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

    public static class GetFiltersRouteMapsRedistributionRoutingProfile 
    {
        public static Task<GetFiltersRouteMapsRedistributionRoutingProfileResult> InvokeAsync(GetFiltersRouteMapsRedistributionRoutingProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetFiltersRouteMapsRedistributionRoutingProfileResult> Invoke(GetFiltersRouteMapsRedistributionRoutingProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFiltersRouteMapsRedistributionRoutingProfileResult> getFiltersRouteMapsRedistributionRoutingProfile(GetFiltersRouteMapsRedistributionRoutingProfileArgs args, InvokeOptions options)
    public static Output<GetFiltersRouteMapsRedistributionRoutingProfileResult> getFiltersRouteMapsRedistributionRoutingProfile(GetFiltersRouteMapsRedistributionRoutingProfileArgs args, InvokeOptions options)
    
    fn::invoke:
      function: panos:index/getFiltersRouteMapsRedistributionRoutingProfile:getFiltersRouteMapsRedistributionRoutingProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getFiltersRouteMapsRedistributionRoutingProfile Result

    The following output properties are available:

    bgp Property Map
    connectedStatic Property Map
    description String
    Describe Redistribution Route Map
    id String
    The provider-assigned unique ID for this managed resource.
    location Property Map
    The location of this object.
    name String
    ospf Property Map
    ospfv3 Property Map
    rip Property Map

    Supporting Types

    GetFiltersRouteMapsRedistributionRoutingProfileBgp

    GetFiltersRouteMapsRedistributionRoutingProfileBgpOspf

    GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfRouteMap

    action String
    Permit or Deny (default) Route Map
    description String
    Describe Route Map
    match Property Map
    name String
    set Property Map

    GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfRouteMapMatch

    AsPathAccessList string
    AS Path Access List Name
    ExtendedCommunities string
    Extended Community Name
    Interface string
    Match Interface of the route
    Ipv4 GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfRouteMapMatchIpv4
    LargeCommunities string
    Large Community Name
    LocalPreference double
    Match Local Preference of route
    Metric double
    Match Metric (BGP MED) of route
    Origin string
    Match origin
    Peer string
    Match Peer Address
    RegularCommunities string
    Regular Community Name
    Tag double
    Match Tag of route
    AsPathAccessList string
    AS Path Access List Name
    ExtendedCommunities string
    Extended Community Name
    Interface string
    Match Interface of the route
    Ipv4 GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfRouteMapMatchIpv4
    LargeCommunities string
    Large Community Name
    LocalPreference float64
    Match Local Preference of route
    Metric float64
    Match Metric (BGP MED) of route
    Origin string
    Match origin
    Peer string
    Match Peer Address
    RegularCommunities string
    Regular Community Name
    Tag float64
    Match Tag of route
    asPathAccessList String
    AS Path Access List Name
    extendedCommunities String
    Extended Community Name
    interface_ String
    Match Interface of the route
    ipv4 GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfRouteMapMatchIpv4
    largeCommunities String
    Large Community Name
    localPreference Double
    Match Local Preference of route
    metric Double
    Match Metric (BGP MED) of route
    origin String
    Match origin
    peer String
    Match Peer Address
    regularCommunities String
    Regular Community Name
    tag Double
    Match Tag of route
    asPathAccessList string
    AS Path Access List Name
    extendedCommunities string
    Extended Community Name
    interface string
    Match Interface of the route
    ipv4 GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfRouteMapMatchIpv4
    largeCommunities string
    Large Community Name
    localPreference number
    Match Local Preference of route
    metric number
    Match Metric (BGP MED) of route
    origin string
    Match origin
    peer string
    Match Peer Address
    regularCommunities string
    Regular Community Name
    tag number
    Match Tag of route
    as_path_access_list str
    AS Path Access List Name
    extended_communities str
    Extended Community Name
    interface str
    Match Interface of the route
    ipv4 GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfRouteMapMatchIpv4
    large_communities str
    Large Community Name
    local_preference float
    Match Local Preference of route
    metric float
    Match Metric (BGP MED) of route
    origin str
    Match origin
    peer str
    Match Peer Address
    regular_communities str
    Regular Community Name
    tag float
    Match Tag of route
    asPathAccessList String
    AS Path Access List Name
    extendedCommunities String
    Extended Community Name
    interface String
    Match Interface of the route
    ipv4 Property Map
    largeCommunities String
    Large Community Name
    localPreference Number
    Match Local Preference of route
    metric Number
    Match Metric (BGP MED) of route
    origin String
    Match origin
    peer String
    Match Peer Address
    regularCommunities String
    Regular Community Name
    tag Number
    Match Tag of route

    GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfRouteMapMatchIpv4

    GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfRouteMapMatchIpv4Address

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfRouteMapMatchIpv4NextHop

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfRouteMapMatchIpv4RouteSource

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfRouteMapSet

    metric Property Map
    metricType String
    Set Metric-Type of route
    tag Number
    Set Tag of route

    GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfRouteMapSetMetric

    Action string
    Set Metric action of route
    Value double
    Set Metric value of route
    Action string
    Set Metric action of route
    Value float64
    Set Metric value of route
    action String
    Set Metric action of route
    value Double
    Set Metric value of route
    action string
    Set Metric action of route
    value number
    Set Metric value of route
    action str
    Set Metric action of route
    value float
    Set Metric value of route
    action String
    Set Metric action of route
    value Number
    Set Metric value of route

    GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfv3

    GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfv3RouteMap

    action String
    Permit or Deny (default) Route Map
    description String
    Describe Route Map
    match Property Map
    name String
    set Property Map

    GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfv3RouteMapMatch

    AsPathAccessList string
    AS Path Access List Name
    ExtendedCommunities string
    Extended Community Name
    Interface string
    Match Interface of the route
    Ipv6 GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfv3RouteMapMatchIpv6
    LargeCommunities string
    Large Community Name
    LocalPreference double
    Match Local Preference of route
    Metric double
    Match Metric (BGP MED) of route
    Origin string
    Match origin
    Peer string
    Match Peer Address
    RegularCommunities string
    Regular Community Name
    Tag double
    Match Tag of route
    AsPathAccessList string
    AS Path Access List Name
    ExtendedCommunities string
    Extended Community Name
    Interface string
    Match Interface of the route
    Ipv6 GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfv3RouteMapMatchIpv6
    LargeCommunities string
    Large Community Name
    LocalPreference float64
    Match Local Preference of route
    Metric float64
    Match Metric (BGP MED) of route
    Origin string
    Match origin
    Peer string
    Match Peer Address
    RegularCommunities string
    Regular Community Name
    Tag float64
    Match Tag of route
    asPathAccessList String
    AS Path Access List Name
    extendedCommunities String
    Extended Community Name
    interface_ String
    Match Interface of the route
    ipv6 GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfv3RouteMapMatchIpv6
    largeCommunities String
    Large Community Name
    localPreference Double
    Match Local Preference of route
    metric Double
    Match Metric (BGP MED) of route
    origin String
    Match origin
    peer String
    Match Peer Address
    regularCommunities String
    Regular Community Name
    tag Double
    Match Tag of route
    asPathAccessList string
    AS Path Access List Name
    extendedCommunities string
    Extended Community Name
    interface string
    Match Interface of the route
    ipv6 GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfv3RouteMapMatchIpv6
    largeCommunities string
    Large Community Name
    localPreference number
    Match Local Preference of route
    metric number
    Match Metric (BGP MED) of route
    origin string
    Match origin
    peer string
    Match Peer Address
    regularCommunities string
    Regular Community Name
    tag number
    Match Tag of route
    as_path_access_list str
    AS Path Access List Name
    extended_communities str
    Extended Community Name
    interface str
    Match Interface of the route
    ipv6 GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfv3RouteMapMatchIpv6
    large_communities str
    Large Community Name
    local_preference float
    Match Local Preference of route
    metric float
    Match Metric (BGP MED) of route
    origin str
    Match origin
    peer str
    Match Peer Address
    regular_communities str
    Regular Community Name
    tag float
    Match Tag of route
    asPathAccessList String
    AS Path Access List Name
    extendedCommunities String
    Extended Community Name
    interface String
    Match Interface of the route
    ipv6 Property Map
    largeCommunities String
    Large Community Name
    localPreference Number
    Match Local Preference of route
    metric Number
    Match Metric (BGP MED) of route
    origin String
    Match origin
    peer String
    Match Peer Address
    regularCommunities String
    Regular Community Name
    tag Number
    Match Tag of route

    GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfv3RouteMapMatchIpv6

    GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfv3RouteMapMatchIpv6Address

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfv3RouteMapMatchIpv6NextHop

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfv3RouteMapSet

    metric Property Map
    metricType String
    Set Metric-Type of route
    tag Number
    Set Tag of route

    GetFiltersRouteMapsRedistributionRoutingProfileBgpOspfv3RouteMapSetMetric

    Action string
    Set Metric action of route
    Value double
    Set Metric value of route
    Action string
    Set Metric action of route
    Value float64
    Set Metric value of route
    action String
    Set Metric action of route
    value Double
    Set Metric value of route
    action string
    Set Metric action of route
    value number
    Set Metric value of route
    action str
    Set Metric action of route
    value float
    Set Metric value of route
    action String
    Set Metric action of route
    value Number
    Set Metric value of route

    GetFiltersRouteMapsRedistributionRoutingProfileBgpRib

    GetFiltersRouteMapsRedistributionRoutingProfileBgpRibRouteMap

    action String
    Permit or Deny (default) Route Map
    description String
    Describe Route Map
    match Property Map
    name String
    set Property Map

    GetFiltersRouteMapsRedistributionRoutingProfileBgpRibRouteMapMatch

    AsPathAccessList string
    AS Path Access List Name
    ExtendedCommunities string
    Extended Community Name
    Interface string
    Match Interface of the route
    Ipv4 GetFiltersRouteMapsRedistributionRoutingProfileBgpRibRouteMapMatchIpv4
    Ipv6 GetFiltersRouteMapsRedistributionRoutingProfileBgpRibRouteMapMatchIpv6
    LargeCommunities string
    Large Community Name
    LocalPreference double
    Match Local Preference of route
    Metric double
    Match Metric (BGP MED) of route
    Origin string
    Match origin
    Peer string
    Match Peer Address
    RegularCommunities string
    Regular Community Name
    Tag double
    Match Tag of route
    AsPathAccessList string
    AS Path Access List Name
    ExtendedCommunities string
    Extended Community Name
    Interface string
    Match Interface of the route
    Ipv4 GetFiltersRouteMapsRedistributionRoutingProfileBgpRibRouteMapMatchIpv4
    Ipv6 GetFiltersRouteMapsRedistributionRoutingProfileBgpRibRouteMapMatchIpv6
    LargeCommunities string
    Large Community Name
    LocalPreference float64
    Match Local Preference of route
    Metric float64
    Match Metric (BGP MED) of route
    Origin string
    Match origin
    Peer string
    Match Peer Address
    RegularCommunities string
    Regular Community Name
    Tag float64
    Match Tag of route
    asPathAccessList String
    AS Path Access List Name
    extendedCommunities String
    Extended Community Name
    interface_ String
    Match Interface of the route
    ipv4 GetFiltersRouteMapsRedistributionRoutingProfileBgpRibRouteMapMatchIpv4
    ipv6 GetFiltersRouteMapsRedistributionRoutingProfileBgpRibRouteMapMatchIpv6
    largeCommunities String
    Large Community Name
    localPreference Double
    Match Local Preference of route
    metric Double
    Match Metric (BGP MED) of route
    origin String
    Match origin
    peer String
    Match Peer Address
    regularCommunities String
    Regular Community Name
    tag Double
    Match Tag of route
    asPathAccessList string
    AS Path Access List Name
    extendedCommunities string
    Extended Community Name
    interface string
    Match Interface of the route
    ipv4 GetFiltersRouteMapsRedistributionRoutingProfileBgpRibRouteMapMatchIpv4
    ipv6 GetFiltersRouteMapsRedistributionRoutingProfileBgpRibRouteMapMatchIpv6
    largeCommunities string
    Large Community Name
    localPreference number
    Match Local Preference of route
    metric number
    Match Metric (BGP MED) of route
    origin string
    Match origin
    peer string
    Match Peer Address
    regularCommunities string
    Regular Community Name
    tag number
    Match Tag of route
    as_path_access_list str
    AS Path Access List Name
    extended_communities str
    Extended Community Name
    interface str
    Match Interface of the route
    ipv4 GetFiltersRouteMapsRedistributionRoutingProfileBgpRibRouteMapMatchIpv4
    ipv6 GetFiltersRouteMapsRedistributionRoutingProfileBgpRibRouteMapMatchIpv6
    large_communities str
    Large Community Name
    local_preference float
    Match Local Preference of route
    metric float
    Match Metric (BGP MED) of route
    origin str
    Match origin
    peer str
    Match Peer Address
    regular_communities str
    Regular Community Name
    tag float
    Match Tag of route
    asPathAccessList String
    AS Path Access List Name
    extendedCommunities String
    Extended Community Name
    interface String
    Match Interface of the route
    ipv4 Property Map
    ipv6 Property Map
    largeCommunities String
    Large Community Name
    localPreference Number
    Match Local Preference of route
    metric Number
    Match Metric (BGP MED) of route
    origin String
    Match origin
    peer String
    Match Peer Address
    regularCommunities String
    Regular Community Name
    tag Number
    Match Tag of route

    GetFiltersRouteMapsRedistributionRoutingProfileBgpRibRouteMapMatchIpv4

    GetFiltersRouteMapsRedistributionRoutingProfileBgpRibRouteMapMatchIpv4Address

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileBgpRibRouteMapMatchIpv4NextHop

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileBgpRibRouteMapMatchIpv4RouteSource

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileBgpRibRouteMapMatchIpv6

    GetFiltersRouteMapsRedistributionRoutingProfileBgpRibRouteMapMatchIpv6Address

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileBgpRibRouteMapMatchIpv6NextHop

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileBgpRibRouteMapSet

    SourceAddress string
    Set Source IPv4 or IPv6 address
    SourceAddress string
    Set Source IPv4 or IPv6 address
    sourceAddress String
    Set Source IPv4 or IPv6 address
    sourceAddress string
    Set Source IPv4 or IPv6 address
    source_address str
    Set Source IPv4 or IPv6 address
    sourceAddress String
    Set Source IPv4 or IPv6 address

    GetFiltersRouteMapsRedistributionRoutingProfileBgpRip

    GetFiltersRouteMapsRedistributionRoutingProfileBgpRipRouteMap

    action String
    Permit or Deny (default) Route Map
    description String
    Describe Route Map
    match Property Map
    name String
    set Property Map

    GetFiltersRouteMapsRedistributionRoutingProfileBgpRipRouteMapMatch

    AsPathAccessList string
    AS Path Access List Name
    ExtendedCommunities string
    Extended Community Name
    Interface string
    Match Interface of the route
    Ipv4 GetFiltersRouteMapsRedistributionRoutingProfileBgpRipRouteMapMatchIpv4
    LargeCommunities string
    Large Community Name
    LocalPreference double
    Match Local Preference of route
    Metric double
    Match Metric (BGP MED) of route
    Origin string
    Match origin
    Peer string
    Match Peer Address
    RegularCommunities string
    Regular Community Name
    Tag double
    Match Tag of route
    AsPathAccessList string
    AS Path Access List Name
    ExtendedCommunities string
    Extended Community Name
    Interface string
    Match Interface of the route
    Ipv4 GetFiltersRouteMapsRedistributionRoutingProfileBgpRipRouteMapMatchIpv4
    LargeCommunities string
    Large Community Name
    LocalPreference float64
    Match Local Preference of route
    Metric float64
    Match Metric (BGP MED) of route
    Origin string
    Match origin
    Peer string
    Match Peer Address
    RegularCommunities string
    Regular Community Name
    Tag float64
    Match Tag of route
    asPathAccessList String
    AS Path Access List Name
    extendedCommunities String
    Extended Community Name
    interface_ String
    Match Interface of the route
    ipv4 GetFiltersRouteMapsRedistributionRoutingProfileBgpRipRouteMapMatchIpv4
    largeCommunities String
    Large Community Name
    localPreference Double
    Match Local Preference of route
    metric Double
    Match Metric (BGP MED) of route
    origin String
    Match origin
    peer String
    Match Peer Address
    regularCommunities String
    Regular Community Name
    tag Double
    Match Tag of route
    asPathAccessList string
    AS Path Access List Name
    extendedCommunities string
    Extended Community Name
    interface string
    Match Interface of the route
    ipv4 GetFiltersRouteMapsRedistributionRoutingProfileBgpRipRouteMapMatchIpv4
    largeCommunities string
    Large Community Name
    localPreference number
    Match Local Preference of route
    metric number
    Match Metric (BGP MED) of route
    origin string
    Match origin
    peer string
    Match Peer Address
    regularCommunities string
    Regular Community Name
    tag number
    Match Tag of route
    as_path_access_list str
    AS Path Access List Name
    extended_communities str
    Extended Community Name
    interface str
    Match Interface of the route
    ipv4 GetFiltersRouteMapsRedistributionRoutingProfileBgpRipRouteMapMatchIpv4
    large_communities str
    Large Community Name
    local_preference float
    Match Local Preference of route
    metric float
    Match Metric (BGP MED) of route
    origin str
    Match origin
    peer str
    Match Peer Address
    regular_communities str
    Regular Community Name
    tag float
    Match Tag of route
    asPathAccessList String
    AS Path Access List Name
    extendedCommunities String
    Extended Community Name
    interface String
    Match Interface of the route
    ipv4 Property Map
    largeCommunities String
    Large Community Name
    localPreference Number
    Match Local Preference of route
    metric Number
    Match Metric (BGP MED) of route
    origin String
    Match origin
    peer String
    Match Peer Address
    regularCommunities String
    Regular Community Name
    tag Number
    Match Tag of route

    GetFiltersRouteMapsRedistributionRoutingProfileBgpRipRouteMapMatchIpv4

    GetFiltersRouteMapsRedistributionRoutingProfileBgpRipRouteMapMatchIpv4Address

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileBgpRipRouteMapMatchIpv4NextHop

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileBgpRipRouteMapMatchIpv4RouteSource

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileBgpRipRouteMapSet

    metric Property Map
    nextHop String
    Set IPv4 Next-Hop Address
    tag Number
    Set Tag of route

    GetFiltersRouteMapsRedistributionRoutingProfileBgpRipRouteMapSetMetric

    Action string
    Set Metric action of route
    Value double
    Set Metric value of route
    Action string
    Set Metric action of route
    Value float64
    Set Metric value of route
    action String
    Set Metric action of route
    value Double
    Set Metric value of route
    action string
    Set Metric action of route
    value number
    Set Metric value of route
    action str
    Set Metric action of route
    value float
    Set Metric value of route
    action String
    Set Metric action of route
    value Number
    Set Metric value of route

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStatic

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticBgp

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticBgpRouteMap

    action String
    Permit or Deny (default) Route Map
    description String
    Describe Route Map
    match Property Map
    name String
    set Property Map

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticBgpRouteMapMatch

    interface String
    Match Interface of the route
    ipv4 Property Map
    ipv6 Property Map
    metric Number
    Match Metric of route

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticBgpRouteMapMatchIpv4

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticBgpRouteMapMatchIpv4Address

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticBgpRouteMapMatchIpv4NextHop

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticBgpRouteMapMatchIpv6

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticBgpRouteMapMatchIpv6Address

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticBgpRouteMapMatchIpv6NextHop

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticBgpRouteMapSet

    aggregator Property Map
    aspathPrepends List<Number>
    atomicAggregate Boolean
    Enable BGP atomic aggregate
    extendedCommunities List<String>
    ipv4 Property Map
    ipv6 Property Map
    largeCommunities List<String>
    localPreference Number
    Set Local Preference of route
    metric Property Map
    origin String
    Set BGP origin
    originatorId String
    Set BGP Originator Id
    regularCommunities List<String>
    tag Number
    Set Tag of route
    weight Number
    Set BGP weight of the route

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticBgpRouteMapSetAggregator

    As double
    Set BGP Aggregator AS \n\n
    RouterId string
    Set BGP Aggregator Router ID
    As float64
    Set BGP Aggregator AS \n\n
    RouterId string
    Set BGP Aggregator Router ID
    as Double
    Set BGP Aggregator AS \n\n
    routerId String
    Set BGP Aggregator Router ID
    as number
    Set BGP Aggregator AS \n\n
    routerId string
    Set BGP Aggregator Router ID
    as_ float
    Set BGP Aggregator AS \n\n
    router_id str
    Set BGP Aggregator Router ID
    as Number
    Set BGP Aggregator AS \n\n
    routerId String
    Set BGP Aggregator Router ID

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticBgpRouteMapSetIpv4

    NextHop string
    Set IPv4 Next-Hop Address
    SourceAddress string
    Set Source IPv4 Address
    NextHop string
    Set IPv4 Next-Hop Address
    SourceAddress string
    Set Source IPv4 Address
    nextHop String
    Set IPv4 Next-Hop Address
    sourceAddress String
    Set Source IPv4 Address
    nextHop string
    Set IPv4 Next-Hop Address
    sourceAddress string
    Set Source IPv4 Address
    next_hop str
    Set IPv4 Next-Hop Address
    source_address str
    Set Source IPv4 Address
    nextHop String
    Set IPv4 Next-Hop Address
    sourceAddress String
    Set Source IPv4 Address

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticBgpRouteMapSetIpv6

    NextHop string
    Set IPv6 Next-Hop Address
    SourceAddress string
    Set Source IPv6 Address
    NextHop string
    Set IPv6 Next-Hop Address
    SourceAddress string
    Set Source IPv6 Address
    nextHop String
    Set IPv6 Next-Hop Address
    sourceAddress String
    Set Source IPv6 Address
    nextHop string
    Set IPv6 Next-Hop Address
    sourceAddress string
    Set Source IPv6 Address
    next_hop str
    Set IPv6 Next-Hop Address
    source_address str
    Set Source IPv6 Address
    nextHop String
    Set IPv6 Next-Hop Address
    sourceAddress String
    Set Source IPv6 Address

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticBgpRouteMapSetMetric

    Action string
    Set Metric action (BGP MED) of route
    Value double
    Set Metric value (BGP MED) of route
    Action string
    Set Metric action (BGP MED) of route
    Value float64
    Set Metric value (BGP MED) of route
    action String
    Set Metric action (BGP MED) of route
    value Double
    Set Metric value (BGP MED) of route
    action string
    Set Metric action (BGP MED) of route
    value number
    Set Metric value (BGP MED) of route
    action str
    Set Metric action (BGP MED) of route
    value float
    Set Metric value (BGP MED) of route
    action String
    Set Metric action (BGP MED) of route
    value Number
    Set Metric value (BGP MED) of route

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticOspf

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticOspfRouteMap

    action String
    Permit or Deny (default) Route Map
    description String
    Describe Route Map
    match Property Map
    name String
    set Property Map

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticOspfRouteMapMatch

    interface String
    Match Interface of the route
    ipv4 Property Map
    metric Number
    Match Metric of route

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticOspfRouteMapMatchIpv4

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticOspfRouteMapMatchIpv4Address

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticOspfRouteMapMatchIpv4NextHop

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticOspfRouteMapSet

    metric Property Map
    metricType String
    Set Metric-Type of route
    tag Number
    Set Tag of route

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticOspfRouteMapSetMetric

    Action string
    Set Metric action of route
    Value double
    Set Metric value of route
    Action string
    Set Metric action of route
    Value float64
    Set Metric value of route
    action String
    Set Metric action of route
    value Double
    Set Metric value of route
    action string
    Set Metric action of route
    value number
    Set Metric value of route
    action str
    Set Metric action of route
    value float
    Set Metric value of route
    action String
    Set Metric action of route
    value Number
    Set Metric value of route

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticOspfv3

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticOspfv3RouteMap

    action String
    Permit or Deny (default) Route Map
    description String
    Describe Route Map
    match Property Map
    name String
    set Property Map

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticOspfv3RouteMapMatch

    interface String
    Match Interface of the route
    ipv6 Property Map
    metric Number
    Match Metric of route

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticOspfv3RouteMapMatchIpv6

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticOspfv3RouteMapMatchIpv6Address

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticOspfv3RouteMapMatchIpv6NextHop

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticOspfv3RouteMapSet

    metric Property Map
    metricType String
    Set Metric-Type of route
    tag Number
    Set Tag of route

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticOspfv3RouteMapSetMetric

    Action string
    Set Metric action of route
    Value double
    Set Metric value of route
    Action string
    Set Metric action of route
    Value float64
    Set Metric value of route
    action String
    Set Metric action of route
    value Double
    Set Metric value of route
    action string
    Set Metric action of route
    value number
    Set Metric value of route
    action str
    Set Metric action of route
    value float
    Set Metric value of route
    action String
    Set Metric action of route
    value Number
    Set Metric value of route

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticRib

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticRibRouteMap

    action String
    Permit or Deny (default) Route Map
    description String
    Describe Route Map
    match Property Map
    name String
    set Property Map

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticRibRouteMapMatch

    interface String
    Match Interface of the route
    ipv4 Property Map
    ipv6 Property Map
    metric Number
    Match Metric of route

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticRibRouteMapMatchIpv4

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticRibRouteMapMatchIpv4Address

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticRibRouteMapMatchIpv4NextHop

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticRibRouteMapMatchIpv6

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticRibRouteMapMatchIpv6Address

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticRibRouteMapMatchIpv6NextHop

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticRibRouteMapSet

    SourceAddress string
    Set Source IPv4 or IPv6 address
    SourceAddress string
    Set Source IPv4 or IPv6 address
    sourceAddress String
    Set Source IPv4 or IPv6 address
    sourceAddress string
    Set Source IPv4 or IPv6 address
    source_address str
    Set Source IPv4 or IPv6 address
    sourceAddress String
    Set Source IPv4 or IPv6 address

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticRip

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticRipRouteMap

    action String
    Permit or Deny (default) Route Map
    description String
    Describe Route Map
    match Property Map
    name String
    set Property Map

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticRipRouteMapMatch

    interface String
    Match Interface of the route
    ipv4 Property Map
    metric Number
    Match Metric of route

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticRipRouteMapMatchIpv4

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticRipRouteMapMatchIpv4Address

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticRipRouteMapMatchIpv4NextHop

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticRipRouteMapSet

    metric Property Map
    nextHop String
    Set IPv4 Next-Hop Address
    tag Number
    Set Tag of route

    GetFiltersRouteMapsRedistributionRoutingProfileConnectedStaticRipRouteMapSetMetric

    Action string
    Set Metric action of route
    Value double
    Set Metric value of route
    Action string
    Set Metric action of route
    Value float64
    Set Metric value of route
    action String
    Set Metric action of route
    value Double
    Set Metric value of route
    action string
    Set Metric action of route
    value number
    Set Metric value of route
    action str
    Set Metric action of route
    value float
    Set Metric value of route
    action String
    Set Metric action of route
    value Number
    Set Metric value of route

    GetFiltersRouteMapsRedistributionRoutingProfileLocation

    ngfw Property Map
    Located in a specific NGFW device
    template Property Map
    Located in a specific template
    templateStack Property Map
    Located in a specific template stack

    GetFiltersRouteMapsRedistributionRoutingProfileLocationNgfw

    NgfwDevice string
    The NGFW device
    NgfwDevice string
    The NGFW device
    ngfwDevice String
    The NGFW device
    ngfwDevice string
    The NGFW device
    ngfw_device str
    The NGFW device
    ngfwDevice String
    The NGFW device

    GetFiltersRouteMapsRedistributionRoutingProfileLocationTemplate

    Name string
    Specific Panorama template
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    Name string
    Specific Panorama template
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    name String
    Specific Panorama template
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    name string
    Specific Panorama template
    ngfwDevice string
    The NGFW device
    panoramaDevice string
    Specific Panorama device
    name str
    Specific Panorama template
    ngfw_device str
    The NGFW device
    panorama_device str
    Specific Panorama device
    name String
    Specific Panorama template
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device

    GetFiltersRouteMapsRedistributionRoutingProfileLocationTemplateStack

    Name string
    Specific Panorama template stack
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    Name string
    Specific Panorama template stack
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    name String
    Specific Panorama template stack
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    name string
    Specific Panorama template stack
    ngfwDevice string
    The NGFW device
    panoramaDevice string
    Specific Panorama device
    name str
    Specific Panorama template stack
    ngfw_device str
    The NGFW device
    panorama_device str
    Specific Panorama device
    name String
    Specific Panorama template stack
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device

    GetFiltersRouteMapsRedistributionRoutingProfileOspf

    GetFiltersRouteMapsRedistributionRoutingProfileOspfBgp

    GetFiltersRouteMapsRedistributionRoutingProfileOspfBgpRouteMap

    action String
    Permit or Deny (default) Route Map
    description String
    Describe Route Map
    match Property Map
    name String
    set Property Map

    GetFiltersRouteMapsRedistributionRoutingProfileOspfBgpRouteMapMatch

    address Property Map
    interface String
    Match Interface of the route
    metric Number
    Match Metric of route
    nextHop Property Map
    tag Number
    Match Tag of route

    GetFiltersRouteMapsRedistributionRoutingProfileOspfBgpRouteMapMatchAddress

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileOspfBgpRouteMapMatchNextHop

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileOspfBgpRouteMapSet

    aggregator Property Map
    aspathPrepends List<Number>
    atomicAggregate Boolean
    Enable BGP atomic aggregate
    extendedCommunities List<String>
    ipv4 Property Map
    largeCommunities List<String>
    localPreference Number
    Set Local Preference of route
    metric Property Map
    origin String
    Set BGP origin
    originatorId String
    Set BGP Originator Id
    regularCommunities List<String>
    tag Number
    Set Tag of route
    weight Number
    Set BGP weight of the route

    GetFiltersRouteMapsRedistributionRoutingProfileOspfBgpRouteMapSetAggregator

    As double
    Set BGP Aggregator AS \n\n
    RouterId string
    Set BGP Aggregator Router ID
    As float64
    Set BGP Aggregator AS \n\n
    RouterId string
    Set BGP Aggregator Router ID
    as Double
    Set BGP Aggregator AS \n\n
    routerId String
    Set BGP Aggregator Router ID
    as number
    Set BGP Aggregator AS \n\n
    routerId string
    Set BGP Aggregator Router ID
    as_ float
    Set BGP Aggregator AS \n\n
    router_id str
    Set BGP Aggregator Router ID
    as Number
    Set BGP Aggregator AS \n\n
    routerId String
    Set BGP Aggregator Router ID

    GetFiltersRouteMapsRedistributionRoutingProfileOspfBgpRouteMapSetIpv4

    NextHop string
    Set IPv4 Next-Hop Address
    SourceAddress string
    Set Source IPv4 Address
    NextHop string
    Set IPv4 Next-Hop Address
    SourceAddress string
    Set Source IPv4 Address
    nextHop String
    Set IPv4 Next-Hop Address
    sourceAddress String
    Set Source IPv4 Address
    nextHop string
    Set IPv4 Next-Hop Address
    sourceAddress string
    Set Source IPv4 Address
    next_hop str
    Set IPv4 Next-Hop Address
    source_address str
    Set Source IPv4 Address
    nextHop String
    Set IPv4 Next-Hop Address
    sourceAddress String
    Set Source IPv4 Address

    GetFiltersRouteMapsRedistributionRoutingProfileOspfBgpRouteMapSetMetric

    Action string
    Set Metric action (BGP MED) of route
    Value double
    Set Metric value (BGP MED) of route
    Action string
    Set Metric action (BGP MED) of route
    Value float64
    Set Metric value (BGP MED) of route
    action String
    Set Metric action (BGP MED) of route
    value Double
    Set Metric value (BGP MED) of route
    action string
    Set Metric action (BGP MED) of route
    value number
    Set Metric value (BGP MED) of route
    action str
    Set Metric action (BGP MED) of route
    value float
    Set Metric value (BGP MED) of route
    action String
    Set Metric action (BGP MED) of route
    value Number
    Set Metric value (BGP MED) of route

    GetFiltersRouteMapsRedistributionRoutingProfileOspfRib

    GetFiltersRouteMapsRedistributionRoutingProfileOspfRibRouteMap

    action String
    Permit or Deny (default) Route Map
    description String
    Describe Route Map
    match Property Map
    name String
    set Property Map

    GetFiltersRouteMapsRedistributionRoutingProfileOspfRibRouteMapMatch

    address Property Map
    interface String
    Match Interface of the route
    metric Number
    Match Metric of route
    nextHop Property Map
    tag Number
    Match Tag of route

    GetFiltersRouteMapsRedistributionRoutingProfileOspfRibRouteMapMatchAddress

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileOspfRibRouteMapMatchNextHop

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileOspfRibRouteMapSet

    SourceAddress string
    Set Source IPv4 or IPv6 address
    SourceAddress string
    Set Source IPv4 or IPv6 address
    sourceAddress String
    Set Source IPv4 or IPv6 address
    sourceAddress string
    Set Source IPv4 or IPv6 address
    source_address str
    Set Source IPv4 or IPv6 address
    sourceAddress String
    Set Source IPv4 or IPv6 address

    GetFiltersRouteMapsRedistributionRoutingProfileOspfRip

    GetFiltersRouteMapsRedistributionRoutingProfileOspfRipRouteMap

    action String
    Permit or Deny (default) Route Map
    description String
    Describe Route Map
    match Property Map
    name String
    set Property Map

    GetFiltersRouteMapsRedistributionRoutingProfileOspfRipRouteMapMatch

    address Property Map
    interface String
    Match Interface of the route
    metric Number
    Match Metric of route
    nextHop Property Map
    tag Number
    Match Tag of route

    GetFiltersRouteMapsRedistributionRoutingProfileOspfRipRouteMapMatchAddress

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileOspfRipRouteMapMatchNextHop

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileOspfRipRouteMapSet

    metric Property Map
    nextHop String
    Set IPv4 Next-Hop Address
    tag Number
    Set Tag of route

    GetFiltersRouteMapsRedistributionRoutingProfileOspfRipRouteMapSetMetric

    Action string
    Set Metric action of route
    Value double
    Set Metric value of route
    Action string
    Set Metric action of route
    Value float64
    Set Metric value of route
    action String
    Set Metric action of route
    value Double
    Set Metric value of route
    action string
    Set Metric action of route
    value number
    Set Metric value of route
    action str
    Set Metric action of route
    value float
    Set Metric value of route
    action String
    Set Metric action of route
    value Number
    Set Metric value of route

    GetFiltersRouteMapsRedistributionRoutingProfileOspfv3

    GetFiltersRouteMapsRedistributionRoutingProfileOspfv3Bgp

    GetFiltersRouteMapsRedistributionRoutingProfileOspfv3BgpRouteMap

    action String
    Permit or Deny (default) Route Map
    description String
    Describe Route Map
    match Property Map
    name String
    set Property Map

    GetFiltersRouteMapsRedistributionRoutingProfileOspfv3BgpRouteMapMatch

    address Property Map
    interface String
    Match Interface of the route
    metric Number
    Match Metric of route
    nextHop Property Map
    tag Number
    Match Tag of route

    GetFiltersRouteMapsRedistributionRoutingProfileOspfv3BgpRouteMapMatchAddress

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileOspfv3BgpRouteMapMatchNextHop

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileOspfv3BgpRouteMapSet

    aggregator Property Map
    aspathPrepends List<Number>
    atomicAggregate Boolean
    Enable BGP atomic aggregate
    extendedCommunities List<String>
    ipv6 Property Map
    largeCommunities List<String>
    localPreference Number
    Set Local Preference of route
    metric Property Map
    origin String
    Set BGP origin
    originatorId String
    Set BGP Originator Id
    regularCommunities List<String>
    tag Number
    Set Tag of route
    weight Number
    Set BGP weight of the route

    GetFiltersRouteMapsRedistributionRoutingProfileOspfv3BgpRouteMapSetAggregator

    As double
    Set BGP Aggregator AS \n\n
    RouterId string
    Set BGP Aggregator Router ID
    As float64
    Set BGP Aggregator AS \n\n
    RouterId string
    Set BGP Aggregator Router ID
    as Double
    Set BGP Aggregator AS \n\n
    routerId String
    Set BGP Aggregator Router ID
    as number
    Set BGP Aggregator AS \n\n
    routerId string
    Set BGP Aggregator Router ID
    as_ float
    Set BGP Aggregator AS \n\n
    router_id str
    Set BGP Aggregator Router ID
    as Number
    Set BGP Aggregator AS \n\n
    routerId String
    Set BGP Aggregator Router ID

    GetFiltersRouteMapsRedistributionRoutingProfileOspfv3BgpRouteMapSetIpv6

    NextHop string
    Set IPv6 Next-Hop Address
    SourceAddress string
    Set Source IPv6 Address
    NextHop string
    Set IPv6 Next-Hop Address
    SourceAddress string
    Set Source IPv6 Address
    nextHop String
    Set IPv6 Next-Hop Address
    sourceAddress String
    Set Source IPv6 Address
    nextHop string
    Set IPv6 Next-Hop Address
    sourceAddress string
    Set Source IPv6 Address
    next_hop str
    Set IPv6 Next-Hop Address
    source_address str
    Set Source IPv6 Address
    nextHop String
    Set IPv6 Next-Hop Address
    sourceAddress String
    Set Source IPv6 Address

    GetFiltersRouteMapsRedistributionRoutingProfileOspfv3BgpRouteMapSetMetric

    Action string
    Set Metric action (BGP MED) of route
    Value double
    Set Metric value (BGP MED) of route
    Action string
    Set Metric action (BGP MED) of route
    Value float64
    Set Metric value (BGP MED) of route
    action String
    Set Metric action (BGP MED) of route
    value Double
    Set Metric value (BGP MED) of route
    action string
    Set Metric action (BGP MED) of route
    value number
    Set Metric value (BGP MED) of route
    action str
    Set Metric action (BGP MED) of route
    value float
    Set Metric value (BGP MED) of route
    action String
    Set Metric action (BGP MED) of route
    value Number
    Set Metric value (BGP MED) of route

    GetFiltersRouteMapsRedistributionRoutingProfileOspfv3Rib

    GetFiltersRouteMapsRedistributionRoutingProfileOspfv3RibRouteMap

    action String
    Permit or Deny (default) Route Map
    description String
    Describe Route Map
    match Property Map
    name String
    set Property Map

    GetFiltersRouteMapsRedistributionRoutingProfileOspfv3RibRouteMapMatch

    address Property Map
    interface String
    Match Interface of the route
    metric Number
    Match Metric of route
    nextHop Property Map
    tag Number
    Match Tag of route

    GetFiltersRouteMapsRedistributionRoutingProfileOspfv3RibRouteMapMatchAddress

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileOspfv3RibRouteMapMatchNextHop

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileOspfv3RibRouteMapSet

    SourceAddress string
    Set Source IPv4 or IPv6 address
    SourceAddress string
    Set Source IPv4 or IPv6 address
    sourceAddress String
    Set Source IPv4 or IPv6 address
    sourceAddress string
    Set Source IPv4 or IPv6 address
    source_address str
    Set Source IPv4 or IPv6 address
    sourceAddress String
    Set Source IPv4 or IPv6 address

    GetFiltersRouteMapsRedistributionRoutingProfileRip

    GetFiltersRouteMapsRedistributionRoutingProfileRipBgp

    GetFiltersRouteMapsRedistributionRoutingProfileRipBgpRouteMap

    action String
    Permit or Deny (default) Route Map
    description String
    Describe Route Map
    match Property Map
    name String
    set Property Map

    GetFiltersRouteMapsRedistributionRoutingProfileRipBgpRouteMapMatch

    address Property Map
    interface String
    Match Interface of the route
    metric Number
    Match Metric of route
    nextHop Property Map
    tag Number
    Match Tag of route

    GetFiltersRouteMapsRedistributionRoutingProfileRipBgpRouteMapMatchAddress

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileRipBgpRouteMapMatchNextHop

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileRipBgpRouteMapSet

    aggregator Property Map
    aspathPrepends List<Number>
    atomicAggregate Boolean
    Enable BGP atomic aggregate
    extendedCommunities List<String>
    ipv4 Property Map
    largeCommunities List<String>
    localPreference Number
    Set Local Preference of route
    metric Property Map
    origin String
    Set BGP origin
    originatorId String
    Set BGP Originator Id
    regularCommunities List<String>
    tag Number
    Set Tag of route
    weight Number
    Set BGP weight of the route

    GetFiltersRouteMapsRedistributionRoutingProfileRipBgpRouteMapSetAggregator

    As double
    Set BGP Aggregator AS \n\n
    RouterId string
    Set BGP Aggregator Router ID
    As float64
    Set BGP Aggregator AS \n\n
    RouterId string
    Set BGP Aggregator Router ID
    as Double
    Set BGP Aggregator AS \n\n
    routerId String
    Set BGP Aggregator Router ID
    as number
    Set BGP Aggregator AS \n\n
    routerId string
    Set BGP Aggregator Router ID
    as_ float
    Set BGP Aggregator AS \n\n
    router_id str
    Set BGP Aggregator Router ID
    as Number
    Set BGP Aggregator AS \n\n
    routerId String
    Set BGP Aggregator Router ID

    GetFiltersRouteMapsRedistributionRoutingProfileRipBgpRouteMapSetIpv4

    NextHop string
    Set IPv4 Next-Hop Address
    SourceAddress string
    Set Source IPv4 Address
    NextHop string
    Set IPv4 Next-Hop Address
    SourceAddress string
    Set Source IPv4 Address
    nextHop String
    Set IPv4 Next-Hop Address
    sourceAddress String
    Set Source IPv4 Address
    nextHop string
    Set IPv4 Next-Hop Address
    sourceAddress string
    Set Source IPv4 Address
    next_hop str
    Set IPv4 Next-Hop Address
    source_address str
    Set Source IPv4 Address
    nextHop String
    Set IPv4 Next-Hop Address
    sourceAddress String
    Set Source IPv4 Address

    GetFiltersRouteMapsRedistributionRoutingProfileRipBgpRouteMapSetMetric

    Action string
    Set Metric action (BGP MED) of route
    Value double
    Set Metric value (BGP MED) of route
    Action string
    Set Metric action (BGP MED) of route
    Value float64
    Set Metric value (BGP MED) of route
    action String
    Set Metric action (BGP MED) of route
    value Double
    Set Metric value (BGP MED) of route
    action string
    Set Metric action (BGP MED) of route
    value number
    Set Metric value (BGP MED) of route
    action str
    Set Metric action (BGP MED) of route
    value float
    Set Metric value (BGP MED) of route
    action String
    Set Metric action (BGP MED) of route
    value Number
    Set Metric value (BGP MED) of route

    GetFiltersRouteMapsRedistributionRoutingProfileRipOspf

    GetFiltersRouteMapsRedistributionRoutingProfileRipOspfRouteMap

    action String
    Permit or Deny (default) Route Map
    description String
    Describe Route Map
    match Property Map
    name String
    set Property Map

    GetFiltersRouteMapsRedistributionRoutingProfileRipOspfRouteMapMatch

    address Property Map
    interface String
    Match Interface of the route
    metric Number
    Match Metric of route
    nextHop Property Map
    tag Number
    Match Tag of route

    GetFiltersRouteMapsRedistributionRoutingProfileRipOspfRouteMapMatchAddress

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileRipOspfRouteMapMatchNextHop

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileRipOspfRouteMapSet

    metric Property Map
    metricType String
    Set Metric-Type of route
    tag Number
    Set Tag of route

    GetFiltersRouteMapsRedistributionRoutingProfileRipOspfRouteMapSetMetric

    Action string
    Set Metric action of route
    Value double
    Set Metric value of route
    Action string
    Set Metric action of route
    Value float64
    Set Metric value of route
    action String
    Set Metric action of route
    value Double
    Set Metric value of route
    action string
    Set Metric action of route
    value number
    Set Metric value of route
    action str
    Set Metric action of route
    value float
    Set Metric value of route
    action String
    Set Metric action of route
    value Number
    Set Metric value of route

    GetFiltersRouteMapsRedistributionRoutingProfileRipRib

    GetFiltersRouteMapsRedistributionRoutingProfileRipRibRouteMap

    action String
    Permit or Deny (default) Route Map
    description String
    Describe Route Map
    match Property Map
    name String
    set Property Map

    GetFiltersRouteMapsRedistributionRoutingProfileRipRibRouteMapMatch

    address Property Map
    interface String
    Match Interface of the route
    metric Number
    Match Metric of route
    nextHop Property Map
    tag Number
    Match Tag of route

    GetFiltersRouteMapsRedistributionRoutingProfileRipRibRouteMapMatchAddress

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileRipRibRouteMapMatchNextHop

    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    AccessList string
    Access-List Name
    PrefixList string
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name
    accessList string
    Access-List Name
    prefixList string
    Prefix-List Name
    access_list str
    Access-List Name
    prefix_list str
    Prefix-List Name
    accessList String
    Access-List Name
    prefixList String
    Prefix-List Name

    GetFiltersRouteMapsRedistributionRoutingProfileRipRibRouteMapSet

    SourceAddress string
    Set Source IPv4 or IPv6 address
    SourceAddress string
    Set Source IPv4 or IPv6 address
    sourceAddress String
    Set Source IPv4 or IPv6 address
    sourceAddress string
    Set Source IPv4 or IPv6 address
    source_address str
    Set Source IPv4 or IPv6 address
    sourceAddress String
    Set Source IPv4 or IPv6 address

    Package Details

    Repository
    panos paloaltonetworks/terraform-provider-panos
    License
    Notes
    This Pulumi package is based on the panos Terraform Provider.
    panos logo
    panos 2.0.7 published on Thursday, Nov 27, 2025 by paloaltonetworks
      Meet Neo: Your AI Platform Teammate