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
Retrieves information about a Simple Zone in Proxmox SDN. It will create an isolated VNet bridge. This bridge is not linked to a physical interface, and VM traffic is only local on each the node. It can be used in NAT or routed setups.
Using getSimple
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 getSimple(args: GetSimpleArgs, opts?: InvokeOptions): Promise<GetSimpleResult>
function getSimpleOutput(args: GetSimpleOutputArgs, opts?: InvokeOptions): Output<GetSimpleResult>def get_simple(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSimpleResult
def get_simple_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSimpleResult]func LookupSimple(ctx *Context, args *LookupSimpleArgs, opts ...InvokeOption) (*LookupSimpleResult, error)
func LookupSimpleOutput(ctx *Context, args *LookupSimpleOutputArgs, opts ...InvokeOption) LookupSimpleResultOutput> Note: This function is named LookupSimple in the Go SDK.
public static class GetSimple
{
public static Task<GetSimpleResult> InvokeAsync(GetSimpleArgs args, InvokeOptions? opts = null)
public static Output<GetSimpleResult> Invoke(GetSimpleInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSimpleResult> getSimple(GetSimpleArgs args, InvokeOptions options)
public static Output<GetSimpleResult> getSimple(GetSimpleArgs args, InvokeOptions options)
fn::invoke:
function: proxmoxve:sdn/zone/getSimple:getSimple
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- The unique identifier of the SDN zone.
- Id string
- The unique identifier of the SDN zone.
- id String
- The unique identifier of the SDN zone.
- id string
- The unique identifier of the SDN zone.
- id str
- The unique identifier of the SDN zone.
- id String
- The unique identifier of the SDN zone.
getSimple Result
The following output properties are available:
- Dhcp string
- The type of the DHCP backend for this zone.
- Dns string
- DNS API server address.
- Dns
Zone string - DNS domain name. Used to register hostnames, such as
<hostname>.<domain>. The DNS zone must already exist on the DNS server. - Id string
- The unique identifier of the SDN zone.
- Ipam string
- IP Address Management system.
- Mtu int
- MTU value for the zone.
- Nodes List<string>
- The Proxmox nodes which the zone and associated VNets are deployed on
- Pending bool
- Indicates if the zone has pending configuration changes that need to be applied.
- Reverse
Dns string - Reverse DNS API server address.
- State string
- Indicates the current state of the zone.
- Dhcp string
- The type of the DHCP backend for this zone.
- Dns string
- DNS API server address.
- Dns
Zone string - DNS domain name. Used to register hostnames, such as
<hostname>.<domain>. The DNS zone must already exist on the DNS server. - Id string
- The unique identifier of the SDN zone.
- Ipam string
- IP Address Management system.
- Mtu int
- MTU value for the zone.
- Nodes []string
- The Proxmox nodes which the zone and associated VNets are deployed on
- Pending bool
- Indicates if the zone has pending configuration changes that need to be applied.
- Reverse
Dns string - Reverse DNS API server address.
- State string
- Indicates the current state of the zone.
- dhcp String
- The type of the DHCP backend for this zone.
- dns String
- DNS API server address.
- dns
Zone String - DNS domain name. Used to register hostnames, such as
<hostname>.<domain>. The DNS zone must already exist on the DNS server. - id String
- The unique identifier of the SDN zone.
- ipam String
- IP Address Management system.
- mtu Integer
- MTU value for the zone.
- nodes List<String>
- The Proxmox nodes which the zone and associated VNets are deployed on
- pending Boolean
- Indicates if the zone has pending configuration changes that need to be applied.
- reverse
Dns String - Reverse DNS API server address.
- state String
- Indicates the current state of the zone.
- dhcp string
- The type of the DHCP backend for this zone.
- dns string
- DNS API server address.
- dns
Zone string - DNS domain name. Used to register hostnames, such as
<hostname>.<domain>. The DNS zone must already exist on the DNS server. - id string
- The unique identifier of the SDN zone.
- ipam string
- IP Address Management system.
- mtu number
- MTU value for the zone.
- nodes string[]
- The Proxmox nodes which the zone and associated VNets are deployed on
- pending boolean
- Indicates if the zone has pending configuration changes that need to be applied.
- reverse
Dns string - Reverse DNS API server address.
- state string
- Indicates the current state of the zone.
- dhcp str
- The type of the DHCP backend for this zone.
- dns str
- DNS API server address.
- dns_
zone str - DNS domain name. Used to register hostnames, such as
<hostname>.<domain>. The DNS zone must already exist on the DNS server. - id str
- The unique identifier of the SDN zone.
- ipam str
- IP Address Management system.
- mtu int
- MTU value for the zone.
- nodes Sequence[str]
- The Proxmox nodes which the zone and associated VNets are deployed on
- pending bool
- Indicates if the zone has pending configuration changes that need to be applied.
- reverse_
dns str - Reverse DNS API server address.
- state str
- Indicates the current state of the zone.
- dhcp String
- The type of the DHCP backend for this zone.
- dns String
- DNS API server address.
- dns
Zone String - DNS domain name. Used to register hostnames, such as
<hostname>.<domain>. The DNS zone must already exist on the DNS server. - id String
- The unique identifier of the SDN zone.
- ipam String
- IP Address Management system.
- mtu Number
- MTU value for the zone.
- nodes List<String>
- The Proxmox nodes which the zone and associated VNets are deployed on
- pending Boolean
- Indicates if the zone has pending configuration changes that need to be applied.
- reverse
Dns String - Reverse DNS API server address.
- state String
- Indicates the current state of the zone.
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
