Resource Type: dsc_xdhcpserveroptiondefinition

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

Overview

The DSC xDhcpServerOptionDefinition resource type. Automatically generated from ‘xDhcpServer/DSCResources/MSFT_xDhcpServerOptionDefinition/MSFT_xDhcpServerOptionDefinition.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 - Class address family. Currently needs to be IPv4. Valid values are IPv4.

  • dsc_description

    Description - Option description.

  • dsc_ensure

    Ensure - Whether the DHCP server class should exist. Valid values are Present, Absent.

  • dsc_multivalued

    Multivalued - Whether option is multivalued or not.

    Supported values:
    • true
    • false
  • dsc_name

    Name - Option name.

  • dsc_optionid

    OptionId - Option ID, specify a number between 1 and 255.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_type

    Type - Option data type. Valid values are Byte, Word, Dword, DwordDword, IPv4Address, String, BinaryData, EncapsulatedData.

  • dsc_vendorclass

    VendorClass - Vendor class. Use an empty string for standard option class.

  • name (namevar)
  • provider

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