Class UpdateAzureEncryptionResourcesRequest
java.lang.Object
com.cloudera.cdp.environments.model.UpdateAzureEncryptionResourcesRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class UpdateAzureEncryptionResourcesRequest
extends Object
Request object for updating Azure encryption resources.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for encryptionKeyResourceGroupName.Getter for encryptionKeyUrl.Getter for encryptionUserManagedIdentity.Getter for environment.Deprecated.int
hashCode()
void
setEncryptionKeyResourceGroupName
(String encryptionKeyResourceGroupName) Setter for encryptionKeyResourceGroupName.void
setEncryptionKeyUrl
(String encryptionKeyUrl) Setter for encryptionKeyUrl.void
setEncryptionUserManagedIdentity
(String encryptionUserManagedIdentity) Setter for encryptionUserManagedIdentity.void
setEnvironment
(String environment) Setter for environment.void
setUserManagedIdentity
(String userManagedIdentity) Deprecated.toString()
-
Constructor Details
-
UpdateAzureEncryptionResourcesRequest
public UpdateAzureEncryptionResourcesRequest()
-
-
Method Details
-
getEnvironment
Getter for environment. The name or CRN of the environment. -
setEnvironment
Setter for environment. The name or CRN of the environment. -
getEncryptionKeyUrl
Getter for encryptionKeyUrl. The URL of an encryption key, which will be used to encrypt the Azure Managed Disks, if the entitlement has been granted. -
setEncryptionKeyUrl
Setter for encryptionKeyUrl. The URL of an encryption key, which will be used to encrypt the Azure Managed Disks, if the entitlement has been granted. -
getEncryptionKeyResourceGroupName
Getter for encryptionKeyResourceGroupName. Name of the existing Azure resource group hosting the Azure Key Vault containing customer managed key which will be used to encrypt the Azure Managed Disks. It is required only when the entitlement is granted and the resource group of the key vault is different from the resource group in which the environment is to be created. Omitting it implies that, the key vault containing the encryption key is present in the same resource group where the environment would be created. -
setEncryptionKeyResourceGroupName
Setter for encryptionKeyResourceGroupName. Name of the existing Azure resource group hosting the Azure Key Vault containing customer managed key which will be used to encrypt the Azure Managed Disks. It is required only when the entitlement is granted and the resource group of the key vault is different from the resource group in which the environment is to be created. Omitting it implies that, the key vault containing the encryption key is present in the same resource group where the environment would be created. -
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
-