Resource Type: dsc_waitforvolume

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

Overview

The DSC WaitForVolume resource type. Automatically generated from ‘StorageDsc/DSCResources/MSFT_WaitForVolume/MSFT_WaitForVolume.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_driveletter

    DriveLetter - Specifies the drive letter of the volume to wait for.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_retrycount

    RetryCount - The number of times to loop the retry interval while waiting for the volume.

  • dsc_retryintervalsec

    RetryIntervalSec - Specifies the number of seconds to wait for the volume to become available.

  • name (namevar)
  • provider

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