Class CreateDriveRequest


  • public class CreateDriveRequest
    extends Drive
    • Method Detail

      • 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