Class AzureResourceEncryptionParameters
java.lang.Object
com.cloudera.cdp.environments.model.AzureResourceEncryptionParameters
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class AzureResourceEncryptionParameters
extends Object
Object containing details of encryption parameters for Azure cloud.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for diskEncryptionSetId.Getter for encryptionKeyResourceGroupName.Getter for encryptionKeyUrl.Getter for encryptionUserManagedIdentity.Deprecated.int
hashCode()
void
setDiskEncryptionSetId
(String diskEncryptionSetId) Setter for diskEncryptionSetId.void
setEncryptionKeyResourceGroupName
(String encryptionKeyResourceGroupName) Setter for encryptionKeyResourceGroupName.void
setEncryptionKeyUrl
(String encryptionKeyUrl) Setter for encryptionKeyUrl.void
setEncryptionUserManagedIdentity
(String encryptionUserManagedIdentity) Setter for encryptionUserManagedIdentity.void
setUserManagedIdentity
(String userManagedIdentity) Deprecated.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. -
getUserManagedIdentity
Deprecated.Getter for userManagedIdentity. User managed identity for encryption. (deprecated) -
setUserManagedIdentity
Deprecated.Setter for userManagedIdentity. User managed identity for encryption. (deprecated) -
getEncryptionUserManagedIdentity
Getter for encryptionUserManagedIdentity. User managed identity for encryption. -
setEncryptionUserManagedIdentity
Setter for encryptionUserManagedIdentity. User managed identity for encryption. -
equals
-
hashCode
public int hashCode() -
toString
-