1. Packages
  2. Proxmox Virtual Environment (Proxmox VE)
  3. API Docs
  4. sdn
  5. sdn/fabric
  6. sdn/fabric/node
  7. Openfabric
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

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

    Create Openfabric Resource

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

    Constructor syntax

    new Openfabric(name: string, args: OpenfabricArgs, opts?: CustomResourceOptions);
    @overload
    def Openfabric(resource_name: str,
                   args: OpenfabricArgs,
                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def Openfabric(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   fabric_id: Optional[str] = None,
                   interface_names: Optional[Sequence[str]] = None,
                   node_id: Optional[str] = None,
                   ip: Optional[str] = None,
                   ip6: Optional[str] = None)
    func NewOpenfabric(ctx *Context, name string, args OpenfabricArgs, opts ...ResourceOption) (*Openfabric, error)
    public Openfabric(string name, OpenfabricArgs args, CustomResourceOptions? opts = null)
    public Openfabric(String name, OpenfabricArgs args)
    public Openfabric(String name, OpenfabricArgs args, CustomResourceOptions options)
    
    type: proxmoxve:sdn/fabric/node/openfabric:Openfabric
    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 OpenfabricArgs
    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 OpenfabricArgs
    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 OpenfabricArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args OpenfabricArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args OpenfabricArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Openfabric 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 Openfabric resource accepts the following input properties:

    FabricId string
    The unique identifier of the SDN fabric.
    InterfaceNames List<string>
    Set of interfaces associated with the fabric node.
    NodeId string
    The unique identifier of the SDN fabric node.
    Ip string
    IPv4 address for the fabric node.
    Ip6 string
    IPv6 address for the fabric node.
    FabricId string
    The unique identifier of the SDN fabric.
    InterfaceNames []string
    Set of interfaces associated with the fabric node.
    NodeId string
    The unique identifier of the SDN fabric node.
    Ip string
    IPv4 address for the fabric node.
    Ip6 string
    IPv6 address for the fabric node.
    fabricId String
    The unique identifier of the SDN fabric.
    interfaceNames List<String>
    Set of interfaces associated with the fabric node.
    nodeId String
    The unique identifier of the SDN fabric node.
    ip String
    IPv4 address for the fabric node.
    ip6 String
    IPv6 address for the fabric node.
    fabricId string
    The unique identifier of the SDN fabric.
    interfaceNames string[]
    Set of interfaces associated with the fabric node.
    nodeId string
    The unique identifier of the SDN fabric node.
    ip string
    IPv4 address for the fabric node.
    ip6 string
    IPv6 address for the fabric node.
    fabric_id str
    The unique identifier of the SDN fabric.
    interface_names Sequence[str]
    Set of interfaces associated with the fabric node.
    node_id str
    The unique identifier of the SDN fabric node.
    ip str
    IPv4 address for the fabric node.
    ip6 str
    IPv6 address for the fabric node.
    fabricId String
    The unique identifier of the SDN fabric.
    interfaceNames List<String>
    Set of interfaces associated with the fabric node.
    nodeId String
    The unique identifier of the SDN fabric node.
    ip String
    IPv4 address for the fabric node.
    ip6 String
    IPv6 address for the fabric node.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Openfabric 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 Openfabric Resource

    Get an existing Openfabric 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?: OpenfabricState, opts?: CustomResourceOptions): Openfabric
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            fabric_id: Optional[str] = None,
            interface_names: Optional[Sequence[str]] = None,
            ip: Optional[str] = None,
            ip6: Optional[str] = None,
            node_id: Optional[str] = None) -> Openfabric
    func GetOpenfabric(ctx *Context, name string, id IDInput, state *OpenfabricState, opts ...ResourceOption) (*Openfabric, error)
    public static Openfabric Get(string name, Input<string> id, OpenfabricState? state, CustomResourceOptions? opts = null)
    public static Openfabric get(String name, Output<String> id, OpenfabricState state, CustomResourceOptions options)
    resources:  _:    type: proxmoxve:sdn/fabric/node/openfabric:Openfabric    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:
    FabricId string
    The unique identifier of the SDN fabric.
    InterfaceNames List<string>
    Set of interfaces associated with the fabric node.
    Ip string
    IPv4 address for the fabric node.
    Ip6 string
    IPv6 address for the fabric node.
    NodeId string
    The unique identifier of the SDN fabric node.
    FabricId string
    The unique identifier of the SDN fabric.
    InterfaceNames []string
    Set of interfaces associated with the fabric node.
    Ip string
    IPv4 address for the fabric node.
    Ip6 string
    IPv6 address for the fabric node.
    NodeId string
    The unique identifier of the SDN fabric node.
    fabricId String
    The unique identifier of the SDN fabric.
    interfaceNames List<String>
    Set of interfaces associated with the fabric node.
    ip String
    IPv4 address for the fabric node.
    ip6 String
    IPv6 address for the fabric node.
    nodeId String
    The unique identifier of the SDN fabric node.
    fabricId string
    The unique identifier of the SDN fabric.
    interfaceNames string[]
    Set of interfaces associated with the fabric node.
    ip string
    IPv4 address for the fabric node.
    ip6 string
    IPv6 address for the fabric node.
    nodeId string
    The unique identifier of the SDN fabric node.
    fabric_id str
    The unique identifier of the SDN fabric.
    interface_names Sequence[str]
    Set of interfaces associated with the fabric node.
    ip str
    IPv4 address for the fabric node.
    ip6 str
    IPv6 address for the fabric node.
    node_id str
    The unique identifier of the SDN fabric node.
    fabricId String
    The unique identifier of the SDN fabric.
    interfaceNames List<String>
    Set of interfaces associated with the fabric node.
    ip String
    IPv4 address for the fabric node.
    ip6 String
    IPv6 address for the fabric node.
    nodeId String
    The unique identifier of the SDN fabric node.

    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.