Class CreateDriveRequest


public class CreateDriveRequest extends Drive
  • Constructor Details

  • Method Details

    • getAvoid

      public Set<String> getAvoid()
      Returns:
      list of existing drives to ensure this new drive is created on physical different hardware than those existing drives
    • getEncryptionCipher

      @Nullable public String getEncryptionCipher()
      Returns:
      either 'none' or 'aes-xts-plain' (the default)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Drive
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Drive
    • toString

      public String toString()
      Overrides:
      toString in class Drive