published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
Deprecated: Use
proxmoxve.sdn/fabric/node.Openfabricinstead. This resource will be removed in v1.0.
OpenFabric Fabric Node 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,
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 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/node/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:
- Fabric
Id string - The unique identifier of the SDN fabric.
- Interface
Names List<string> - Set of interfaces associated with the fabric node.
- Node
Id 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 string - The unique identifier of the SDN fabric.
- Interface
Names []string - Set of interfaces associated with the fabric node.
- Node
Id 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 String - The unique identifier of the SDN fabric.
- interface
Names List<String> - Set of interfaces associated with the fabric node.
- node
Id 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 string - The unique identifier of the SDN fabric.
- interface
Names string[] - Set of interfaces associated with the fabric node.
- node
Id 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.
- fabric
Id String - The unique identifier of the SDN fabric.
- interface
Names List<String> - Set of interfaces associated with the fabric node.
- node
Id 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 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,
fabric_id: Optional[str] = None,
interface_names: Optional[Sequence[str]] = None,
ip: Optional[str] = None,
ip6: Optional[str] = None,
node_id: Optional[str] = None) -> OpenfabricLegacyfunc 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/node/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.
- Fabric
Id string - The unique identifier of the SDN fabric.
- Interface
Names 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.
- Node
Id string - The unique identifier of the SDN fabric node.
- Fabric
Id string - The unique identifier of the SDN fabric.
- Interface
Names []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.
- Node
Id string - The unique identifier of the SDN fabric node.
- fabric
Id String - The unique identifier of the SDN fabric.
- interface
Names 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.
- node
Id String - The unique identifier of the SDN fabric node.
- fabric
Id string - The unique identifier of the SDN fabric.
- interface
Names 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.
- node
Id 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.
- fabric
Id String - The unique identifier of the SDN fabric.
- interface
Names 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.
- node
Id 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
proxmoxTerraform Provider.
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
