1. Packages
  2. Libvirt Provider
  3. API Docs
  4. getNetworkDnsHostTemplate
libvirt 0.8.3 published on Tuesday, Mar 4, 2025 by dmacvicar

libvirt.getNetworkDnsHostTemplate

Explore with Pulumi AI

libvirt logo
libvirt 0.8.3 published on Tuesday, Mar 4, 2025 by dmacvicar

    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 dictionary

    The following arguments are supported:

    Hostname string
    Ip string
    Id string
    Hostname string
    Ip string
    Id string
    hostname String
    ip String
    id String
    hostname string
    ip string
    id string
    hostname str
    ip str
    id str
    hostname String
    ip String
    id String

    getNetworkDnsHostTemplate Result

    The following output properties are available:

    Hostname string
    Id string
    Ip string
    Rendered Dictionary<string, string>
    Hostname string
    Id string
    Ip string
    Rendered map[string]string
    hostname String
    id String
    ip String
    rendered Map<String,String>
    hostname string
    id string
    ip string
    rendered {[key: string]: string}
    hostname str
    id str
    ip str
    rendered Mapping[str, str]
    hostname String
    id String
    ip String
    rendered Map<String>

    Package Details

    Repository
    libvirt dmacvicar/terraform-provider-libvirt
    License
    Notes
    This Pulumi package is based on the libvirt Terraform Provider.
    libvirt logo
    libvirt 0.8.3 published on Tuesday, Mar 4, 2025 by dmacvicar