Resource Type: dsc_xdnsconnectionsuffix

Defined in:
lib/puppet/type/dsc_xdnsconnectionsuffix.rb
Providers:
powershell

Overview

The DSC xDnsConnectionSuffix resource type. Automatically generated from ‘xNetworking/DSCResources/MSFT_xDnsConnectionSuffix/MSFT_xDnsConnectionSuffix.schema.mof’

To learn more about PowerShell Desired State Configuration, please visit technet.microsoft.com/en-us/library/dn249912.aspx.

For more information about built-in DSC Resources, please visit technet.microsoft.com/en-us/library/dn249921.aspx.

For more information about xDsc Resources, please visit github.com/PowerShell/DscResources.

Properties

  • ensure

    The basic property that the resource should be in.

    Supported values:
    • exists?
    • present
    • absent

Parameters

  • dsc_connectionspecificsuffix

    ConnectionSpecificSuffix - DNS connection-specific suffix to assign to the network interface.

  • dsc_ensure

    Ensure - Ensure that the network interface connection-specific suffix is present or not. Valid values are Present, Absent.

  • dsc_interfacealias

    InterfaceAlias - Alias of the network interface for which the DNS server address is set.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_registerthisconnectionsaddress

    RegisterThisConnectionsAddress - Specifies that the IP address for this connection is to be registered.

    Supported values:
    • true
    • false
  • dsc_usesuffixwhenregistering

    UseSuffixWhenRegistering - Specifies that this host name and the connection specific suffix for this connection are to be registered.

    Supported values:
    • true
    • false
  • name (namevar)
  • provider

    The specific backend to use for this ‘dsc_xdnsconnectionsuffix` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.