Resource Type: dsc_xdfsreplicationgroupconnection

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

Overview

The DSC xDFSReplicationGroupConnection resource type. Automatically generated from ‘xDFS/DSCResources/MSFT_xDFSReplicationGroupConnection/MSFT_xDFSReplicationGroupConnection.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_description

    Description - A description for the DFS Replication Group connection.

  • dsc_destinationcomputername

    DestinationComputerName - The name of the Replication Group destination computer for the connection. This can be specified using either the ComputerName or FQDN name for the member. If an FQDN name is used and the DomainName parameter is set, the FQDN domain name must match.

  • dsc_domainname

    DomainName - The name of the AD Domain the DFS Replication Group connection should be in.

  • dsc_ensure

    Ensure - Specifies whether the DSF Replication Group connection should exist. Valid values are Present, Absent.

  • dsc_ensureenabled

    EnsureEnabled - Ensures that connection is either Enabled or Disabled. Valid values are Enabled, Disabled.

  • dsc_ensurerdcenabled

    EnsureRDCEnabled - Ensures remote differential compression is Enabled or Disabled. Valid values are Enabled, Disabled.

  • dsc_groupname

    GroupName - The name of the DFS Replication Group.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_sourcecomputername

    SourceComputerName - The name of the Replication Group source computer for the connection. This can be specified using either the ComputerName or FQDN name for the member. If an FQDN name is used and the DomainName parameter is set, the FQDN domain name must match.

  • name (namevar)
  • provider

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