libvirt 0.8.3 published on Tuesday, Mar 4, 2025 by dmacvicar
libvirt.getNetworkDnsHostTemplate
Start a Neo task
Explain and create a libvirt.getNetworkDnsHostTemplate resource
Using getNetworkDnsHostTemplate
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 getNetworkDnsHostTemplate(args: GetNetworkDnsHostTemplateArgs, opts?: InvokeOptions): Promise<GetNetworkDnsHostTemplateResult>
function getNetworkDnsHostTemplateOutput(args: GetNetworkDnsHostTemplateOutputArgs, opts?: InvokeOptions): Output<GetNetworkDnsHostTemplateResult>def get_network_dns_host_template(hostname: Optional[str] = None,
id: Optional[str] = None,
ip: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNetworkDnsHostTemplateResult
def get_network_dns_host_template_output(hostname: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
ip: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNetworkDnsHostTemplateResult]func GetNetworkDnsHostTemplate(ctx *Context, args *GetNetworkDnsHostTemplateArgs, opts ...InvokeOption) (*GetNetworkDnsHostTemplateResult, error)
func GetNetworkDnsHostTemplateOutput(ctx *Context, args *GetNetworkDnsHostTemplateOutputArgs, opts ...InvokeOption) GetNetworkDnsHostTemplateResultOutput> Note: This function is named GetNetworkDnsHostTemplate in the Go SDK.
public static class GetNetworkDnsHostTemplate
{
public static Task<GetNetworkDnsHostTemplateResult> InvokeAsync(GetNetworkDnsHostTemplateArgs args, InvokeOptions? opts = null)
public static Output<GetNetworkDnsHostTemplateResult> Invoke(GetNetworkDnsHostTemplateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNetworkDnsHostTemplateResult> getNetworkDnsHostTemplate(GetNetworkDnsHostTemplateArgs args, InvokeOptions options)
public static Output<GetNetworkDnsHostTemplateResult> getNetworkDnsHostTemplate(GetNetworkDnsHostTemplateArgs args, InvokeOptions options)
fn::invoke:
function: libvirt:index/getNetworkDnsHostTemplate:getNetworkDnsHostTemplate
arguments:
# arguments dictionaryThe following arguments are supported:
getNetworkDnsHostTemplate Result
The following output properties are available:
Package Details
- Repository
- libvirt dmacvicar/terraform-provider-libvirt
- License
- Notes
- This Pulumi package is based on the
libvirtTerraform Provider.
