Class AzureResourceEncryptionParameters


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class AzureResourceEncryptionParameters
    extends Object
    Object containing details of encryption parameters for Azure cloud.
    • Constructor Detail

      • AzureResourceEncryptionParameters

        public AzureResourceEncryptionParameters()
    • Method Detail

      • getEncryptionKeyUrl

        public String getEncryptionKeyUrl()
        Getter for encryptionKeyUrl. URL of the key which is used to encrypt the Azure Managed Disks.
      • setEncryptionKeyUrl

        public void setEncryptionKeyUrl​(String encryptionKeyUrl)
        Setter for encryptionKeyUrl. URL of the key which is used to encrypt the Azure Managed Disks.
      • getEncryptionKeyResourceGroupName

        public String getEncryptionKeyResourceGroupName()
        Getter for encryptionKeyResourceGroupName. Name of the existing Azure resource group hosting the Azure Key Vault containing customer managed key which is used to encrypt the Azure Managed Disks.
      • setEncryptionKeyResourceGroupName

        public void setEncryptionKeyResourceGroupName​(String encryptionKeyResourceGroupName)
        Setter for encryptionKeyResourceGroupName. Name of the existing Azure resource group hosting the Azure Key Vault containing customer managed key which is used to encrypt the Azure Managed Disks.
      • getDiskEncryptionSetId

        public String getDiskEncryptionSetId()
        Getter for diskEncryptionSetId. ID of the Disk Encryption Set created in Azure which is used to encrypt Managed Disks of FreeIPA, Data Lake, Data Hub and PostgreSQL.
      • setDiskEncryptionSetId

        public void setDiskEncryptionSetId​(String diskEncryptionSetId)
        Setter for diskEncryptionSetId. ID of the Disk Encryption Set created in Azure which is used to encrypt Managed Disks of FreeIPA, Data Lake, Data Hub and PostgreSQL.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object