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

    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 getOspfv3SpfTimerRoutingProfile(args: GetOspfv3SpfTimerRoutingProfileArgs, opts?: InvokeOptions): Promise<GetOspfv3SpfTimerRoutingProfileResult>
    function getOspfv3SpfTimerRoutingProfileOutput(args: GetOspfv3SpfTimerRoutingProfileOutputArgs, opts?: InvokeOptions): Output<GetOspfv3SpfTimerRoutingProfileResult>
    def get_ospfv3_spf_timer_routing_profile(initial_hold_time: Optional[float] = None,
                                             location: Optional[GetOspfv3SpfTimerRoutingProfileLocation] = None,
                                             lsa_interval: Optional[float] = None,
                                             max_hold_time: Optional[float] = None,
                                             name: Optional[str] = None,
                                             spf_calculation_delay: Optional[float] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetOspfv3SpfTimerRoutingProfileResult
    def get_ospfv3_spf_timer_routing_profile_output(initial_hold_time: Optional[pulumi.Input[float]] = None,
                                             location: Optional[pulumi.Input[GetOspfv3SpfTimerRoutingProfileLocationArgs]] = None,
                                             lsa_interval: Optional[pulumi.Input[float]] = None,
                                             max_hold_time: Optional[pulumi.Input[float]] = None,
                                             name: Optional[pulumi.Input[str]] = None,
                                             spf_calculation_delay: Optional[pulumi.Input[float]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetOspfv3SpfTimerRoutingProfileResult]
    func LookupOspfv3SpfTimerRoutingProfile(ctx *Context, args *LookupOspfv3SpfTimerRoutingProfileArgs, opts ...InvokeOption) (*LookupOspfv3SpfTimerRoutingProfileResult, error)
    func LookupOspfv3SpfTimerRoutingProfileOutput(ctx *Context, args *LookupOspfv3SpfTimerRoutingProfileOutputArgs, opts ...InvokeOption) LookupOspfv3SpfTimerRoutingProfileResultOutput

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

    public static class GetOspfv3SpfTimerRoutingProfile 
    {
        public static Task<GetOspfv3SpfTimerRoutingProfileResult> InvokeAsync(GetOspfv3SpfTimerRoutingProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetOspfv3SpfTimerRoutingProfileResult> Invoke(GetOspfv3SpfTimerRoutingProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOspfv3SpfTimerRoutingProfileResult> getOspfv3SpfTimerRoutingProfile(GetOspfv3SpfTimerRoutingProfileArgs args, InvokeOptions options)
    public static Output<GetOspfv3SpfTimerRoutingProfileResult> getOspfv3SpfTimerRoutingProfile(GetOspfv3SpfTimerRoutingProfileArgs args, InvokeOptions options)
    
    fn::invoke:
      function: panos:index/getOspfv3SpfTimerRoutingProfile:getOspfv3SpfTimerRoutingProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Location GetOspfv3SpfTimerRoutingProfileLocation
    The location of this object.
    Name string
    InitialHoldTime double
    Initial hold time (second) between consecutive SPF calculations
    LsaInterval double
    The minimum time in seconds between distinct originations of any particular LSA
    MaxHoldTime double
    Maximum hold time (second)
    SpfCalculationDelay double
    Delay in seconds before running the SPF algorithm
    Location GetOspfv3SpfTimerRoutingProfileLocation
    The location of this object.
    Name string
    InitialHoldTime float64
    Initial hold time (second) between consecutive SPF calculations
    LsaInterval float64
    The minimum time in seconds between distinct originations of any particular LSA
    MaxHoldTime float64
    Maximum hold time (second)
    SpfCalculationDelay float64
    Delay in seconds before running the SPF algorithm
    location GetOspfv3SpfTimerRoutingProfileLocation
    The location of this object.
    name String
    initialHoldTime Double
    Initial hold time (second) between consecutive SPF calculations
    lsaInterval Double
    The minimum time in seconds between distinct originations of any particular LSA
    maxHoldTime Double
    Maximum hold time (second)
    spfCalculationDelay Double
    Delay in seconds before running the SPF algorithm
    location GetOspfv3SpfTimerRoutingProfileLocation
    The location of this object.
    name string
    initialHoldTime number
    Initial hold time (second) between consecutive SPF calculations
    lsaInterval number
    The minimum time in seconds between distinct originations of any particular LSA
    maxHoldTime number
    Maximum hold time (second)
    spfCalculationDelay number
    Delay in seconds before running the SPF algorithm
    location GetOspfv3SpfTimerRoutingProfileLocation
    The location of this object.
    name str
    initial_hold_time float
    Initial hold time (second) between consecutive SPF calculations
    lsa_interval float
    The minimum time in seconds between distinct originations of any particular LSA
    max_hold_time float
    Maximum hold time (second)
    spf_calculation_delay float
    Delay in seconds before running the SPF algorithm
    location Property Map
    The location of this object.
    name String
    initialHoldTime Number
    Initial hold time (second) between consecutive SPF calculations
    lsaInterval Number
    The minimum time in seconds between distinct originations of any particular LSA
    maxHoldTime Number
    Maximum hold time (second)
    spfCalculationDelay Number
    Delay in seconds before running the SPF algorithm

    getOspfv3SpfTimerRoutingProfile Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    InitialHoldTime double
    Initial hold time (second) between consecutive SPF calculations
    Location GetOspfv3SpfTimerRoutingProfileLocation
    The location of this object.
    LsaInterval double
    The minimum time in seconds between distinct originations of any particular LSA
    MaxHoldTime double
    Maximum hold time (second)
    Name string
    SpfCalculationDelay double
    Delay in seconds before running the SPF algorithm
    Id string
    The provider-assigned unique ID for this managed resource.
    InitialHoldTime float64
    Initial hold time (second) between consecutive SPF calculations
    Location GetOspfv3SpfTimerRoutingProfileLocation
    The location of this object.
    LsaInterval float64
    The minimum time in seconds between distinct originations of any particular LSA
    MaxHoldTime float64
    Maximum hold time (second)
    Name string
    SpfCalculationDelay float64
    Delay in seconds before running the SPF algorithm
    id String
    The provider-assigned unique ID for this managed resource.
    initialHoldTime Double
    Initial hold time (second) between consecutive SPF calculations
    location GetOspfv3SpfTimerRoutingProfileLocation
    The location of this object.
    lsaInterval Double
    The minimum time in seconds between distinct originations of any particular LSA
    maxHoldTime Double
    Maximum hold time (second)
    name String
    spfCalculationDelay Double
    Delay in seconds before running the SPF algorithm
    id string
    The provider-assigned unique ID for this managed resource.
    initialHoldTime number
    Initial hold time (second) between consecutive SPF calculations
    location GetOspfv3SpfTimerRoutingProfileLocation
    The location of this object.
    lsaInterval number
    The minimum time in seconds between distinct originations of any particular LSA
    maxHoldTime number
    Maximum hold time (second)
    name string
    spfCalculationDelay number
    Delay in seconds before running the SPF algorithm
    id str
    The provider-assigned unique ID for this managed resource.
    initial_hold_time float
    Initial hold time (second) between consecutive SPF calculations
    location GetOspfv3SpfTimerRoutingProfileLocation
    The location of this object.
    lsa_interval float
    The minimum time in seconds between distinct originations of any particular LSA
    max_hold_time float
    Maximum hold time (second)
    name str
    spf_calculation_delay float
    Delay in seconds before running the SPF algorithm
    id String
    The provider-assigned unique ID for this managed resource.
    initialHoldTime Number
    Initial hold time (second) between consecutive SPF calculations
    location Property Map
    The location of this object.
    lsaInterval Number
    The minimum time in seconds between distinct originations of any particular LSA
    maxHoldTime Number
    Maximum hold time (second)
    name String
    spfCalculationDelay Number
    Delay in seconds before running the SPF algorithm

    Supporting Types

    GetOspfv3SpfTimerRoutingProfileLocation

    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

    GetOspfv3SpfTimerRoutingProfileLocationNgfw

    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

    GetOspfv3SpfTimerRoutingProfileLocationTemplate

    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

    GetOspfv3SpfTimerRoutingProfileLocationTemplateStack

    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.