Resource Type: dsc_xvmscsicontroller

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

Overview

The DSC xVMScsiController resource type. Automatically generated from ‘xHyper-V/DSCResources/MSFT_xVMScsiController/MSFT_xVMScsiController.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
    • absent

Parameters

  • dsc_controllernumber

    ControllerNumber - Specifies the number of the SCSI controller whose status is to be controlled. If not specified, it defaults to 0. Valid values are 0, 1, 2, 3.

  • dsc_ensure

    Ensure - Specifies if the SCSI controller should exist or not. If not specified, it defaults to Present. Valid values are Present, Absent.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_restartifneeded

    RestartIfNeeded - Specifies if the VM should be restarted if needed for property changes. If not specified, it defaults to False.

    Supported values:
    • true
    • false
  • dsc_vmname

    VMName - Specifies the name of the virtual machine whose SCSI controller status is to be controlled

  • name (namevar)
  • provider

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