Resource Type: dsc_xclusternetwork

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

Overview

The DSC xClusterNetwork resource type. Automatically generated from ‘xFailOverCluster/DSCResources/MSFT_xClusterNetwork/MSFT_xClusterNetwork.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_address

    Address - The address for the cluster network in the format ‘10.0.0.0’.

  • dsc_addressmask

    AddressMask - The address mask for the cluster network in the format ‘255.255.255.0’.

  • dsc_metric

    Metric - The metric number for the cluster network. If the cluster network metric number is not in desired state it will be changed to match this metric number.

  • dsc_name

    Name - The name of the cluster network. If the cluster network name is not in desired state it will be renamed to match this name.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_role

    Role - he role of the cluster network. If the cluster network role is not in desired state it will change to match this role. Valid values are 0, 1, 3.

  • name (namevar)
  • provider

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