Resource Type: dsc_xvirtualmemory

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

Overview

The DSC xVirtualMemory resource type. Automatically generated from ‘xComputerManagement/DSCResources/MSFT_xVirtualMemory/MSFT_xVirtualMemory.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_drive

    Drive - 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_initialsize

    InitialSize - The initial size of the page file in Megabyte

  • dsc_maximumsize

    MaximumSize - The maximum size of the page file in Megabyte

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_type

    Type - 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 Valid values are AutoManagePagingFile, CustomSize, SystemManagedSize, NoPagingFile.

  • name (namevar)
  • provider

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