Package com.cloudera.cdp.compute.model
Class CommonVolumeEncryptionResp
java.lang.Object
com.cloudera.cdp.compute.model.CommonVolumeEncryptionResp
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-01-23T07:12:43.033-08:00")
public class CommonVolumeEncryptionResp
extends Object
Volume encryption response structure.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAzure()
Getter for azure.Getter for customerKmsKeyArn.int
hashCode()
void
Setter for azure.void
setCustomerKmsKeyArn
(String customerKmsKeyArn) Setter for customerKmsKeyArn.toString()
-
Constructor Details
-
CommonVolumeEncryptionResp
public CommonVolumeEncryptionResp()
-
-
Method Details
-
getCustomerKmsKeyArn
Getter for customerKmsKeyArn. AWS KMS key ARN. -
setCustomerKmsKeyArn
Setter for customerKmsKeyArn. AWS KMS key ARN. -
getAzure
Getter for azure. Azure volume encryption details. -
setAzure
Setter for azure. Azure volume encryption details. -
equals
-
hashCode
public int hashCode() -
toString
-