Resource Type: dsc_xnetworkteam

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

Overview

The DSC xNetworkTeam resource type. Automatically generated from ‘xNetworking/DSCResources/MSFT_xNetworkTeam/MSFT_xNetworkTeam.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 should be created or deleted. Defaults to ‘Present’. Valid values are Present, Absent.

  • dsc_loadbalancingalgorithm

    LoadBalancingAlgorithm - Specifies the load balancing algorithm for the network team. Valid values are Dynamic, HyperVPort, IPAddresses, MacAddresses, TransportPorts.

  • dsc_name

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

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_teamingmode

    TeamingMode - Specifies the teaming mode configuration. Valid values are SwitchIndependent, LACP, Static.

  • dsc_teammembers

    TeamMembers - Specifies the network interfaces that should be a part of the network team. This is a comma-separated list.

  • name (namevar)
  • provider

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