panos 2.0.7 published on Thursday, Nov 27, 2025 by paloaltonetworks
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 dictionaryThe following arguments are supported:
- Location
Get
Bgp Timer Routing Profile Location - The location of this object.
- Name string
- Hold
Time string - hold time Default:90 (in seconds)
- Keep
Alive stringInterval - keep-alive interval Default:30 (in seconds)
- Min
Route doubleAdvertisement Interval - Minimum Route Advertisement Interval Default:30 (in seconds)
- Open
Delay doubleTime - Delay time after peer TCP connection up and sending 1st BGP Open Message Default:0 (in seconds)
- Reconnect
Retry doubleInterval - Wait in the connect state before retrying connection to the peer Default:15 (in seconds)
- Location
Get
Bgp Timer Routing Profile Location - The location of this object.
- Name string
- Hold
Time string - hold time Default:90 (in seconds)
- Keep
Alive stringInterval - keep-alive interval Default:30 (in seconds)
- Min
Route float64Advertisement Interval - Minimum Route Advertisement Interval Default:30 (in seconds)
- Open
Delay float64Time - Delay time after peer TCP connection up and sending 1st BGP Open Message Default:0 (in seconds)
- Reconnect
Retry float64Interval - Wait in the connect state before retrying connection to the peer Default:15 (in seconds)
- location
Get
Bgp Timer Routing Profile Location - The location of this object.
- name String
- hold
Time String - hold time Default:90 (in seconds)
- keep
Alive StringInterval - keep-alive interval Default:30 (in seconds)
- min
Route DoubleAdvertisement Interval - Minimum Route Advertisement Interval Default:30 (in seconds)
- open
Delay DoubleTime - Delay time after peer TCP connection up and sending 1st BGP Open Message Default:0 (in seconds)
- reconnect
Retry DoubleInterval - Wait in the connect state before retrying connection to the peer Default:15 (in seconds)
- location
Get
Bgp Timer Routing Profile Location - The location of this object.
- name string
- hold
Time string - hold time Default:90 (in seconds)
- keep
Alive stringInterval - keep-alive interval Default:30 (in seconds)
- min
Route numberAdvertisement Interval - Minimum Route Advertisement Interval Default:30 (in seconds)
- open
Delay numberTime - Delay time after peer TCP connection up and sending 1st BGP Open Message Default:0 (in seconds)
- reconnect
Retry numberInterval - Wait in the connect state before retrying connection to the peer Default:15 (in seconds)
- location
Get
Bgp Timer Routing Profile Location - The location of this object.
- name str
- hold_
time str - hold time Default:90 (in seconds)
- keep_
alive_ strinterval - keep-alive interval Default:30 (in seconds)
- min_
route_ floatadvertisement_ interval - Minimum Route Advertisement Interval Default:30 (in seconds)
- open_
delay_ floattime - Delay time after peer TCP connection up and sending 1st BGP Open Message Default:0 (in seconds)
- reconnect_
retry_ floatinterval - 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
- hold
Time String - hold time Default:90 (in seconds)
- keep
Alive StringInterval - keep-alive interval Default:30 (in seconds)
- min
Route NumberAdvertisement Interval - Minimum Route Advertisement Interval Default:30 (in seconds)
- open
Delay NumberTime - Delay time after peer TCP connection up and sending 1st BGP Open Message Default:0 (in seconds)
- reconnect
Retry NumberInterval - Wait in the connect state before retrying connection to the peer Default:15 (in seconds)
getBgpTimerRoutingProfile Result
The following output properties are available:
- Hold
Time string - hold time Default:90 (in seconds)
- Id string
- The provider-assigned unique ID for this managed resource.
- Keep
Alive stringInterval - keep-alive interval Default:30 (in seconds)
- Location
Get
Bgp Timer Routing Profile Location - The location of this object.
- Min
Route doubleAdvertisement Interval - Minimum Route Advertisement Interval Default:30 (in seconds)
- Name string
- Open
Delay doubleTime - Delay time after peer TCP connection up and sending 1st BGP Open Message Default:0 (in seconds)
- Reconnect
Retry doubleInterval - Wait in the connect state before retrying connection to the peer Default:15 (in seconds)
- Hold
Time string - hold time Default:90 (in seconds)
- Id string
- The provider-assigned unique ID for this managed resource.
- Keep
Alive stringInterval - keep-alive interval Default:30 (in seconds)
- Location
Get
Bgp Timer Routing Profile Location - The location of this object.
- Min
Route float64Advertisement Interval - Minimum Route Advertisement Interval Default:30 (in seconds)
- Name string
- Open
Delay float64Time - Delay time after peer TCP connection up and sending 1st BGP Open Message Default:0 (in seconds)
- Reconnect
Retry float64Interval - Wait in the connect state before retrying connection to the peer Default:15 (in seconds)
- hold
Time String - hold time Default:90 (in seconds)
- id String
- The provider-assigned unique ID for this managed resource.
- keep
Alive StringInterval - keep-alive interval Default:30 (in seconds)
- location
Get
Bgp Timer Routing Profile Location - The location of this object.
- min
Route DoubleAdvertisement Interval - Minimum Route Advertisement Interval Default:30 (in seconds)
- name String
- open
Delay DoubleTime - Delay time after peer TCP connection up and sending 1st BGP Open Message Default:0 (in seconds)
- reconnect
Retry DoubleInterval - Wait in the connect state before retrying connection to the peer Default:15 (in seconds)
- hold
Time string - hold time Default:90 (in seconds)
- id string
- The provider-assigned unique ID for this managed resource.
- keep
Alive stringInterval - keep-alive interval Default:30 (in seconds)
- location
Get
Bgp Timer Routing Profile Location - The location of this object.
- min
Route numberAdvertisement Interval - Minimum Route Advertisement Interval Default:30 (in seconds)
- name string
- open
Delay numberTime - Delay time after peer TCP connection up and sending 1st BGP Open Message Default:0 (in seconds)
- reconnect
Retry numberInterval - 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_ strinterval - keep-alive interval Default:30 (in seconds)
- location
Get
Bgp Timer Routing Profile Location - The location of this object.
- min_
route_ floatadvertisement_ interval - Minimum Route Advertisement Interval Default:30 (in seconds)
- name str
- open_
delay_ floattime - Delay time after peer TCP connection up and sending 1st BGP Open Message Default:0 (in seconds)
- reconnect_
retry_ floatinterval - Wait in the connect state before retrying connection to the peer Default:15 (in seconds)
- hold
Time String - hold time Default:90 (in seconds)
- id String
- The provider-assigned unique ID for this managed resource.
- keep
Alive StringInterval - keep-alive interval Default:30 (in seconds)
- location Property Map
- The location of this object.
- min
Route NumberAdvertisement Interval - Minimum Route Advertisement Interval Default:30 (in seconds)
- name String
- open
Delay NumberTime - Delay time after peer TCP connection up and sending 1st BGP Open Message Default:0 (in seconds)
- reconnect
Retry NumberInterval - Wait in the connect state before retrying connection to the peer Default:15 (in seconds)
Supporting Types
GetBgpTimerRoutingProfileLocation
- Ngfw
Get
Bgp Timer Routing Profile Location Ngfw - Located in a specific NGFW device
- Template
Get
Bgp Timer Routing Profile Location Template - Located in a specific template
- Template
Stack GetBgp Timer Routing Profile Location Template Stack - Located in a specific template stack
- Ngfw
Get
Bgp Timer Routing Profile Location Ngfw - Located in a specific NGFW device
- Template
Get
Bgp Timer Routing Profile Location Template - Located in a specific template
- Template
Stack GetBgp Timer Routing Profile Location Template Stack - Located in a specific template stack
- ngfw
Get
Bgp Timer Routing Profile Location Ngfw - Located in a specific NGFW device
- template
Get
Bgp Timer Routing Profile Location Template - Located in a specific template
- template
Stack GetBgp Timer Routing Profile Location Template Stack - Located in a specific template stack
- ngfw
Get
Bgp Timer Routing Profile Location Ngfw - Located in a specific NGFW device
- template
Get
Bgp Timer Routing Profile Location Template - Located in a specific template
- template
Stack GetBgp Timer Routing Profile Location Template Stack - Located in a specific template stack
- ngfw
Get
Bgp Timer Routing Profile Location Ngfw - Located in a specific NGFW device
- template
Get
Bgp Timer Routing Profile Location Template - Located in a specific template
- template_
stack GetBgp Timer Routing Profile Location Template Stack - Located in a specific template stack
- ngfw Property Map
- Located in a specific NGFW device
- template Property Map
- Located in a specific template
- template
Stack Property Map - Located in a specific template stack
GetBgpTimerRoutingProfileLocationNgfw
- Ngfw
Device string - The NGFW device
- Ngfw
Device string - The NGFW device
- ngfw
Device String - The NGFW device
- ngfw
Device string - The NGFW device
- ngfw_
device str - The NGFW device
- ngfw
Device String - The NGFW device
GetBgpTimerRoutingProfileLocationTemplate
- Name string
- Specific Panorama template
- Ngfw
Device string - The NGFW device
- Panorama
Device string - Specific Panorama device
- Name string
- Specific Panorama template
- Ngfw
Device string - The NGFW device
- Panorama
Device string - Specific Panorama device
- name String
- Specific Panorama template
- ngfw
Device String - The NGFW device
- panorama
Device String - Specific Panorama device
- name string
- Specific Panorama template
- ngfw
Device string - The NGFW device
- panorama
Device 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
- ngfw
Device String - The NGFW device
- panorama
Device String - Specific Panorama device
GetBgpTimerRoutingProfileLocationTemplateStack
- Name string
- Specific Panorama template stack
- Ngfw
Device string - The NGFW device
- Panorama
Device string - Specific Panorama device
- Name string
- Specific Panorama template stack
- Ngfw
Device string - The NGFW device
- Panorama
Device string - Specific Panorama device
- name String
- Specific Panorama template stack
- ngfw
Device String - The NGFW device
- panorama
Device String - Specific Panorama device
- name string
- Specific Panorama template stack
- ngfw
Device string - The NGFW device
- panorama
Device 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
- ngfw
Device String - The NGFW device
- panorama
Device String - Specific Panorama device
Package Details
- Repository
- panos paloaltonetworks/terraform-provider-panos
- License
- Notes
- This Pulumi package is based on the
panosTerraform Provider.
panos 2.0.7 published on Thursday, Nov 27, 2025 by paloaltonetworks
