Class BackupStorageAzureDetails

java.lang.Object
com.cloudera.cdp.environments.model.BackupStorageAzureDetails

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class BackupStorageAzureDetails extends Object
Azure-specific backup storage configuration information.
  • Constructor Details

    • BackupStorageAzureDetails

      public BackupStorageAzureDetails()
  • Method Details

    • getStorageLocationBase

      public String getStorageLocationBase()
      Getter for storageLocationBase. The storage location to use. The location has to be in the following format abfs://filesystem@storage-account-name.dfs.core.windows.net.
    • setStorageLocationBase

      public void setStorageLocationBase(String storageLocationBase)
      Setter for storageLocationBase. The storage location to use. The location has to be in the following format abfs://filesystem@storage-account-name.dfs.core.windows.net.
    • getManagedIdentity

      public String getManagedIdentity()
      Getter for managedIdentity. The managed identity associated with the backup. This identity should have Storage Blob Data Contributor role on the given storage account.
    • setManagedIdentity

      public void setManagedIdentity(String managedIdentity)
      Setter for managedIdentity. The managed identity associated with the backup. This identity should have Storage Blob Data Contributor role on the given storage account.
    • 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