Class VolumeEncryptionRequest

java.lang.Object
com.cloudera.cdp.datahub.model.VolumeEncryptionRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-04-23T14:14:32.339-07:00") public class VolumeEncryptionRequest extends Object
Configurations for volume encryption.
  • Constructor Details Link icon

    • VolumeEncryptionRequest Link icon

      public VolumeEncryptionRequest()
  • Method Details Link icon

    • getEnableEncryption Link icon

      public Boolean getEnableEncryption()
      Getter for enableEncryption. Enable encyrption for all volumes in the instance group. Default is false.
    • setEnableEncryption Link icon

      public void setEnableEncryption(Boolean enableEncryption)
      Setter for enableEncryption. Enable encyrption for all volumes in the instance group. Default is false.
    • getEncryptionKey Link icon

      public String getEncryptionKey()
      Getter for encryptionKey. The ARN of the encryption key to use. If nothing is specified, the default key will be used.
    • setEncryptionKey Link icon

      public void setEncryptionKey(String encryptionKey)
      Setter for encryptionKey. The ARN of the encryption key to use. If nothing is specified, the default key will be used.
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object