Resource Type: dsc_sqlwindowsfirewall
- Defined in:
- lib/puppet/type/dsc_sqlwindowsfirewall.rb
Overview
The DSC SqlWindowsFirewall resource type. Automatically generated from version 16.6.0
Properties
-
dsc_analysisservicesfirewall
Returns wether the firewall rule(s) for _SQL Server Analysis Services_ is enabled.
-
dsc_browserfirewall
Returns wether the firewall rule(s) for the _SQL Server Browser_ is enabled.
-
dsc_databaseenginefirewall
Returns wether the firewall rule(s) for the _SQL Server Database Engine_ is enabled.
-
dsc_ensure
Ensures that _SQL Server_ services firewall rules are ‘’Present’‘ or `’Absent’‘ on the machine.
-
dsc_integrationservicesfirewall
Returns wether the firewall rule(s) for the _SQL Server Integration Services_ is enabled.
-
dsc_reportingservicesfirewall
Returns wether the firewall rule(s) for _SQL Server Reporting Services_ is enabled.
-
dsc_sourcepath
UNC path to the root of the source files for installation.
Parameters
-
dsc_features (namevar)
_SQL Server_ features to enable firewall rules for.
-
dsc_instancename (namevar)
_SQL Server_ instance to enable firewall rules for.
-
dsc_psdscrunascredential
-
dsc_sourcecredential
Credentials used to access the path set in the parameter SourcePath. This parameter is optional either if built-in parameter PsDscRunAsCredential is used, or if the source path can be access using the SYSTEM account.
-
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).