Resource Type: dsc_xclusterquorum

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

Overview

The DSC xClusterQuorum resource type. Automatically generated from ‘xFailOverCluster/DSCResources/MSFT_xClusterQuorum/MSFT_xClusterQuorum.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_issingleinstance

    IsSingleInstance - Specifies the resource is a single instance, the value must be ‘Yes’. Valid values are Yes.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_resource

    Resource - The name of the disk, file share or Azure storage account resource to use as witness. This parameter is optional if the quorum type is set to NodeMajority.

  • dsc_storageaccountaccesskey

    StorageAccountAccessKey - The access key of the Azure storage account to use as witness. This parameter is required if the quorum type is set to NodeAndCloudMajority. The key is currently not updated if the resource is already set.

  • dsc_type

    Type - Quorum type to use. Can be set to either NodeMajority, NodeAndDiskMajority, NodeAndFileShareMajority, NodeAndCloudMajority or DiskOnly. Valid values are NodeMajority, NodeAndDiskMajority, NodeAndFileShareMajority, NodeAndCloudMajority, DiskOnly.

  • name (namevar)
  • provider

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