1. Packages
  2. Proxmox Virtual Environment (Proxmox VE)
  3. API Docs
  4. sdn
  5. sdn/fabric
  6. OpenfabricLegacy
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.Openfabric instead. This resource will be removed in v1.0.

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

    Create OpenfabricLegacy Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new OpenfabricLegacy(name: string, args: OpenfabricLegacyArgs, opts?: CustomResourceOptions);
    @overload
    def OpenfabricLegacy(resource_name: str,
                         args: OpenfabricLegacyArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def OpenfabricLegacy(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         resource_id: Optional[str] = None,
                         csnp_interval: Optional[int] = None,
                         hello_interval: Optional[int] = None,
                         ip6_prefix: Optional[str] = None,
                         ip_prefix: Optional[str] = None)
    func NewOpenfabricLegacy(ctx *Context, name string, args OpenfabricLegacyArgs, opts ...ResourceOption) (*OpenfabricLegacy, error)
    public OpenfabricLegacy(string name, OpenfabricLegacyArgs args, CustomResourceOptions? opts = null)
    public OpenfabricLegacy(String name, OpenfabricLegacyArgs args)
    public OpenfabricLegacy(String name, OpenfabricLegacyArgs args, CustomResourceOptions options)
    
    type: proxmoxve:sdn/fabric/openfabricLegacy:OpenfabricLegacy
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args OpenfabricLegacyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args OpenfabricLegacyArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args OpenfabricLegacyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args OpenfabricLegacyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args OpenfabricLegacyArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    OpenfabricLegacy Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The OpenfabricLegacy resource accepts the following input properties:

    ResourceId string
    The unique identifier of the SDN fabric.
    CsnpInterval int
    The csnpInterval property for OpenFabric.
    HelloInterval int
    The helloInterval property for OpenFabric.
    Ip6Prefix string
    IPv6 prefix cidr for the fabric.
    IpPrefix string
    IPv4 prefix cidr for the fabric.
    ResourceId string
    The unique identifier of the SDN fabric.
    CsnpInterval int
    The csnpInterval property for OpenFabric.
    HelloInterval int
    The helloInterval property for OpenFabric.
    Ip6Prefix string
    IPv6 prefix cidr for the fabric.
    IpPrefix string
    IPv4 prefix cidr for the fabric.
    resourceId String
    The unique identifier of the SDN fabric.
    csnpInterval Integer
    The csnpInterval property for OpenFabric.
    helloInterval Integer
    The helloInterval property for OpenFabric.
    ip6Prefix String
    IPv6 prefix cidr for the fabric.
    ipPrefix String
    IPv4 prefix cidr for the fabric.
    resourceId string
    The unique identifier of the SDN fabric.
    csnpInterval number
    The csnpInterval property for OpenFabric.
    helloInterval number
    The helloInterval property for OpenFabric.
    ip6Prefix string
    IPv6 prefix cidr for the fabric.
    ipPrefix string
    IPv4 prefix cidr for the fabric.
    resource_id str
    The unique identifier of the SDN fabric.
    csnp_interval int
    The csnpInterval property for OpenFabric.
    hello_interval int
    The helloInterval property for OpenFabric.
    ip6_prefix str
    IPv6 prefix cidr for the fabric.
    ip_prefix str
    IPv4 prefix cidr for the fabric.
    resourceId String
    The unique identifier of the SDN fabric.
    csnpInterval Number
    The csnpInterval property for OpenFabric.
    helloInterval Number
    The helloInterval property for OpenFabric.
    ip6Prefix String
    IPv6 prefix cidr for the fabric.
    ipPrefix String
    IPv4 prefix cidr for the fabric.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the OpenfabricLegacy resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing OpenfabricLegacy Resource

    Get an existing OpenfabricLegacy resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: OpenfabricLegacyState, opts?: CustomResourceOptions): OpenfabricLegacy
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            csnp_interval: Optional[int] = None,
            hello_interval: Optional[int] = None,
            ip6_prefix: Optional[str] = None,
            ip_prefix: Optional[str] = None,
            resource_id: Optional[str] = None) -> OpenfabricLegacy
    func GetOpenfabricLegacy(ctx *Context, name string, id IDInput, state *OpenfabricLegacyState, opts ...ResourceOption) (*OpenfabricLegacy, error)
    public static OpenfabricLegacy Get(string name, Input<string> id, OpenfabricLegacyState? state, CustomResourceOptions? opts = null)
    public static OpenfabricLegacy get(String name, Output<String> id, OpenfabricLegacyState state, CustomResourceOptions options)
    resources:  _:    type: proxmoxve:sdn/fabric/openfabricLegacy:OpenfabricLegacy    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    CsnpInterval int
    The csnpInterval property for OpenFabric.
    HelloInterval int
    The helloInterval property for OpenFabric.
    Ip6Prefix string
    IPv6 prefix cidr for the fabric.
    IpPrefix string
    IPv4 prefix cidr for the fabric.
    ResourceId string
    The unique identifier of the SDN fabric.
    CsnpInterval int
    The csnpInterval property for OpenFabric.
    HelloInterval int
    The helloInterval property for OpenFabric.
    Ip6Prefix string
    IPv6 prefix cidr for the fabric.
    IpPrefix string
    IPv4 prefix cidr for the fabric.
    ResourceId string
    The unique identifier of the SDN fabric.
    csnpInterval Integer
    The csnpInterval property for OpenFabric.
    helloInterval Integer
    The helloInterval property for OpenFabric.
    ip6Prefix String
    IPv6 prefix cidr for the fabric.
    ipPrefix String
    IPv4 prefix cidr for the fabric.
    resourceId String
    The unique identifier of the SDN fabric.
    csnpInterval number
    The csnpInterval property for OpenFabric.
    helloInterval number
    The helloInterval property for OpenFabric.
    ip6Prefix string
    IPv6 prefix cidr for the fabric.
    ipPrefix string
    IPv4 prefix cidr for the fabric.
    resourceId string
    The unique identifier of the SDN fabric.
    csnp_interval int
    The csnpInterval property for OpenFabric.
    hello_interval int
    The helloInterval property for OpenFabric.
    ip6_prefix str
    IPv6 prefix cidr for the fabric.
    ip_prefix str
    IPv4 prefix cidr for the fabric.
    resource_id str
    The unique identifier of the SDN fabric.
    csnpInterval Number
    The csnpInterval property for OpenFabric.
    helloInterval Number
    The helloInterval property for OpenFabric.
    ip6Prefix String
    IPv6 prefix cidr for the fabric.
    ipPrefix String
    IPv4 prefix cidr for the fabric.
    resourceId String
    The unique identifier of the SDN 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.