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

    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 getBgpTimerRoutingProfile(args: GetBgpTimerRoutingProfileArgs, opts?: InvokeOptions): Promise<GetBgpTimerRoutingProfileResult>
    function getBgpTimerRoutingProfileOutput(args: GetBgpTimerRoutingProfileOutputArgs, opts?: InvokeOptions): Output<GetBgpTimerRoutingProfileResult>
    def get_bgp_timer_routing_profile(hold_time: Optional[str] = None,
                                      keep_alive_interval: Optional[str] = None,
                                      location: Optional[GetBgpTimerRoutingProfileLocation] = None,
                                      min_route_advertisement_interval: Optional[float] = None,
                                      name: Optional[str] = None,
                                      open_delay_time: Optional[float] = None,
                                      reconnect_retry_interval: Optional[float] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetBgpTimerRoutingProfileResult
    def get_bgp_timer_routing_profile_output(hold_time: Optional[pulumi.Input[str]] = None,
                                      keep_alive_interval: Optional[pulumi.Input[str]] = None,
                                      location: Optional[pulumi.Input[GetBgpTimerRoutingProfileLocationArgs]] = None,
                                      min_route_advertisement_interval: Optional[pulumi.Input[float]] = None,
                                      name: Optional[pulumi.Input[str]] = None,
                                      open_delay_time: Optional[pulumi.Input[float]] = None,
                                      reconnect_retry_interval: Optional[pulumi.Input[float]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetBgpTimerRoutingProfileResult]
    func LookupBgpTimerRoutingProfile(ctx *Context, args *LookupBgpTimerRoutingProfileArgs, opts ...InvokeOption) (*LookupBgpTimerRoutingProfileResult, error)
    func LookupBgpTimerRoutingProfileOutput(ctx *Context, args *LookupBgpTimerRoutingProfileOutputArgs, opts ...InvokeOption) LookupBgpTimerRoutingProfileResultOutput

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

    public static class GetBgpTimerRoutingProfile 
    {
        public static Task<GetBgpTimerRoutingProfileResult> InvokeAsync(GetBgpTimerRoutingProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetBgpTimerRoutingProfileResult> Invoke(GetBgpTimerRoutingProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBgpTimerRoutingProfileResult> getBgpTimerRoutingProfile(GetBgpTimerRoutingProfileArgs args, InvokeOptions options)
    public static Output<GetBgpTimerRoutingProfileResult> getBgpTimerRoutingProfile(GetBgpTimerRoutingProfileArgs args, InvokeOptions options)
    
    fn::invoke:
      function: panos:index/getBgpTimerRoutingProfile:getBgpTimerRoutingProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Location GetBgpTimerRoutingProfileLocation
    The location of this object.
    Name string
    HoldTime string
    hold time Default:90 (in seconds)
    KeepAliveInterval string
    keep-alive interval Default:30 (in seconds)
    MinRouteAdvertisementInterval double
    Minimum Route Advertisement Interval Default:30 (in seconds)
    OpenDelayTime double
    Delay time after peer TCP connection up and sending 1st BGP Open Message Default:0 (in seconds)
    ReconnectRetryInterval double
    Wait in the connect state before retrying connection to the peer Default:15 (in seconds)
    Location GetBgpTimerRoutingProfileLocation
    The location of this object.
    Name string
    HoldTime string
    hold time Default:90 (in seconds)
    KeepAliveInterval string
    keep-alive interval Default:30 (in seconds)
    MinRouteAdvertisementInterval float64
    Minimum Route Advertisement Interval Default:30 (in seconds)
    OpenDelayTime float64
    Delay time after peer TCP connection up and sending 1st BGP Open Message Default:0 (in seconds)
    ReconnectRetryInterval float64
    Wait in the connect state before retrying connection to the peer Default:15 (in seconds)
    location GetBgpTimerRoutingProfileLocation
    The location of this object.
    name String
    holdTime String
    hold time Default:90 (in seconds)
    keepAliveInterval String
    keep-alive interval Default:30 (in seconds)
    minRouteAdvertisementInterval Double
    Minimum Route Advertisement Interval Default:30 (in seconds)
    openDelayTime Double
    Delay time after peer TCP connection up and sending 1st BGP Open Message Default:0 (in seconds)
    reconnectRetryInterval Double
    Wait in the connect state before retrying connection to the peer Default:15 (in seconds)
    location GetBgpTimerRoutingProfileLocation
    The location of this object.
    name string
    holdTime string
    hold time Default:90 (in seconds)
    keepAliveInterval string
    keep-alive interval Default:30 (in seconds)
    minRouteAdvertisementInterval number
    Minimum Route Advertisement Interval Default:30 (in seconds)
    openDelayTime number
    Delay time after peer TCP connection up and sending 1st BGP Open Message Default:0 (in seconds)
    reconnectRetryInterval number
    Wait in the connect state before retrying connection to the peer Default:15 (in seconds)
    location GetBgpTimerRoutingProfileLocation
    The location of this object.
    name str
    hold_time str
    hold time Default:90 (in seconds)
    keep_alive_interval str
    keep-alive interval Default:30 (in seconds)
    min_route_advertisement_interval float
    Minimum Route Advertisement Interval Default:30 (in seconds)
    open_delay_time float
    Delay time after peer TCP connection up and sending 1st BGP Open Message Default:0 (in seconds)
    reconnect_retry_interval float
    Wait in the connect state before retrying connection to the peer Default:15 (in seconds)
    location Property Map
    The location of this object.
    name String
    holdTime String
    hold time Default:90 (in seconds)
    keepAliveInterval String
    keep-alive interval Default:30 (in seconds)
    minRouteAdvertisementInterval Number
    Minimum Route Advertisement Interval Default:30 (in seconds)
    openDelayTime Number
    Delay time after peer TCP connection up and sending 1st BGP Open Message Default:0 (in seconds)
    reconnectRetryInterval Number
    Wait in the connect state before retrying connection to the peer Default:15 (in seconds)

    getBgpTimerRoutingProfile Result

    The following output properties are available:

    HoldTime string
    hold time Default:90 (in seconds)
    Id string
    The provider-assigned unique ID for this managed resource.
    KeepAliveInterval string
    keep-alive interval Default:30 (in seconds)
    Location GetBgpTimerRoutingProfileLocation
    The location of this object.
    MinRouteAdvertisementInterval double
    Minimum Route Advertisement Interval Default:30 (in seconds)
    Name string
    OpenDelayTime double
    Delay time after peer TCP connection up and sending 1st BGP Open Message Default:0 (in seconds)
    ReconnectRetryInterval double
    Wait in the connect state before retrying connection to the peer Default:15 (in seconds)
    HoldTime string
    hold time Default:90 (in seconds)
    Id string
    The provider-assigned unique ID for this managed resource.
    KeepAliveInterval string
    keep-alive interval Default:30 (in seconds)
    Location GetBgpTimerRoutingProfileLocation
    The location of this object.
    MinRouteAdvertisementInterval float64
    Minimum Route Advertisement Interval Default:30 (in seconds)
    Name string
    OpenDelayTime float64
    Delay time after peer TCP connection up and sending 1st BGP Open Message Default:0 (in seconds)
    ReconnectRetryInterval float64
    Wait in the connect state before retrying connection to the peer Default:15 (in seconds)
    holdTime String
    hold time Default:90 (in seconds)
    id String
    The provider-assigned unique ID for this managed resource.
    keepAliveInterval String
    keep-alive interval Default:30 (in seconds)
    location GetBgpTimerRoutingProfileLocation
    The location of this object.
    minRouteAdvertisementInterval Double
    Minimum Route Advertisement Interval Default:30 (in seconds)
    name String
    openDelayTime Double
    Delay time after peer TCP connection up and sending 1st BGP Open Message Default:0 (in seconds)
    reconnectRetryInterval Double
    Wait in the connect state before retrying connection to the peer Default:15 (in seconds)
    holdTime string
    hold time Default:90 (in seconds)
    id string
    The provider-assigned unique ID for this managed resource.
    keepAliveInterval string
    keep-alive interval Default:30 (in seconds)
    location GetBgpTimerRoutingProfileLocation
    The location of this object.
    minRouteAdvertisementInterval number
    Minimum Route Advertisement Interval Default:30 (in seconds)
    name string
    openDelayTime number
    Delay time after peer TCP connection up and sending 1st BGP Open Message Default:0 (in seconds)
    reconnectRetryInterval number
    Wait in the connect state before retrying connection to the peer Default:15 (in seconds)
    hold_time str
    hold time Default:90 (in seconds)
    id str
    The provider-assigned unique ID for this managed resource.
    keep_alive_interval str
    keep-alive interval Default:30 (in seconds)
    location GetBgpTimerRoutingProfileLocation
    The location of this object.
    min_route_advertisement_interval float
    Minimum Route Advertisement Interval Default:30 (in seconds)
    name str
    open_delay_time float
    Delay time after peer TCP connection up and sending 1st BGP Open Message Default:0 (in seconds)
    reconnect_retry_interval float
    Wait in the connect state before retrying connection to the peer Default:15 (in seconds)
    holdTime String
    hold time Default:90 (in seconds)
    id String
    The provider-assigned unique ID for this managed resource.
    keepAliveInterval String
    keep-alive interval Default:30 (in seconds)
    location Property Map
    The location of this object.
    minRouteAdvertisementInterval Number
    Minimum Route Advertisement Interval Default:30 (in seconds)
    name String
    openDelayTime Number
    Delay time after peer TCP connection up and sending 1st BGP Open Message Default:0 (in seconds)
    reconnectRetryInterval Number
    Wait in the connect state before retrying connection to the peer Default:15 (in seconds)

    Supporting Types

    GetBgpTimerRoutingProfileLocation

    Ngfw GetBgpTimerRoutingProfileLocationNgfw
    Located in a specific NGFW device
    Template GetBgpTimerRoutingProfileLocationTemplate
    Located in a specific template
    TemplateStack GetBgpTimerRoutingProfileLocationTemplateStack
    Located in a specific template stack
    Ngfw GetBgpTimerRoutingProfileLocationNgfw
    Located in a specific NGFW device
    Template GetBgpTimerRoutingProfileLocationTemplate
    Located in a specific template
    TemplateStack GetBgpTimerRoutingProfileLocationTemplateStack
    Located in a specific template stack
    ngfw GetBgpTimerRoutingProfileLocationNgfw
    Located in a specific NGFW device
    template GetBgpTimerRoutingProfileLocationTemplate
    Located in a specific template
    templateStack GetBgpTimerRoutingProfileLocationTemplateStack
    Located in a specific template stack
    ngfw GetBgpTimerRoutingProfileLocationNgfw
    Located in a specific NGFW device
    template GetBgpTimerRoutingProfileLocationTemplate
    Located in a specific template
    templateStack GetBgpTimerRoutingProfileLocationTemplateStack
    Located in a specific template stack
    ngfw GetBgpTimerRoutingProfileLocationNgfw
    Located in a specific NGFW device
    template GetBgpTimerRoutingProfileLocationTemplate
    Located in a specific template
    template_stack GetBgpTimerRoutingProfileLocationTemplateStack
    Located in a specific template stack
    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

    GetBgpTimerRoutingProfileLocationNgfw

    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

    GetBgpTimerRoutingProfileLocationTemplate

    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

    GetBgpTimerRoutingProfileLocationTemplateStack

    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