Class AzureResourceEncryptionParameters
java.lang.Object
com.cloudera.cdp.environments.model.AzureResourceEncryptionParameters
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.895-07:00")
public class AzureResourceEncryptionParameters
extends Object
Object containing details of encryption parameters for Azure cloud.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for diskEncryptionSetId.Getter for encryptionKeyResourceGroupName.Getter for encryptionKeyUrl.Getter for encryptionUserManagedIdentity.inthashCode()voidsetDiskEncryptionSetId(String diskEncryptionSetId) Setter for diskEncryptionSetId.voidsetEncryptionKeyResourceGroupName(String encryptionKeyResourceGroupName) Setter for encryptionKeyResourceGroupName.voidsetEncryptionKeyUrl(String encryptionKeyUrl) Setter for encryptionKeyUrl.voidsetEncryptionUserManagedIdentity(String encryptionUserManagedIdentity) Setter for encryptionUserManagedIdentity.toString()
-
Constructor Details
-
AzureResourceEncryptionParameters
public AzureResourceEncryptionParameters()
-
-
Method Details
-
getEncryptionKeyUrl
Getter for encryptionKeyUrl. URL of the key which is used to encrypt the Azure Managed Disks. -
setEncryptionKeyUrl
Setter for encryptionKeyUrl. URL of the key which is used to encrypt the Azure Managed Disks. -
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
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
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
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. -
getEncryptionUserManagedIdentity
Getter for encryptionUserManagedIdentity. User managed identity for encryption. -
setEncryptionUserManagedIdentity
Setter for encryptionUserManagedIdentity. User managed identity for encryption. -
equals
-
hashCode
public int hashCode() -
toString
-