Resource Type: dsc_dfsreplicationgroupconnection

Defined in:
lib/puppet/type/dsc_dfsreplicationgroupconnection.rb

Overview

The DSC DFSReplicationGroupConnection resource type. Automatically generated from version 5.1.1

Properties

  • dsc_description

    A description for the DFS Replication Group connection.

  • dsc_domainname

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

  • dsc_ensure

    Specifies whether the DFS Replication Group connection should exist.

  • dsc_ensurecrossfilerdcenabled

    Ensures cross-file similarity remote differential compression is Enabled or Disabled.

  • dsc_ensureenabled

    Ensures that connection is either Enabled or Disabled.

  • dsc_ensurerdcenabled

    Ensures remote differential compression is Enabled or Disabled.

  • dsc_minimumrdcfilesizeinkb

    The file size threshold for RDC to apply in KB.

Parameters

  • dsc_destinationcomputername (namevar)

    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_groupname (namevar)

    The name of the DFS Replication Group.

  • dsc_psdscrunascredential
  • dsc_sourcecomputername (namevar)

    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.

  • dsc_timeout

    The maximum time in seconds to wait for the DSC resource to complete.

  • name (namevar)

    Description of the purpose for this resource declaration.

  • validation_mode (defaults to: property)

    Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).