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
OpenFabric Fabric in Proxmox SDN. Fabrics in Proxmox VE SDN provide automated routing between nodes in a cluster.
Using getOpenfabric
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 getOpenfabric(args: GetOpenfabricArgs, opts?: InvokeOptions): Promise<GetOpenfabricResult>
function getOpenfabricOutput(args: GetOpenfabricOutputArgs, opts?: InvokeOptions): Output<GetOpenfabricResult>def get_openfabric(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOpenfabricResult
def get_openfabric_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOpenfabricResult]func LookupOpenfabric(ctx *Context, args *LookupOpenfabricArgs, opts ...InvokeOption) (*LookupOpenfabricResult, error)
func LookupOpenfabricOutput(ctx *Context, args *LookupOpenfabricOutputArgs, opts ...InvokeOption) LookupOpenfabricResultOutput> Note: This function is named LookupOpenfabric in the Go SDK.
public static class GetOpenfabric
{
public static Task<GetOpenfabricResult> InvokeAsync(GetOpenfabricArgs args, InvokeOptions? opts = null)
public static Output<GetOpenfabricResult> Invoke(GetOpenfabricInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetOpenfabricResult> getOpenfabric(GetOpenfabricArgs args, InvokeOptions options)
public static Output<GetOpenfabricResult> getOpenfabric(GetOpenfabricArgs args, InvokeOptions options)
fn::invoke:
function: proxmoxve:sdn/fabric/getOpenfabric:getOpenfabric
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- The unique identifier of the SDN fabric.
- Id string
- The unique identifier of the SDN fabric.
- id String
- The unique identifier of the SDN fabric.
- id string
- The unique identifier of the SDN fabric.
- id str
- The unique identifier of the SDN fabric.
- id String
- The unique identifier of the SDN fabric.
getOpenfabric Result
The following output properties are available:
- Csnp
Interval int - The csnpInterval property for OpenFabric.
- Hello
Interval int - The helloInterval property for OpenFabric.
- Id string
- The unique identifier of the SDN fabric.
- Ip6Prefix string
- IPv6 prefix cidr for the fabric.
- Ip
Prefix string - IPv4 prefix cidr for the fabric.
- Csnp
Interval int - The csnpInterval property for OpenFabric.
- Hello
Interval int - The helloInterval property for OpenFabric.
- Id string
- The unique identifier of the SDN fabric.
- Ip6Prefix string
- IPv6 prefix cidr for the fabric.
- Ip
Prefix string - IPv4 prefix cidr for the fabric.
- csnp
Interval Integer - The csnpInterval property for OpenFabric.
- hello
Interval Integer - The helloInterval property for OpenFabric.
- id String
- The unique identifier of the SDN fabric.
- ip6Prefix String
- IPv6 prefix cidr for the fabric.
- ip
Prefix String - IPv4 prefix cidr for the fabric.
- csnp
Interval number - The csnpInterval property for OpenFabric.
- hello
Interval number - The helloInterval property for OpenFabric.
- id string
- The unique identifier of the SDN fabric.
- ip6Prefix string
- IPv6 prefix cidr for the fabric.
- ip
Prefix string - IPv4 prefix cidr for the fabric.
- csnp_
interval int - The csnpInterval property for OpenFabric.
- hello_
interval int - The helloInterval property for OpenFabric.
- id str
- The unique identifier of the SDN fabric.
- ip6_
prefix str - IPv6 prefix cidr for the fabric.
- ip_
prefix str - IPv4 prefix cidr for the fabric.
- csnp
Interval Number - The csnpInterval property for OpenFabric.
- hello
Interval Number - The helloInterval property for OpenFabric.
- id String
- The unique identifier of the SDN fabric.
- ip6Prefix String
- IPv6 prefix cidr for the fabric.
- ip
Prefix String - IPv4 prefix cidr for the fabric.
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
