Resource Type: dsc_xexchjetstresscleanup
- Defined in:
- lib/puppet/type/dsc_xexchjetstresscleanup.rb
Overview
The DSC xExchJetstressCleanup resource type. Automatically generated from version 1.33.0
Properties
-
dsc_configfilepath
Either ConfigFilePath, or DatabasePaths AND LogPaths MUST be specified. ConfigFilePath takes precedence. This is the full path to the JetstressConfig.xml file. If ConfigFilePath is specified, the config file will be used to determine the database and log folders that need to be removed
-
dsc_databasepaths
Either ConfigFilePath, or DatabasePaths AND LogPaths MUST be specified. DatabasePaths specifies the paths to database directories that should be cleaned up.
-
dsc_deleteassociatedmountpoints
Defaults to $false. If specified, indicates that mount points associated with the Jetstress database and log paths should be removed
-
dsc_logpaths
Either ConfigFilePath, or DatabasePaths AND LogPaths MUST be specified. LogPaths specifies the paths to log directories that should be cleaned up.
-
dsc_outputsavelocation
If RemoveBinaries is set to $true and Jetstress output was saved to the default location (the installation path of Jetstress), specifies the folder path to copy the Jetstress output files to.
-
dsc_removebinaries
Specifies that the files in the Jetstress installation directory should be removed
Parameters
-
dsc_jetstresspath (namevar)
The path to the folder where Jetstress is installed, and which contains JetstressCmd.exe
-
dsc_psdscrunascredential
-
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).