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 Details

    • UpdateAzureEncryptionResourcesRequest

      public UpdateAzureEncryptionResourcesRequest()
  • Method Details

    • getEnvironment

      public String getEnvironment()
      Getter for environment. The name or CRN of the environment.
    • setEnvironment

      public void setEnvironment(String environment)
      Setter for environment. The name or CRN of the environment.
    • getEncryptionKeyUrl

      public String 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

      public void setEncryptionKeyUrl(String encryptionKeyUrl)
      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

      public String 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

      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 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 public String getUserManagedIdentity()
      Deprecated.
      Getter for userManagedIdentity. User managed identity for encryption. (deprecated)
    • setUserManagedIdentity

      @Deprecated public void setUserManagedIdentity(String userManagedIdentity)
      Deprecated.
      Setter for userManagedIdentity. User managed identity for encryption. (deprecated)
    • getEncryptionUserManagedIdentity

      public String getEncryptionUserManagedIdentity()
      Getter for encryptionUserManagedIdentity. User managed identity for encryption.
    • setEncryptionUserManagedIdentity

      public void setEncryptionUserManagedIdentity(String encryptionUserManagedIdentity)
      Setter for encryptionUserManagedIdentity. User managed identity for encryption.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object