published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
OpenFabric Fabric 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,
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 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/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:
- Resource
Id string - The unique identifier of the SDN fabric.
- Csnp
Interval int - The csnpInterval property for OpenFabric.
- Hello
Interval int - The helloInterval property for OpenFabric.
- Ip6Prefix string
- IPv6 prefix cidr for the fabric.
- Ip
Prefix string - IPv4 prefix cidr for the fabric.
- Resource
Id string - The unique identifier of the SDN fabric.
- Csnp
Interval int - The csnpInterval property for OpenFabric.
- Hello
Interval int - The helloInterval property for OpenFabric.
- Ip6Prefix string
- IPv6 prefix cidr for the fabric.
- Ip
Prefix string - IPv4 prefix cidr for the fabric.
- resource
Id String - The unique identifier of the SDN fabric.
- csnp
Interval Integer - The csnpInterval property for OpenFabric.
- hello
Interval Integer - The helloInterval property for OpenFabric.
- ip6Prefix String
- IPv6 prefix cidr for the fabric.
- ip
Prefix String - IPv4 prefix cidr for the fabric.
- resource
Id string - The unique identifier of the SDN fabric.
- csnp
Interval number - The csnpInterval property for OpenFabric.
- hello
Interval number - The helloInterval property for OpenFabric.
- ip6Prefix string
- IPv6 prefix cidr for the fabric.
- ip
Prefix 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.
- resource
Id String - The unique identifier of the SDN fabric.
- csnp
Interval Number - The csnpInterval property for OpenFabric.
- hello
Interval Number - The helloInterval property for OpenFabric.
- ip6Prefix String
- IPv6 prefix cidr for the fabric.
- ip
Prefix String - IPv4 prefix cidr for the fabric.
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,
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) -> Openfabricfunc 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/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.
- Csnp
Interval int - The csnpInterval property for OpenFabric.
- Hello
Interval int - The helloInterval property for OpenFabric.
- Ip6Prefix string
- IPv6 prefix cidr for the fabric.
- Ip
Prefix string - IPv4 prefix cidr for the fabric.
- Resource
Id string - The unique identifier of the SDN fabric.
- Csnp
Interval int - The csnpInterval property for OpenFabric.
- Hello
Interval int - The helloInterval property for OpenFabric.
- Ip6Prefix string
- IPv6 prefix cidr for the fabric.
- Ip
Prefix string - IPv4 prefix cidr for the fabric.
- Resource
Id string - The unique identifier of the SDN fabric.
- csnp
Interval Integer - The csnpInterval property for OpenFabric.
- hello
Interval Integer - The helloInterval property for OpenFabric.
- ip6Prefix String
- IPv6 prefix cidr for the fabric.
- ip
Prefix String - IPv4 prefix cidr for the fabric.
- resource
Id String - The unique identifier of the SDN fabric.
- csnp
Interval number - The csnpInterval property for OpenFabric.
- hello
Interval number - The helloInterval property for OpenFabric.
- ip6Prefix string
- IPv6 prefix cidr for the fabric.
- ip
Prefix string - IPv4 prefix cidr for the fabric.
- resource
Id 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.
- csnp
Interval Number - The csnpInterval property for OpenFabric.
- hello
Interval Number - The helloInterval property for OpenFabric.
- ip6Prefix String
- IPv6 prefix cidr for the fabric.
- ip
Prefix String - IPv4 prefix cidr for the fabric.
- resource
Id 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
proxmoxTerraform Provider.
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
