1. Packages
  2. Packages
  3. Panos Provider
  4. API Docs
  5. getOspfInterfaceTimerRoutingProfile
Viewing docs for panos 2.0.11
published on Tuesday, Apr 28, 2026 by paloaltonetworks
Viewing docs for panos 2.0.11
published on Tuesday, Apr 28, 2026 by paloaltonetworks

    Using getOspfInterfaceTimerRoutingProfile

    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 getOspfInterfaceTimerRoutingProfile(args: GetOspfInterfaceTimerRoutingProfileArgs, opts?: InvokeOptions): Promise<GetOspfInterfaceTimerRoutingProfileResult>
    function getOspfInterfaceTimerRoutingProfileOutput(args: GetOspfInterfaceTimerRoutingProfileOutputArgs, opts?: InvokeOptions): Output<GetOspfInterfaceTimerRoutingProfileResult>
    def get_ospf_interface_timer_routing_profile(dead_counts: Optional[float] = None,
                                                 gr_delay: Optional[float] = None,
                                                 hello_interval: Optional[float] = None,
                                                 location: Optional[GetOspfInterfaceTimerRoutingProfileLocation] = None,
                                                 name: Optional[str] = None,
                                                 retransmit_interval: Optional[float] = None,
                                                 transit_delay: Optional[float] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetOspfInterfaceTimerRoutingProfileResult
    def get_ospf_interface_timer_routing_profile_output(dead_counts: Optional[pulumi.Input[float]] = None,
                                                 gr_delay: Optional[pulumi.Input[float]] = None,
                                                 hello_interval: Optional[pulumi.Input[float]] = None,
                                                 location: Optional[pulumi.Input[GetOspfInterfaceTimerRoutingProfileLocationArgs]] = None,
                                                 name: Optional[pulumi.Input[str]] = None,
                                                 retransmit_interval: Optional[pulumi.Input[float]] = None,
                                                 transit_delay: Optional[pulumi.Input[float]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetOspfInterfaceTimerRoutingProfileResult]
    func LookupOspfInterfaceTimerRoutingProfile(ctx *Context, args *LookupOspfInterfaceTimerRoutingProfileArgs, opts ...InvokeOption) (*LookupOspfInterfaceTimerRoutingProfileResult, error)
    func LookupOspfInterfaceTimerRoutingProfileOutput(ctx *Context, args *LookupOspfInterfaceTimerRoutingProfileOutputArgs, opts ...InvokeOption) LookupOspfInterfaceTimerRoutingProfileResultOutput

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

    public static class GetOspfInterfaceTimerRoutingProfile 
    {
        public static Task<GetOspfInterfaceTimerRoutingProfileResult> InvokeAsync(GetOspfInterfaceTimerRoutingProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetOspfInterfaceTimerRoutingProfileResult> Invoke(GetOspfInterfaceTimerRoutingProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOspfInterfaceTimerRoutingProfileResult> getOspfInterfaceTimerRoutingProfile(GetOspfInterfaceTimerRoutingProfileArgs args, InvokeOptions options)
    public static Output<GetOspfInterfaceTimerRoutingProfileResult> getOspfInterfaceTimerRoutingProfile(GetOspfInterfaceTimerRoutingProfileArgs args, InvokeOptions options)
    
    fn::invoke:
      function: panos:index/getOspfInterfaceTimerRoutingProfile:getOspfInterfaceTimerRoutingProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Location GetOspfInterfaceTimerRoutingProfileLocation
    The location of this object.
    Name string
    DeadCounts double
    number of lost hello packets to declare router down
    GrDelay double
    Period (in seconds) used to send grace LSAs before first hello is sent when graceful restart starts
    HelloInterval double
    Interval (in seconds) to send Hello packets
    RetransmitInterval double
    Interval (in seconds) to retransmit LSAs
    TransitDelay double
    Estimated delay (in seconds) to transmit LSAs
    Location GetOspfInterfaceTimerRoutingProfileLocation
    The location of this object.
    Name string
    DeadCounts float64
    number of lost hello packets to declare router down
    GrDelay float64
    Period (in seconds) used to send grace LSAs before first hello is sent when graceful restart starts
    HelloInterval float64
    Interval (in seconds) to send Hello packets
    RetransmitInterval float64
    Interval (in seconds) to retransmit LSAs
    TransitDelay float64
    Estimated delay (in seconds) to transmit LSAs
    location GetOspfInterfaceTimerRoutingProfileLocation
    The location of this object.
    name String
    deadCounts Double
    number of lost hello packets to declare router down
    grDelay Double
    Period (in seconds) used to send grace LSAs before first hello is sent when graceful restart starts
    helloInterval Double
    Interval (in seconds) to send Hello packets
    retransmitInterval Double
    Interval (in seconds) to retransmit LSAs
    transitDelay Double
    Estimated delay (in seconds) to transmit LSAs
    location GetOspfInterfaceTimerRoutingProfileLocation
    The location of this object.
    name string
    deadCounts number
    number of lost hello packets to declare router down
    grDelay number
    Period (in seconds) used to send grace LSAs before first hello is sent when graceful restart starts
    helloInterval number
    Interval (in seconds) to send Hello packets
    retransmitInterval number
    Interval (in seconds) to retransmit LSAs
    transitDelay number
    Estimated delay (in seconds) to transmit LSAs
    location GetOspfInterfaceTimerRoutingProfileLocation
    The location of this object.
    name str
    dead_counts float
    number of lost hello packets to declare router down
    gr_delay float
    Period (in seconds) used to send grace LSAs before first hello is sent when graceful restart starts
    hello_interval float
    Interval (in seconds) to send Hello packets
    retransmit_interval float
    Interval (in seconds) to retransmit LSAs
    transit_delay float
    Estimated delay (in seconds) to transmit LSAs
    location Property Map
    The location of this object.
    name String
    deadCounts Number
    number of lost hello packets to declare router down
    grDelay Number
    Period (in seconds) used to send grace LSAs before first hello is sent when graceful restart starts
    helloInterval Number
    Interval (in seconds) to send Hello packets
    retransmitInterval Number
    Interval (in seconds) to retransmit LSAs
    transitDelay Number
    Estimated delay (in seconds) to transmit LSAs

    getOspfInterfaceTimerRoutingProfile Result

    The following output properties are available:

    DeadCounts double
    number of lost hello packets to declare router down
    GrDelay double
    Period (in seconds) used to send grace LSAs before first hello is sent when graceful restart starts
    HelloInterval double
    Interval (in seconds) to send Hello packets
    Id string
    The provider-assigned unique ID for this managed resource.
    Location GetOspfInterfaceTimerRoutingProfileLocation
    The location of this object.
    Name string
    RetransmitInterval double
    Interval (in seconds) to retransmit LSAs
    TransitDelay double
    Estimated delay (in seconds) to transmit LSAs
    DeadCounts float64
    number of lost hello packets to declare router down
    GrDelay float64
    Period (in seconds) used to send grace LSAs before first hello is sent when graceful restart starts
    HelloInterval float64
    Interval (in seconds) to send Hello packets
    Id string
    The provider-assigned unique ID for this managed resource.
    Location GetOspfInterfaceTimerRoutingProfileLocation
    The location of this object.
    Name string
    RetransmitInterval float64
    Interval (in seconds) to retransmit LSAs
    TransitDelay float64
    Estimated delay (in seconds) to transmit LSAs
    deadCounts Double
    number of lost hello packets to declare router down
    grDelay Double
    Period (in seconds) used to send grace LSAs before first hello is sent when graceful restart starts
    helloInterval Double
    Interval (in seconds) to send Hello packets
    id String
    The provider-assigned unique ID for this managed resource.
    location GetOspfInterfaceTimerRoutingProfileLocation
    The location of this object.
    name String
    retransmitInterval Double
    Interval (in seconds) to retransmit LSAs
    transitDelay Double
    Estimated delay (in seconds) to transmit LSAs
    deadCounts number
    number of lost hello packets to declare router down
    grDelay number
    Period (in seconds) used to send grace LSAs before first hello is sent when graceful restart starts
    helloInterval number
    Interval (in seconds) to send Hello packets
    id string
    The provider-assigned unique ID for this managed resource.
    location GetOspfInterfaceTimerRoutingProfileLocation
    The location of this object.
    name string
    retransmitInterval number
    Interval (in seconds) to retransmit LSAs
    transitDelay number
    Estimated delay (in seconds) to transmit LSAs
    dead_counts float
    number of lost hello packets to declare router down
    gr_delay float
    Period (in seconds) used to send grace LSAs before first hello is sent when graceful restart starts
    hello_interval float
    Interval (in seconds) to send Hello packets
    id str
    The provider-assigned unique ID for this managed resource.
    location GetOspfInterfaceTimerRoutingProfileLocation
    The location of this object.
    name str
    retransmit_interval float
    Interval (in seconds) to retransmit LSAs
    transit_delay float
    Estimated delay (in seconds) to transmit LSAs
    deadCounts Number
    number of lost hello packets to declare router down
    grDelay Number
    Period (in seconds) used to send grace LSAs before first hello is sent when graceful restart starts
    helloInterval Number
    Interval (in seconds) to send Hello packets
    id String
    The provider-assigned unique ID for this managed resource.
    location Property Map
    The location of this object.
    name String
    retransmitInterval Number
    Interval (in seconds) to retransmit LSAs
    transitDelay Number
    Estimated delay (in seconds) to transmit LSAs

    Supporting Types

    GetOspfInterfaceTimerRoutingProfileLocation

    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

    GetOspfInterfaceTimerRoutingProfileLocationNgfw

    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

    GetOspfInterfaceTimerRoutingProfileLocationTemplate

    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

    GetOspfInterfaceTimerRoutingProfileLocationTemplateStack

    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.
    Viewing docs for panos 2.0.11
    published on Tuesday, Apr 28, 2026 by paloaltonetworks
      Try Pulumi Cloud free. Your team will thank you.