Class AzureResourceEncryptionParameters
- java.lang.Object
-
- com.cloudera.cdp.environments.model.AzureResourceEncryptionParameters
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:53.061-07:00") public class AzureResourceEncryptionParameters extends Object
Object containing details of encryption parameters for Azure cloud.
-
-
Constructor Summary
Constructors Constructor Description AzureResourceEncryptionParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDiskEncryptionSetId()
Getter for diskEncryptionSetId.String
getEncryptionKeyResourceGroupName()
Getter for encryptionKeyResourceGroupName.String
getEncryptionKeyUrl()
Getter for encryptionKeyUrl.int
hashCode()
void
setDiskEncryptionSetId(String diskEncryptionSetId)
Setter for diskEncryptionSetId.void
setEncryptionKeyResourceGroupName(String encryptionKeyResourceGroupName)
Setter for encryptionKeyResourceGroupName.void
setEncryptionKeyUrl(String encryptionKeyUrl)
Setter for encryptionKeyUrl.String
toString()
-
-
-
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.
-
-