Interface IscsiTarget.UpdateStages.WithLuns

All Known Subinterfaces:
IscsiTarget.Update
Enclosing interface:
IscsiTarget.UpdateStages

public static interface IscsiTarget.UpdateStages.WithLuns
The stage of the IscsiTarget update allowing to specify luns.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the luns property: List of LUNs to be exposed through iSCSI Target..
  • Method Details

    • withLuns

      IscsiTarget.Update withLuns(List<IscsiLun> luns)
      Specifies the luns property: List of LUNs to be exposed through iSCSI Target..
      Parameters:
      luns - List of LUNs to be exposed through iSCSI Target.
      Returns:
      the next definition stage.