Interface Volume.DefinitionStages.WithSmbEncryption

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

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

    • withSmbEncryption

      Volume.DefinitionStages.WithCreate withSmbEncryption(Boolean smbEncryption)
      Specifies the smbEncryption property: Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later.
      Parameters:
      smbEncryption - Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later.
      Returns:
      the next definition stage.