Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
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 data source 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.
Using getOpenfabricLegacy
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 getOpenfabricLegacy(args: GetOpenfabricLegacyArgs, opts?: InvokeOptions): Promise<GetOpenfabricLegacyResult>
function getOpenfabricLegacyOutput(args: GetOpenfabricLegacyOutputArgs, opts?: InvokeOptions): Output<GetOpenfabricLegacyResult>def get_openfabric_legacy(fabric_id: Optional[str] = None,
node_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOpenfabricLegacyResult
def get_openfabric_legacy_output(fabric_id: Optional[pulumi.Input[str]] = None,
node_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOpenfabricLegacyResult]func LookupOpenfabricLegacy(ctx *Context, args *LookupOpenfabricLegacyArgs, opts ...InvokeOption) (*LookupOpenfabricLegacyResult, error)
func LookupOpenfabricLegacyOutput(ctx *Context, args *LookupOpenfabricLegacyOutputArgs, opts ...InvokeOption) LookupOpenfabricLegacyResultOutput> Note: This function is named LookupOpenfabricLegacy in the Go SDK.
public static class GetOpenfabricLegacy
{
public static Task<GetOpenfabricLegacyResult> InvokeAsync(GetOpenfabricLegacyArgs args, InvokeOptions? opts = null)
public static Output<GetOpenfabricLegacyResult> Invoke(GetOpenfabricLegacyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetOpenfabricLegacyResult> getOpenfabricLegacy(GetOpenfabricLegacyArgs args, InvokeOptions options)
public static Output<GetOpenfabricLegacyResult> getOpenfabricLegacy(GetOpenfabricLegacyArgs args, InvokeOptions options)
fn::invoke:
function: proxmoxve:sdn/fabric/node/getOpenfabricLegacy:getOpenfabricLegacy
arguments:
# arguments dictionaryThe following arguments are supported:
getOpenfabricLegacy Result
The following output properties are available:
- Fabric
Id string - The unique identifier of the SDN fabric.
- Id string
- The unique identifier of the SDN fabric node, in the format \n\n/\n\n.
- Interface
Names List<string> - Set of interface names 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.
- Id string
- The unique identifier of the SDN fabric node, in the format \n\n/\n\n.
- Interface
Names []string - Set of interface names 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.
- id String
- The unique identifier of the SDN fabric node, in the format \n\n/\n\n.
- interface
Names List<String> - Set of interface names 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.
- id string
- The unique identifier of the SDN fabric node, in the format \n\n/\n\n.
- interface
Names string[] - Set of interface names 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.
- id str
- The unique identifier of the SDN fabric node, in the format \n\n/\n\n.
- interface_
names Sequence[str] - Set of interface names 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.
- id String
- The unique identifier of the SDN fabric node, in the format \n\n/\n\n.
- interface
Names List<String> - Set of interface names 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.
Viewing docs for Proxmox Virtual Environment (Proxmox VE) v8.0.0
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
published on Sunday, Apr 5, 2026 by Daniel Muehlbachler-Pietrzykowski
