Resource Type: dsc_cfsrmquota

Defined in:
lib/puppet/type/dsc_cfsrmquota.rb

Overview

The DSC cFSRMQuota resource type. Automatically generated from version 2.0.1.48

Properties

  • dsc_description

    An optional description for this FSRM Quota.

  • dsc_disabled

    Disables the FSRM Quota applied to this path.

  • dsc_ensure

    Specifies whether the FSRM Quota should exist.

  • dsc_matchestemplate

    Causes the template to use only the template name and ignore Size, SoftLimit and ThresholdPercentage parameters.

  • dsc_size

    The size in bytes of this FSRM Quota limit.

  • dsc_softlimit

    Controls whether this FSRM Quota has a hard or soft limit.

  • dsc_template

    The name of the FSRM Quota Template to apply to this path.

  • dsc_thresholdpercentages

    An array of threshold percentages in this FSRM Quota.

Parameters

  • dsc_path (namevar)

    The path this FSRM Quota applies to.

  • dsc_psdscrunascredential
  • name (namevar)

    Description of the purpose for this resource declaration.

  • validation_mode (defaults to: property)

    Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).