Proxmox Virtual Environment (Proxmox VE)
Community

Package contributed by a community memberv2.0.0 published on Friday, Jul 15, 2022 by Daniel Muehlbachler-Pietrzykowski
getDNS
Using getDNS
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 getDNS(args: GetDNSArgs, opts?: InvokeOptions): Promise<GetDNSResult>
function getDNSOutput(args: GetDNSOutputArgs, opts?: InvokeOptions): Output<GetDNSResult>
def get_dns(node_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDNSResult
def get_dns_output(node_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDNSResult]
func LookupDNS(ctx *Context, args *LookupDNSArgs, opts ...InvokeOption) (*LookupDNSResult, error)
func LookupDNSOutput(ctx *Context, args *LookupDNSOutputArgs, opts ...InvokeOption) LookupDNSResultOutput
> Note: This function is named LookupDNS
in the Go SDK.
public static class GetDNS
{
public static Task<GetDNSResult> InvokeAsync(GetDNSArgs args, InvokeOptions? opts = null)
public static Output<GetDNSResult> Invoke(GetDNSInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDNSResult> getDNS(GetDNSArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: proxmoxve:index/getDNS:getDNS
Arguments:
# Arguments dictionary
The following arguments are supported:
- Node
Name string
- Node
Name string
- node
Name String
- node
Name string
- node_
name str
- node
Name String
getDNS Result
The following output properties are available:
Package Details
- Repository
- https://github.com/muhlba91/pulumi-proxmoxve
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
proxmoxve
Terraform Provider.