Resource Type: dsc_xcluster

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

Overview

The DSC xCluster resource type. Automatically generated from ‘xFailOverCluster/DSCResources/MSFT_xCluster/MSFT_xCluster.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_domainadministratorcredential

    DomainAdministratorCredential - Credential to create the cluster

  • dsc_ignorenetwork

    IgnoreNetwork - One or more networks to ignore when creating the cluster. Only networks using Static IP can be ignored, networks that are assigned an IP address through DHCP cannot be ignored, and are added for cluster communication. To remove networks assigned an IP address through DHCP use the resource xClusterNetwork to change the role of the network. This parameter is only used during the creation of the cluster and is not monitored after.

  • dsc_name

    Name - Name of the Cluster

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_staticipaddress

    StaticIPAddress - StaticIPAddress of the Cluster

  • name (namevar)
  • provider

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