Package com.cloudera.cdp.datahub.model
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for enableEncryption.Getter for encryptionKey.int
hashCode()
void
setEnableEncryption
(Boolean enableEncryption) Setter for enableEncryption.void
setEncryptionKey
(String encryptionKey) Setter for encryptionKey.toString()
-
Constructor Details
-
VolumeEncryptionRequest
public VolumeEncryptionRequest()
-
-
Method Details
-
getEnableEncryption
Getter for enableEncryption. Enable encyrption for all volumes in the instance group. Default is false. -
setEnableEncryption
Setter for enableEncryption. Enable encyrption for all volumes in the instance group. Default is false. -
getEncryptionKey
Getter for encryptionKey. The ARN of the encryption key to use. If nothing is specified, the default key will be used. -
setEncryptionKey
Setter for encryptionKey. The ARN of the encryption key to use. If nothing is specified, the default key will be used. -
equals
-
hashCode
public int hashCode() -
toString
-