Resource Type: dsc_iscsiservertarget

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

Overview

The DSC iSCSIServerTarget resource type. Automatically generated from ‘iSCSIDsc/DSCResources/DSR_iSCSIServerTarget/DSR_iSCSIServerTarget.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_ensure

    Ensure - Ensures that Server Target is either Absent or Present. Valid values are Present, Absent.

  • dsc_initiatorids

    InitiatorIds - Specifies the iSCSI initiator identifiers (IDs) to which the iSCSI target is assigned.

  • dsc_isnsserver

    iSNSServer - Specifies the name of an iSNS Server to register this Server Target with.

  • dsc_paths

    Paths - Specifies the path of the virtual hard disk (VHD) files that are associated with the Server Target.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_targetname

    TargetName - Specifies the name of the iSCSI target.

  • name (namevar)
  • provider

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