Resource Type: dsc_xnetworkteaminterface

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

Overview

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

    Ensure - Specifies if the network team interface should be created or deleted. Defaults to ‘Present’. Valid values are Present, Absent.

  • dsc_name

    Name - Specifies the name of the network team interface to create.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_teamname

    TeamName - Specifies the name of the network team on which this particular interface should exist.

  • dsc_vlanid

    VlanId - Specifies VLAN ID to be set on network team interface.

  • name (namevar)
  • provider

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