Resource Type: dsc_xdhcpserveroption

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

Overview

The DSC xDhcpServerOption resource type. Automatically generated from ‘xDhcpServer/DSCResources/MSFT_xDhcpServerOption/MSFT_xDhcpServerOption.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_addressfamily

    AddressFamily - Address family type Valid values are IPv4.

  • dsc_dnsdomain

    DnsDomain - Domain name of DNS Server

  • dsc_dnsserveripaddress

    DnsServerIPAddress - IP address of DNS Servers

  • dsc_ensure

    Ensure - Whether option should be set or removed Valid values are Present, Absent.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_router

    Router - IP address of the router/default gateway.

  • dsc_scopeid

    ScopeID - ScopeId for which options are set

  • name (namevar)
  • provider

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