Interface IscsiTarget.DefinitionStages.WithStaticAcls

All Known Subinterfaces:
IscsiTarget.Definition, IscsiTarget.DefinitionStages.WithCreate
Enclosing interface:
IscsiTarget.DefinitionStages

public static interface IscsiTarget.DefinitionStages.WithStaticAcls
The stage of the IscsiTarget definition allowing to specify staticAcls.
  • Method Details

    • withStaticAcls

      IscsiTarget.DefinitionStages.WithCreate 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.