Class BackupStorageAzureDetails
- java.lang.Object
-
- com.cloudera.cdp.environments.model.BackupStorageAzureDetails
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:18.529-07:00") public class BackupStorageAzureDetails extends Object
Azure-specific backup storage configuration information.
-
-
Constructor Summary
Constructors Constructor Description BackupStorageAzureDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getManagedIdentity()
Getter for managedIdentity.String
getStorageLocationBase()
Getter for storageLocationBase.int
hashCode()
void
setManagedIdentity(String managedIdentity)
Setter for managedIdentity.void
setStorageLocationBase(String storageLocationBase)
Setter for storageLocationBase.String
toString()
-
-
-
Method Detail
-
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.
-
-