1. Packages
  2. Panos Provider
  3. API Docs
  4. getBgpAddressFamilyRoutingProfile
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 getBgpAddressFamilyRoutingProfile

    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 getBgpAddressFamilyRoutingProfile(args: GetBgpAddressFamilyRoutingProfileArgs, opts?: InvokeOptions): Promise<GetBgpAddressFamilyRoutingProfileResult>
    function getBgpAddressFamilyRoutingProfileOutput(args: GetBgpAddressFamilyRoutingProfileOutputArgs, opts?: InvokeOptions): Output<GetBgpAddressFamilyRoutingProfileResult>
    def get_bgp_address_family_routing_profile(ipv4: Optional[GetBgpAddressFamilyRoutingProfileIpv4] = None,
                                               ipv6: Optional[GetBgpAddressFamilyRoutingProfileIpv6] = None,
                                               location: Optional[GetBgpAddressFamilyRoutingProfileLocation] = None,
                                               name: Optional[str] = None,
                                               opts: Optional[InvokeOptions] = None) -> GetBgpAddressFamilyRoutingProfileResult
    def get_bgp_address_family_routing_profile_output(ipv4: Optional[pulumi.Input[GetBgpAddressFamilyRoutingProfileIpv4Args]] = None,
                                               ipv6: Optional[pulumi.Input[GetBgpAddressFamilyRoutingProfileIpv6Args]] = None,
                                               location: Optional[pulumi.Input[GetBgpAddressFamilyRoutingProfileLocationArgs]] = None,
                                               name: Optional[pulumi.Input[str]] = None,
                                               opts: Optional[InvokeOptions] = None) -> Output[GetBgpAddressFamilyRoutingProfileResult]
    func LookupBgpAddressFamilyRoutingProfile(ctx *Context, args *LookupBgpAddressFamilyRoutingProfileArgs, opts ...InvokeOption) (*LookupBgpAddressFamilyRoutingProfileResult, error)
    func LookupBgpAddressFamilyRoutingProfileOutput(ctx *Context, args *LookupBgpAddressFamilyRoutingProfileOutputArgs, opts ...InvokeOption) LookupBgpAddressFamilyRoutingProfileResultOutput

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

    public static class GetBgpAddressFamilyRoutingProfile 
    {
        public static Task<GetBgpAddressFamilyRoutingProfileResult> InvokeAsync(GetBgpAddressFamilyRoutingProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetBgpAddressFamilyRoutingProfileResult> Invoke(GetBgpAddressFamilyRoutingProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBgpAddressFamilyRoutingProfileResult> getBgpAddressFamilyRoutingProfile(GetBgpAddressFamilyRoutingProfileArgs args, InvokeOptions options)
    public static Output<GetBgpAddressFamilyRoutingProfileResult> getBgpAddressFamilyRoutingProfile(GetBgpAddressFamilyRoutingProfileArgs args, InvokeOptions options)
    
    fn::invoke:
      function: panos:index/getBgpAddressFamilyRoutingProfile:getBgpAddressFamilyRoutingProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    location Property Map
    The location of this object.
    name String
    ipv4 Property Map
    ipv6 Property Map

    getBgpAddressFamilyRoutingProfile Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Ipv4 GetBgpAddressFamilyRoutingProfileIpv4
    Ipv6 GetBgpAddressFamilyRoutingProfileIpv6
    Location GetBgpAddressFamilyRoutingProfileLocation
    The location of this object.
    Name string
    Id string
    The provider-assigned unique ID for this managed resource.
    Ipv4 GetBgpAddressFamilyRoutingProfileIpv4
    Ipv6 GetBgpAddressFamilyRoutingProfileIpv6
    Location GetBgpAddressFamilyRoutingProfileLocation
    The location of this object.
    Name string
    id String
    The provider-assigned unique ID for this managed resource.
    ipv4 GetBgpAddressFamilyRoutingProfileIpv4
    ipv6 GetBgpAddressFamilyRoutingProfileIpv6
    location GetBgpAddressFamilyRoutingProfileLocation
    The location of this object.
    name String
    id string
    The provider-assigned unique ID for this managed resource.
    ipv4 GetBgpAddressFamilyRoutingProfileIpv4
    ipv6 GetBgpAddressFamilyRoutingProfileIpv6
    location GetBgpAddressFamilyRoutingProfileLocation
    The location of this object.
    name string
    id str
    The provider-assigned unique ID for this managed resource.
    ipv4 GetBgpAddressFamilyRoutingProfileIpv4
    ipv6 GetBgpAddressFamilyRoutingProfileIpv6
    location GetBgpAddressFamilyRoutingProfileLocation
    The location of this object.
    name str
    id String
    The provider-assigned unique ID for this managed resource.
    ipv4 Property Map
    ipv6 Property Map
    location Property Map
    The location of this object.
    name String

    Supporting Types

    GetBgpAddressFamilyRoutingProfileIpv4

    GetBgpAddressFamilyRoutingProfileIpv4Multicast

    addPath GetBgpAddressFamilyRoutingProfileIpv4MulticastAddPath
    allowasIn GetBgpAddressFamilyRoutingProfileIpv4MulticastAllowasIn
    asOverride Boolean
    Override ASNs in outbound updates if AS-Path equals Remote-AS
    defaultOriginate Boolean
    Originate Default Route
    defaultOriginateMap String
    Route-Map used in Default Originate Configuration
    enable Boolean
    Enable
    maximumPrefix GetBgpAddressFamilyRoutingProfileIpv4MulticastMaximumPrefix
    nextHop GetBgpAddressFamilyRoutingProfileIpv4MulticastNextHop
    orf GetBgpAddressFamilyRoutingProfileIpv4MulticastOrf
    removePrivateAs GetBgpAddressFamilyRoutingProfileIpv4MulticastRemovePrivateAs
    routeReflectorClient Boolean
    Route Reflector Client
    sendCommunity GetBgpAddressFamilyRoutingProfileIpv4MulticastSendCommunity
    softReconfigWithStoredInfo Boolean
    Soft reconfiguration of peer with stored routes
    addPath GetBgpAddressFamilyRoutingProfileIpv4MulticastAddPath
    allowasIn GetBgpAddressFamilyRoutingProfileIpv4MulticastAllowasIn
    asOverride boolean
    Override ASNs in outbound updates if AS-Path equals Remote-AS
    defaultOriginate boolean
    Originate Default Route
    defaultOriginateMap string
    Route-Map used in Default Originate Configuration
    enable boolean
    Enable
    maximumPrefix GetBgpAddressFamilyRoutingProfileIpv4MulticastMaximumPrefix
    nextHop GetBgpAddressFamilyRoutingProfileIpv4MulticastNextHop
    orf GetBgpAddressFamilyRoutingProfileIpv4MulticastOrf
    removePrivateAs GetBgpAddressFamilyRoutingProfileIpv4MulticastRemovePrivateAs
    routeReflectorClient boolean
    Route Reflector Client
    sendCommunity GetBgpAddressFamilyRoutingProfileIpv4MulticastSendCommunity
    softReconfigWithStoredInfo boolean
    Soft reconfiguration of peer with stored routes
    add_path GetBgpAddressFamilyRoutingProfileIpv4MulticastAddPath
    allowas_in GetBgpAddressFamilyRoutingProfileIpv4MulticastAllowasIn
    as_override bool
    Override ASNs in outbound updates if AS-Path equals Remote-AS
    default_originate bool
    Originate Default Route
    default_originate_map str
    Route-Map used in Default Originate Configuration
    enable bool
    Enable
    maximum_prefix GetBgpAddressFamilyRoutingProfileIpv4MulticastMaximumPrefix
    next_hop GetBgpAddressFamilyRoutingProfileIpv4MulticastNextHop
    orf GetBgpAddressFamilyRoutingProfileIpv4MulticastOrf
    remove_private_as GetBgpAddressFamilyRoutingProfileIpv4MulticastRemovePrivateAs
    route_reflector_client bool
    Route Reflector Client
    send_community GetBgpAddressFamilyRoutingProfileIpv4MulticastSendCommunity
    soft_reconfig_with_stored_info bool
    Soft reconfiguration of peer with stored routes
    addPath Property Map
    allowasIn Property Map
    asOverride Boolean
    Override ASNs in outbound updates if AS-Path equals Remote-AS
    defaultOriginate Boolean
    Originate Default Route
    defaultOriginateMap String
    Route-Map used in Default Originate Configuration
    enable Boolean
    Enable
    maximumPrefix Property Map
    nextHop Property Map
    orf Property Map
    removePrivateAs Property Map
    routeReflectorClient Boolean
    Route Reflector Client
    sendCommunity Property Map
    softReconfigWithStoredInfo Boolean
    Soft reconfiguration of peer with stored routes

    GetBgpAddressFamilyRoutingProfileIpv4MulticastAddPath

    TxAllPaths bool
    Advertise all paths to peer
    TxBestpathPerAs bool
    Advertise the bestpath per each neighboring AS
    TxAllPaths bool
    Advertise all paths to peer
    TxBestpathPerAs bool
    Advertise the bestpath per each neighboring AS
    txAllPaths Boolean
    Advertise all paths to peer
    txBestpathPerAs Boolean
    Advertise the bestpath per each neighboring AS
    txAllPaths boolean
    Advertise all paths to peer
    txBestpathPerAs boolean
    Advertise the bestpath per each neighboring AS
    tx_all_paths bool
    Advertise all paths to peer
    tx_bestpath_per_as bool
    Advertise the bestpath per each neighboring AS
    txAllPaths Boolean
    Advertise all paths to peer
    txBestpathPerAs Boolean
    Advertise the bestpath per each neighboring AS

    GetBgpAddressFamilyRoutingProfileIpv4MulticastAllowasIn

    occurrence Number
    Number of occurrences of AS number
    origin Property Map

    GetBgpAddressFamilyRoutingProfileIpv4MulticastMaximumPrefix

    Action GetBgpAddressFamilyRoutingProfileIpv4MulticastMaximumPrefixAction
    MaxPrefixes double
    Max allowed prefixes from this peer
    Threshold double
    Threshold value (%) at which to generate a warning msg
    Action GetBgpAddressFamilyRoutingProfileIpv4MulticastMaximumPrefixAction
    MaxPrefixes float64
    Max allowed prefixes from this peer
    Threshold float64
    Threshold value (%) at which to generate a warning msg
    action GetBgpAddressFamilyRoutingProfileIpv4MulticastMaximumPrefixAction
    maxPrefixes Double
    Max allowed prefixes from this peer
    threshold Double
    Threshold value (%) at which to generate a warning msg
    action GetBgpAddressFamilyRoutingProfileIpv4MulticastMaximumPrefixAction
    maxPrefixes number
    Max allowed prefixes from this peer
    threshold number
    Threshold value (%) at which to generate a warning msg
    action GetBgpAddressFamilyRoutingProfileIpv4MulticastMaximumPrefixAction
    max_prefixes float
    Max allowed prefixes from this peer
    threshold float
    Threshold value (%) at which to generate a warning msg
    action Property Map
    maxPrefixes Number
    Max allowed prefixes from this peer
    threshold Number
    Threshold value (%) at which to generate a warning msg

    GetBgpAddressFamilyRoutingProfileIpv4MulticastMaximumPrefixAction

    GetBgpAddressFamilyRoutingProfileIpv4MulticastMaximumPrefixActionRestart

    Interval double
    Restart interval in minutes
    Interval float64
    Restart interval in minutes
    interval Double
    Restart interval in minutes
    interval number
    Restart interval in minutes
    interval float
    Restart interval in minutes
    interval Number
    Restart interval in minutes

    GetBgpAddressFamilyRoutingProfileIpv4MulticastNextHop

    GetBgpAddressFamilyRoutingProfileIpv4MulticastOrf

    OrfPrefixList string
    Advertise Prefix-List ORF Capability
    OrfPrefixList string
    Advertise Prefix-List ORF Capability
    orfPrefixList String
    Advertise Prefix-List ORF Capability
    orfPrefixList string
    Advertise Prefix-List ORF Capability
    orf_prefix_list str
    Advertise Prefix-List ORF Capability
    orfPrefixList String
    Advertise Prefix-List ORF Capability

    GetBgpAddressFamilyRoutingProfileIpv4MulticastRemovePrivateAs

    GetBgpAddressFamilyRoutingProfileIpv4MulticastSendCommunity

    GetBgpAddressFamilyRoutingProfileIpv4Unicast

    addPath GetBgpAddressFamilyRoutingProfileIpv4UnicastAddPath
    allowasIn GetBgpAddressFamilyRoutingProfileIpv4UnicastAllowasIn
    asOverride Boolean
    Override ASNs in outbound updates if AS-Path equals Remote-AS
    defaultOriginate Boolean
    Originate Default Route
    defaultOriginateMap String
    Route-Map used in Default Originate Configuration
    enable Boolean
    Enable
    maximumPrefix GetBgpAddressFamilyRoutingProfileIpv4UnicastMaximumPrefix
    nextHop GetBgpAddressFamilyRoutingProfileIpv4UnicastNextHop
    orf GetBgpAddressFamilyRoutingProfileIpv4UnicastOrf
    removePrivateAs GetBgpAddressFamilyRoutingProfileIpv4UnicastRemovePrivateAs
    routeReflectorClient Boolean
    Route Reflector Client
    sendCommunity GetBgpAddressFamilyRoutingProfileIpv4UnicastSendCommunity
    softReconfigWithStoredInfo Boolean
    Soft reconfiguration of peer with stored routes
    addPath GetBgpAddressFamilyRoutingProfileIpv4UnicastAddPath
    allowasIn GetBgpAddressFamilyRoutingProfileIpv4UnicastAllowasIn
    asOverride boolean
    Override ASNs in outbound updates if AS-Path equals Remote-AS
    defaultOriginate boolean
    Originate Default Route
    defaultOriginateMap string
    Route-Map used in Default Originate Configuration
    enable boolean
    Enable
    maximumPrefix GetBgpAddressFamilyRoutingProfileIpv4UnicastMaximumPrefix
    nextHop GetBgpAddressFamilyRoutingProfileIpv4UnicastNextHop
    orf GetBgpAddressFamilyRoutingProfileIpv4UnicastOrf
    removePrivateAs GetBgpAddressFamilyRoutingProfileIpv4UnicastRemovePrivateAs
    routeReflectorClient boolean
    Route Reflector Client
    sendCommunity GetBgpAddressFamilyRoutingProfileIpv4UnicastSendCommunity
    softReconfigWithStoredInfo boolean
    Soft reconfiguration of peer with stored routes
    addPath Property Map
    allowasIn Property Map
    asOverride Boolean
    Override ASNs in outbound updates if AS-Path equals Remote-AS
    defaultOriginate Boolean
    Originate Default Route
    defaultOriginateMap String
    Route-Map used in Default Originate Configuration
    enable Boolean
    Enable
    maximumPrefix Property Map
    nextHop Property Map
    orf Property Map
    removePrivateAs Property Map
    routeReflectorClient Boolean
    Route Reflector Client
    sendCommunity Property Map
    softReconfigWithStoredInfo Boolean
    Soft reconfiguration of peer with stored routes

    GetBgpAddressFamilyRoutingProfileIpv4UnicastAddPath

    TxAllPaths bool
    Advertise all paths to peer
    TxBestpathPerAs bool
    Advertise the bestpath per each neighboring AS
    TxAllPaths bool
    Advertise all paths to peer
    TxBestpathPerAs bool
    Advertise the bestpath per each neighboring AS
    txAllPaths Boolean
    Advertise all paths to peer
    txBestpathPerAs Boolean
    Advertise the bestpath per each neighboring AS
    txAllPaths boolean
    Advertise all paths to peer
    txBestpathPerAs boolean
    Advertise the bestpath per each neighboring AS
    tx_all_paths bool
    Advertise all paths to peer
    tx_bestpath_per_as bool
    Advertise the bestpath per each neighboring AS
    txAllPaths Boolean
    Advertise all paths to peer
    txBestpathPerAs Boolean
    Advertise the bestpath per each neighboring AS

    GetBgpAddressFamilyRoutingProfileIpv4UnicastAllowasIn

    occurrence Number
    Number of occurrences of AS number
    origin Property Map

    GetBgpAddressFamilyRoutingProfileIpv4UnicastMaximumPrefix

    Action GetBgpAddressFamilyRoutingProfileIpv4UnicastMaximumPrefixAction
    MaxPrefixes double
    Max allowed prefixes from this peer
    Threshold double
    Threshold value (%) at which to generate a warning msg
    Action GetBgpAddressFamilyRoutingProfileIpv4UnicastMaximumPrefixAction
    MaxPrefixes float64
    Max allowed prefixes from this peer
    Threshold float64
    Threshold value (%) at which to generate a warning msg
    action GetBgpAddressFamilyRoutingProfileIpv4UnicastMaximumPrefixAction
    maxPrefixes Double
    Max allowed prefixes from this peer
    threshold Double
    Threshold value (%) at which to generate a warning msg
    action GetBgpAddressFamilyRoutingProfileIpv4UnicastMaximumPrefixAction
    maxPrefixes number
    Max allowed prefixes from this peer
    threshold number
    Threshold value (%) at which to generate a warning msg
    action GetBgpAddressFamilyRoutingProfileIpv4UnicastMaximumPrefixAction
    max_prefixes float
    Max allowed prefixes from this peer
    threshold float
    Threshold value (%) at which to generate a warning msg
    action Property Map
    maxPrefixes Number
    Max allowed prefixes from this peer
    threshold Number
    Threshold value (%) at which to generate a warning msg

    GetBgpAddressFamilyRoutingProfileIpv4UnicastMaximumPrefixAction

    GetBgpAddressFamilyRoutingProfileIpv4UnicastMaximumPrefixActionRestart

    Interval double
    Restart interval in minutes
    Interval float64
    Restart interval in minutes
    interval Double
    Restart interval in minutes
    interval number
    Restart interval in minutes
    interval float
    Restart interval in minutes
    interval Number
    Restart interval in minutes

    GetBgpAddressFamilyRoutingProfileIpv4UnicastNextHop

    GetBgpAddressFamilyRoutingProfileIpv4UnicastOrf

    OrfPrefixList string
    Advertise Prefix-List ORF Capability
    OrfPrefixList string
    Advertise Prefix-List ORF Capability
    orfPrefixList String
    Advertise Prefix-List ORF Capability
    orfPrefixList string
    Advertise Prefix-List ORF Capability
    orf_prefix_list str
    Advertise Prefix-List ORF Capability
    orfPrefixList String
    Advertise Prefix-List ORF Capability

    GetBgpAddressFamilyRoutingProfileIpv4UnicastRemovePrivateAs

    GetBgpAddressFamilyRoutingProfileIpv4UnicastSendCommunity

    GetBgpAddressFamilyRoutingProfileIpv6

    GetBgpAddressFamilyRoutingProfileIpv6Unicast

    addPath GetBgpAddressFamilyRoutingProfileIpv6UnicastAddPath
    allowasIn GetBgpAddressFamilyRoutingProfileIpv6UnicastAllowasIn
    asOverride Boolean
    Override ASNs in outbound updates if AS-Path equals Remote-AS
    defaultOriginate Boolean
    Originate Default Route
    defaultOriginateMap String
    Route-Map used in Default Originate Configuration
    enable Boolean
    Enable
    maximumPrefix GetBgpAddressFamilyRoutingProfileIpv6UnicastMaximumPrefix
    nextHop GetBgpAddressFamilyRoutingProfileIpv6UnicastNextHop
    orf GetBgpAddressFamilyRoutingProfileIpv6UnicastOrf
    removePrivateAs GetBgpAddressFamilyRoutingProfileIpv6UnicastRemovePrivateAs
    routeReflectorClient Boolean
    Route Reflector Client
    sendCommunity GetBgpAddressFamilyRoutingProfileIpv6UnicastSendCommunity
    softReconfigWithStoredInfo Boolean
    Soft reconfiguration of peer with stored routes
    addPath GetBgpAddressFamilyRoutingProfileIpv6UnicastAddPath
    allowasIn GetBgpAddressFamilyRoutingProfileIpv6UnicastAllowasIn
    asOverride boolean
    Override ASNs in outbound updates if AS-Path equals Remote-AS
    defaultOriginate boolean
    Originate Default Route
    defaultOriginateMap string
    Route-Map used in Default Originate Configuration
    enable boolean
    Enable
    maximumPrefix GetBgpAddressFamilyRoutingProfileIpv6UnicastMaximumPrefix
    nextHop GetBgpAddressFamilyRoutingProfileIpv6UnicastNextHop
    orf GetBgpAddressFamilyRoutingProfileIpv6UnicastOrf
    removePrivateAs GetBgpAddressFamilyRoutingProfileIpv6UnicastRemovePrivateAs
    routeReflectorClient boolean
    Route Reflector Client
    sendCommunity GetBgpAddressFamilyRoutingProfileIpv6UnicastSendCommunity
    softReconfigWithStoredInfo boolean
    Soft reconfiguration of peer with stored routes
    addPath Property Map
    allowasIn Property Map
    asOverride Boolean
    Override ASNs in outbound updates if AS-Path equals Remote-AS
    defaultOriginate Boolean
    Originate Default Route
    defaultOriginateMap String
    Route-Map used in Default Originate Configuration
    enable Boolean
    Enable
    maximumPrefix Property Map
    nextHop Property Map
    orf Property Map
    removePrivateAs Property Map
    routeReflectorClient Boolean
    Route Reflector Client
    sendCommunity Property Map
    softReconfigWithStoredInfo Boolean
    Soft reconfiguration of peer with stored routes

    GetBgpAddressFamilyRoutingProfileIpv6UnicastAddPath

    TxAllPaths bool
    Advertise all paths to peer
    TxBestpathPerAs bool
    Advertise the bestpath per each neighboring AS
    TxAllPaths bool
    Advertise all paths to peer
    TxBestpathPerAs bool
    Advertise the bestpath per each neighboring AS
    txAllPaths Boolean
    Advertise all paths to peer
    txBestpathPerAs Boolean
    Advertise the bestpath per each neighboring AS
    txAllPaths boolean
    Advertise all paths to peer
    txBestpathPerAs boolean
    Advertise the bestpath per each neighboring AS
    tx_all_paths bool
    Advertise all paths to peer
    tx_bestpath_per_as bool
    Advertise the bestpath per each neighboring AS
    txAllPaths Boolean
    Advertise all paths to peer
    txBestpathPerAs Boolean
    Advertise the bestpath per each neighboring AS

    GetBgpAddressFamilyRoutingProfileIpv6UnicastAllowasIn

    occurrence Number
    Number of occurrences of AS number
    origin Property Map

    GetBgpAddressFamilyRoutingProfileIpv6UnicastMaximumPrefix

    Action GetBgpAddressFamilyRoutingProfileIpv6UnicastMaximumPrefixAction
    MaxPrefixes double
    Max allowed prefixes from this peer
    Threshold double
    Threshold value (%) at which to generate a warning msg
    Action GetBgpAddressFamilyRoutingProfileIpv6UnicastMaximumPrefixAction
    MaxPrefixes float64
    Max allowed prefixes from this peer
    Threshold float64
    Threshold value (%) at which to generate a warning msg
    action GetBgpAddressFamilyRoutingProfileIpv6UnicastMaximumPrefixAction
    maxPrefixes Double
    Max allowed prefixes from this peer
    threshold Double
    Threshold value (%) at which to generate a warning msg
    action GetBgpAddressFamilyRoutingProfileIpv6UnicastMaximumPrefixAction
    maxPrefixes number
    Max allowed prefixes from this peer
    threshold number
    Threshold value (%) at which to generate a warning msg
    action GetBgpAddressFamilyRoutingProfileIpv6UnicastMaximumPrefixAction
    max_prefixes float
    Max allowed prefixes from this peer
    threshold float
    Threshold value (%) at which to generate a warning msg
    action Property Map
    maxPrefixes Number
    Max allowed prefixes from this peer
    threshold Number
    Threshold value (%) at which to generate a warning msg

    GetBgpAddressFamilyRoutingProfileIpv6UnicastMaximumPrefixAction

    GetBgpAddressFamilyRoutingProfileIpv6UnicastMaximumPrefixActionRestart

    Interval double
    Restart interval in minutes
    Interval float64
    Restart interval in minutes
    interval Double
    Restart interval in minutes
    interval number
    Restart interval in minutes
    interval float
    Restart interval in minutes
    interval Number
    Restart interval in minutes

    GetBgpAddressFamilyRoutingProfileIpv6UnicastNextHop

    GetBgpAddressFamilyRoutingProfileIpv6UnicastOrf

    OrfPrefixList string
    Advertise Prefix-List ORF Capability
    OrfPrefixList string
    Advertise Prefix-List ORF Capability
    orfPrefixList String
    Advertise Prefix-List ORF Capability
    orfPrefixList string
    Advertise Prefix-List ORF Capability
    orf_prefix_list str
    Advertise Prefix-List ORF Capability
    orfPrefixList String
    Advertise Prefix-List ORF Capability

    GetBgpAddressFamilyRoutingProfileIpv6UnicastRemovePrivateAs

    GetBgpAddressFamilyRoutingProfileIpv6UnicastSendCommunity

    GetBgpAddressFamilyRoutingProfileLocation

    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

    GetBgpAddressFamilyRoutingProfileLocationNgfw

    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

    GetBgpAddressFamilyRoutingProfileLocationTemplate

    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

    GetBgpAddressFamilyRoutingProfileLocationTemplateStack

    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

    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