Resource Type: dsc_sfstorefarm

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

Overview

The DSC SFStoreFarm resource type. Automatically generated from ‘Storefront/DSCResources/VE_SFStoreFarm/VE_SFStoreFarm.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_allfailedbypassduration

    AllFailedBypassDuration - Period of time to skip all xml service requests should all servers fail to respond

  • dsc_bypassduration

    BypassDuration - Period of time to skip a server when is fails to respond

  • dsc_ensure

    Ensure - Valid values are Present, Absent.

  • dsc_farmname

    FarmName - Farm display name

  • dsc_farmtype

    FarmType - The hostnames or IP addresses of the xml services Valid values are XenApp, XenDesktop, AppController, VDIinaBox.

  • dsc_loadbalance

    LoadBalance - Round robin load balance the xml service servers

    Supported values:
    • true
    • false
  • dsc_maxfailedserversperrequest

    MaxFailedServersPerRequest - Maximum number of servers within a single farm that can fail before aborting a request

  • dsc_port

    Port - Xml service communication port

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_radetickettimetolive

    RadeTicketTimeToLive - Period of time a RADE launch ticket is valid once requested on pre 7.0 XenApp and XenDesktop farms

  • dsc_servers

    Servers - Citrix XenDesktop delivery controllers

  • dsc_sslrelayserviceport

    SSLRelayServicePort - Period of time to skip a server when is fails to respond

  • dsc_storevirtualpath

    StoreVirtualPath - Storefront Store virtual path

  • dsc_tickettimetolive

    TicketTimeToLive - Period of time an ICA launch ticket is valid once requested on pre 7.0 XenApp and XenDesktop farms

  • dsc_transporttype

    TransportType - Xml service transport type Valid values are HTTP, HTTPS, SSL.

  • name (namevar)
  • provider

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