Class AzureLogStorageRequest
java.lang.Object
com.cloudera.cdp.environments.model.AzureLogStorageRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-15T17:00:46.664-07:00")
public class AzureLogStorageRequest
extends Object
Azure storage configuration for cluster and audit logs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for backupStorageLocationBase.Getter for managedIdentity.Getter for storageLocationBase.inthashCode()voidsetBackupStorageLocationBase(String backupStorageLocationBase) Setter for backupStorageLocationBase.voidsetManagedIdentity(String managedIdentity) Setter for managedIdentity.voidsetStorageLocationBase(String storageLocationBase) Setter for storageLocationBase.toString()
-
Constructor Details
-
AzureLogStorageRequest
public AzureLogStorageRequest()
-
-
Method Details
-
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. The filesystem must already exist and the storage account must be StorageV2. -
setStorageLocationBase
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. The filesystem must already exist and the storage account must be StorageV2. -
getManagedIdentity
Getter for managedIdentity. The managed identity associated with the logger. This identity should have Storage Blob Data Contributor role on the given storage account. -
setManagedIdentity
Setter for managedIdentity. The managed identity associated with the logger. This identity should have Storage Blob Data Contributor role on the given storage account. -
getBackupStorageLocationBase
Getter for backupStorageLocationBase. The storage location to use. The location has to be in the following format abfs://filesystem@storage-account-name.dfs.core.windows.net. The filesystem must already exist and the storage account must be StorageV2. -
setBackupStorageLocationBase
Setter for backupStorageLocationBase. The storage location to use. The location has to be in the following format abfs://filesystem@storage-account-name.dfs.core.windows.net. The filesystem must already exist and the storage account must be StorageV2. -
equals
-
hashCode
public int hashCode() -
toString
-