1. Packages
  2. Proxmox Virtual Environment (Proxmox VE)
  3. API Docs
  4. sdn
  5. sdn/fabric
  6. getOspfLegacy
Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
proxmoxve logo
Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski

    Deprecated: Use proxmoxve.sdn/fabric.Ospf instead. This data source will be removed in v1.0.

    OSPF Fabric in Proxmox SDN. Fabrics in Proxmox VE SDN provide automated routing between nodes in a cluster.

    Using getOspfLegacy

    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 getOspfLegacy(args: GetOspfLegacyArgs, opts?: InvokeOptions): Promise<GetOspfLegacyResult>
    function getOspfLegacyOutput(args: GetOspfLegacyOutputArgs, opts?: InvokeOptions): Output<GetOspfLegacyResult>
    def get_ospf_legacy(id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetOspfLegacyResult
    def get_ospf_legacy_output(id: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetOspfLegacyResult]
    func LookupOspfLegacy(ctx *Context, args *LookupOspfLegacyArgs, opts ...InvokeOption) (*LookupOspfLegacyResult, error)
    func LookupOspfLegacyOutput(ctx *Context, args *LookupOspfLegacyOutputArgs, opts ...InvokeOption) LookupOspfLegacyResultOutput

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

    public static class GetOspfLegacy 
    {
        public static Task<GetOspfLegacyResult> InvokeAsync(GetOspfLegacyArgs args, InvokeOptions? opts = null)
        public static Output<GetOspfLegacyResult> Invoke(GetOspfLegacyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOspfLegacyResult> getOspfLegacy(GetOspfLegacyArgs args, InvokeOptions options)
    public static Output<GetOspfLegacyResult> getOspfLegacy(GetOspfLegacyArgs args, InvokeOptions options)
    
    fn::invoke:
      function: proxmoxve:sdn/fabric/getOspfLegacy:getOspfLegacy
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The unique identifier of the SDN fabric.
    Id string
    The unique identifier of the SDN fabric.
    id String
    The unique identifier of the SDN fabric.
    id string
    The unique identifier of the SDN fabric.
    id str
    The unique identifier of the SDN fabric.
    id String
    The unique identifier of the SDN fabric.

    getOspfLegacy Result

    The following output properties are available:

    Area string
    OSPF area. Either a IPv4 address or a 32-bit number. Gets validated in rust.
    Id string
    The unique identifier of the SDN fabric.
    IpPrefix string
    IPv4 prefix cidr for the fabric.
    Area string
    OSPF area. Either a IPv4 address or a 32-bit number. Gets validated in rust.
    Id string
    The unique identifier of the SDN fabric.
    IpPrefix string
    IPv4 prefix cidr for the fabric.
    area String
    OSPF area. Either a IPv4 address or a 32-bit number. Gets validated in rust.
    id String
    The unique identifier of the SDN fabric.
    ipPrefix String
    IPv4 prefix cidr for the fabric.
    area string
    OSPF area. Either a IPv4 address or a 32-bit number. Gets validated in rust.
    id string
    The unique identifier of the SDN fabric.
    ipPrefix string
    IPv4 prefix cidr for the fabric.
    area str
    OSPF area. Either a IPv4 address or a 32-bit number. Gets validated in rust.
    id str
    The unique identifier of the SDN fabric.
    ip_prefix str
    IPv4 prefix cidr for the fabric.
    area String
    OSPF area. Either a IPv4 address or a 32-bit number. Gets validated in rust.
    id String
    The unique identifier of the SDN fabric.
    ipPrefix String
    IPv4 prefix cidr for the fabric.

    Package Details

    Repository
    proxmoxve muhlba91/pulumi-proxmoxve
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the proxmox Terraform Provider.
    proxmoxve logo
    Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
    published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
      Try Pulumi Cloud free. Your team will thank you.