Resource Type: dsc_sqlwindowsfirewall

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

Overview

The DSC SqlWindowsFirewall resource type. Automatically generated from ‘SqlServerDsc/DSCResources/MSFT_SqlWindowsFirewall/MSFT_SqlWindowsFirewall.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_analysisservicesfirewall

    AnalysisServicesFirewall - Is the firewall rule for Analysis Services enabled?

    Supported values:
    • true
    • false
  • dsc_browserfirewall

    BrowserFirewall - Is the firewall rule for the Browser enabled?

    Supported values:
    • true
    • false
  • dsc_databaseenginefirewall

    DatabaseEngineFirewall - Is the firewall rule for the Database Engine enabled?

    Supported values:
    • true
    • false
  • dsc_ensure

    Ensure - An enumerated value that describes if the SQL firewall rules are is expected to be enabled on the machine.nPresent default nAbsent n Valid values are Present, Absent.

  • dsc_features

    Features - SQL features to enable firewall rules for.

  • dsc_instancename

    InstanceName - SQL instance to enable firewall rules for.

  • dsc_integrationservicesfirewall

    IntegrationServicesFirewall - Is the firewall rule for the Integration Services enabled?

    Supported values:
    • true
    • false
  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_reportingservicesfirewall

    ReportingServicesFirewall - Is the firewall rule for Reporting Services enabled?

    Supported values:
    • true
    • false
  • dsc_sourcecredential

    SourceCredential - Credentials used to access the path set in the parameter ‘SourcePath’.

  • dsc_sourcepath

    SourcePath - UNC path to the root of the source files for installation.

  • name (namevar)
  • provider

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