Resource Type: dsc_xproxysettings

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

Overview

The DSC xProxySettings resource type. Automatically generated from ‘xNetworking/DSCResources/MSFT_xProxySettings/MSFT_xProxySettings.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_autoconfigurl

    AutoConfigURL - The URL of the automatic configuration script to specify the proxy settings. Should be specified if ‘EnableAutoConfiguration’ is ‘True’.

  • dsc_connectiontype

    ConnectionType - Defines if the proxy settings should be configured for default connections, legacy connections or all connections. Defaults to ‘All’. Valid values are All, Default, Legacy.

  • dsc_enableautoconfiguration

    EnableAutoConfiguration - Use automatic configuration script for specifying proxy settings. Defaults to ‘False’.

    Supported values:
    • true
    • false
  • dsc_enableautodetection

    EnableAutoDetection - Enable automatic detection of the proxy settings. Defaults to ‘False’.

    Supported values:
    • true
    • false
  • dsc_enablemanualproxy

    EnableManualProxy - Use manual proxy server settings. Defaults to ‘False’.

    Supported values:
    • true
    • false
  • dsc_ensure

    Ensure - Specifies if computer proxy settings should be set. Defaults to ‘Present’. Valid values are Present, Absent.

  • dsc_issingleinstance

    IsSingleInstance - Specifies the resource is a single instance, the value must be ‘Yes’. Valid values are Yes.

  • dsc_proxyserver

    ProxyServer - The address and port of the manual proxy server to use. Should be specified if ‘EnableManualProxy’ is ‘True’.

  • dsc_proxyserverbypasslocal

    ProxyServerBypassLocal - Bypass proxy server for local addresses. Defaults to ‘False’.

    Supported values:
    • true
    • false
  • dsc_proxyserverexceptions

    ProxyServerExceptions - Bypass proxy server for addresses starting with addresses in this list.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • name (namevar)
  • provider

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