Interface IscsiTarget.UpdateStages.WithStaticAcls

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

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

    Modifier and Type
    Method
    Description
    withStaticAcls(List<Acl> staticAcls)
    Specifies the staticAcls property: Access Control List (ACL) for an iSCSI Target; defines LUN masking policy.
  • Method Details

    • withStaticAcls

      IscsiTarget.Update withStaticAcls(List<Acl> staticAcls)
      Specifies the staticAcls property: Access Control List (ACL) for an iSCSI Target; defines LUN masking policy.
      Parameters:
      staticAcls - Access Control List (ACL) for an iSCSI Target; defines LUN masking policy.
      Returns:
      the next definition stage.