Resource Type: dsc_virtualmemory

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

Overview

The DSC VirtualMemory resource type. Automatically generated from version 9.1.0

Properties

  • dsc_initialsize

    The initial size of the page file in Megabyte

  • dsc_maximumsize

    The maximum size of the page file in Megabyte

Parameters

  • dsc_drive (namevar)

    The drive letter for which paging settings should be set. Can be letter only, letter and colon or letter with colon and trailing slash.

  • dsc_psdscrunascredential
  • dsc_timeout

    The maximum time in seconds to wait for the DSC resource to complete.

  • dsc_type (namevar)

    The type of the paging setting to use. If set to AutoManagePagingFile, the drive letter will be ignored. If set to SystemManagedSize, the values for InitialSize and MaximumSize will be ignored

  • 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).