Resource Type: dsc_xdhcpserverscope

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

Overview

The DSC xDhcpServerScope resource type. Automatically generated from ‘xDhcpServer/DSCResources/MSFT_xDhcpServerScope/MSFT_xDhcpServerScope.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_ensure

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

  • dsc_ipendrange

    IPEndRange - Ending address to set for this scope

  • dsc_ipstartrange

    IPStartRange - Starting address to set for this scope

  • dsc_leaseduration

    LeaseDuration - Time interval for which an IP address should be leased

  • dsc_name

    Name - Name of DHCP Scope

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_scopeid

    ScopeID - ScopeId for the given scope

  • dsc_state

    State - Whether scope should be active or inactive Valid values are Active, Inactive.

  • dsc_subnetmask

    SubnetMask - Subnet mask for the scope specified in IP address format

  • name (namevar)
  • provider

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