Resource Type: dsc_wembrokerconfig

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

Overview

The DSC WemBrokerConfig resource type. Automatically generated from ‘CitrixWemDsc/DSCResources/VDD_WemBrokerConfig/VDD_WemBrokerConfig.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

Parameters

  • dsc_adminserviceport

    AdminServicePort - Administration port for administration console to connect to the infrastructure service.

  • dsc_agentregistrationsretentionperiod

    AgentRegistrationsRetentionPeriod - Retention period for agent registration logs (in days).

  • dsc_agentserviceport

    AgentServicePort - Agent service port for agent to connect to the infrastructure server.

  • dsc_agentsyncport

    AgentSyncPort - Cache synchronization port for agent cache synchronization process to connect to the infrastructure service.

  • dsc_cacherefreshdelay

    CacheRefreshDelay - Time (in minutes) before the infrastructure service refreshes its cache.

  • dsc_databasemaintenanceexecutiontime

    DatabaseMaintenanceExecutionTime - The time at which the database maintenance action is performed (HH:MM).

  • dsc_databasename

    DatabaseName - Citrix WEM database name.

  • dsc_databaseserver

    DatabaseServer - MS SQL Server hostname hosting the WEM database

  • dsc_debugmode

    DebugMode - Enable Citrix WEM debug mode Valid values are Enable, Disable.

  • dsc_enableinfrastructureserviceaccountcredential

    EnableInfrastructureServiceAccountCredential - Use Windows authentication for infrastructure service database connection. Valid values are Enable, Disable.

  • dsc_enablescheduledmaintenance

    EnableScheduledMaintenance - Enable deletion of old statistics records from the database at periodic intervals. Valid values are Enable, Disable.

  • dsc_globallicenseserveroverride

    GlobalLicenseServerOverride - Override any Citrix License Server information already in the WEM database. Valid values are Enable, Disable.

  • dsc_infrastructureserviceaccountcredential

    InfrastructureServiceAccountCredential - PSCredential for running the infrastructure service.

  • dsc_infrastructureservicesqlconnectiontimeout

    InfrastructureServiceSQLConnectionTimeout - Time (in seconds) which the infrastructure service waits when trying to establish a connection with the SQL server.

  • dsc_licenseservername

    LicenseServerName - Citrix License Server name.

  • dsc_licenseserverport

    LicenseServerPort - Citrix License Server port.

  • dsc_monitoringport

    MonitoringPort - Citrix WEM monitoring port.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_sendgoogleanalytics

    SendGoogleAnalytics - Enable collection of statistics. Valid values are Enable, Disable.

  • dsc_setsqluserspecificpassword

    SetSqlUserSpecificPassword - Use vuemUser SQL user account password Valid values are Enable, Disable.

  • dsc_sqlcheckdelay

    SQLCheckDelay - Time (in seconds) between each infrastructure service attempt to poll the SQL server.

  • dsc_sqluserspecificpassword

    SqlUserSpecificPassword - vuemUser SQL user account password.

  • dsc_statisticsretentionperiod

    StatisticsRetentionPeriod - Retention period for user and agent statistics (in days).

  • dsc_systemmonitoringretentionperiod

    SystemMonitoringRetentionPeriod - Retention period for system optimization statistics (in days).

  • dsc_usecacheevenifonline

    UseCacheEvenIfOnline - Enable infrastructure service to always reading site settings from its cache. Valid values are Enable, Disable.

  • name (namevar)
  • provider

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