Resource Type: dsc_xexchjetstress

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

Overview

The DSC xExchJetstress resource type. Automatically generated from ‘xExchange/DSCResources/MSFT_xExchJetstress/MSFT_xExchJetstress.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_jetstressparams

    JetstressParams - Command line parameters to pass into JetstressCmd.exe

  • dsc_jetstresspath

    JetstressPath - The path to the folder where Jetstress is installed, and which contains JetstressCmd.exe

  • dsc_maxwaitminutes

    MaxWaitMinutes - The maximum amount of time that the Scheduled Task which runs Jetstress can execute for. Defaults to 0, which means there is no time limit.

  • dsc_minachievediops

    MinAchievedIOPS - The minimum value reported in the Achieved Transactional I/O per Second section of the Jetstress report for the run to be considered successful. Defaults to 0.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_type

    Type - Specifies the Type which was defined in the JetstressConfig.xml file. Valid values are Performance, Stress, DatabaseBackup, or SoftRecovery. Defaults to Performance. Valid values are Performance, Stress, DatabaseBackup, SoftRecovery.

  • name (namevar)
  • provider

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