Interface Volume.DefinitionStages.WithSmbNonBrowsable

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

public static interface Volume.DefinitionStages.WithSmbNonBrowsable
The stage of the Volume definition allowing to specify smbNonBrowsable.
  • Method Details

    • withSmbNonBrowsable

      Volume.DefinitionStages.WithCreate withSmbNonBrowsable(SmbNonBrowsable smbNonBrowsable)
      Specifies the smbNonBrowsable property: smbNonBrowsable

      Enables non browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume.

      Parameters:
      smbNonBrowsable - smbNonBrowsable

      Enables non browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume.

      Returns:
      the next definition stage.