Resource Type: dsc_xnetadapterbinding

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

Overview

The DSC xNetAdapterBinding resource type. Automatically generated from ‘xNetworking/DSCResources/MSFT_xNetAdapterBinding/MSFT_xNetAdapterBinding.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

Parameters

  • dsc_componentid

    ComponentId - Specifies the underlying name of the transport or filter in the following form - ms_xxxx, such as ms_tcpip.

  • dsc_currentstate

    CurrentState - Returns the current state of the component ID for the Interfaces. Valid values are Enabled, Disabled, Mixed.

  • dsc_interfacealias

    InterfaceAlias - Specifies the alias of a network interface. Supports the use of ‘*’.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_state

    State - Specifies if the component ID for the Interface should be Enabled or Disabled. Valid values are Enabled, Disabled.

  • name (namevar)
  • provider

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