Class VolumeEncryptionRequest

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:24.392-07:00") public class VolumeEncryptionRequest extends Object
Configurations for volume encryption.
  • Constructor Details

    • VolumeEncryptionRequest

      public VolumeEncryptionRequest()
  • Method Details

    • getEnableEncryption

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

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

      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

      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

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

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

      public String toString()
      Overrides:
      toString in class Object