Resource Type: dsc_sqlreplication
- Defined in:
- lib/puppet/type/dsc_sqlreplication.rb
Overview
The DSC SqlReplication resource type. Automatically generated from version 16.6.0
Properties
-
dsc_distributiondbname
Distribution database name. If the parameter DistributionMode is set to ‘’Local’‘ this will be created, if `’Remote’‘ needs to match distribution database on remote distributor. Default value is `’distributor’‘.
-
dsc_distributormode
‘’Local’‘ - Instance will be configured as it’s own distributor. ‘’Remote’‘ - Instance will be configure with remote distributor (remote distributor needs to be already configured for distribution).
-
dsc_ensure
‘’Present’‘ will configure replication, `’Absent’‘ will disable (remove) replication. Default value is `’Present’‘.
-
dsc_remotedistributor
Specifies the _SQL Server_ network name that will be used as distributor for local instance. Required if parameter DistributionMode is set to ‘’Remote’‘.
-
dsc_uninstallwithforce
Force flag for uninstall procedure. Default values is ‘$true´.
-
dsc_usetrustedconnection
Publisher security mode. Default value is ‘$true`.
-
dsc_workingdirectory
Publisher working directory.
Parameters
-
dsc_adminlinkcredentials
AdminLink password to be used when setting up publisher distributor relationship.
-
dsc_instancename (namevar)
Specifies the _SQL Server_ instance name where replication distribution will be configured.
-
dsc_psdscrunascredential
-
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).