Resource Type: dsc_iscsivirtualdisk

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

Overview

The DSC iSCSIVirtualDisk resource type. Automatically generated from ‘iSCSIDsc/DSCResources/DSR_iSCSIVirtualDisk/DSR_iSCSIVirtualDisk.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_blocksizebytes

    BlockSizeBytes - Specifies the block size, in bytes, for the VHDX.

  • dsc_description

    Description - Specifies the description for the iSCSI virtual disk.

  • dsc_disktype

    DiskType - Specifies the type of the VHDX. Valid values are Dynamic, Fixed, Differencing.

  • dsc_ensure

    Ensure - Ensures that Virtual Disk is either Absent or Present. Valid values are Present, Absent.

  • dsc_logicalsectorsizebytes

    LogicalSectorSizeBytes - Specifies the logical sector size, in bytes, for the VHDX. Valid values are 512, 4096.

  • dsc_parentpath

    ParentPath - Specifies the parent virtual disk path if the VHDX is a differencing disk.

  • dsc_path

    Path - Specifies the path of the VHDX file that is associated with the iSCSI virtual disk.

  • dsc_physicalsectorsizebytes

    PhysicalSectorSizeBytes - Specifies the physical sector size, in bytes, for the VHDX. Valid values are 512, 4096.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_sizebytes

    SizeBytes - Specifies the size, in bytes, of the iSCSI virtual disk.

  • name (namevar)
  • provider

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