public class AzureBlobFileSystemReference extends Object
Constructor and Description |
---|
AzureBlobFileSystemReference() |
Modifier and Type | Method and Description |
---|---|
String |
accountName()
Get name of the Azure storage account.
|
String |
containerName()
Get name of the Azure Blob Storage container to mount on the cluster.
|
AzureStorageCredentialsInfo |
credentials()
Get information about the Azure storage credentials.
|
String |
mountOptions()
Get mount options for mounting blobfuse file system.
|
String |
relativeMountPath()
Get the relative path on the compute node where the Azure File container will be mounted.
|
AzureBlobFileSystemReference |
withAccountName(String accountName)
Set name of the Azure storage account.
|
AzureBlobFileSystemReference |
withContainerName(String containerName)
Set name of the Azure Blob Storage container to mount on the cluster.
|
AzureBlobFileSystemReference |
withCredentials(AzureStorageCredentialsInfo credentials)
Set information about the Azure storage credentials.
|
AzureBlobFileSystemReference |
withMountOptions(String mountOptions)
Set mount options for mounting blobfuse file system.
|
AzureBlobFileSystemReference |
withRelativeMountPath(String relativeMountPath)
Set the relative path on the compute node where the Azure File container will be mounted.
|
public String accountName()
public AzureBlobFileSystemReference withAccountName(String accountName)
accountName
- the accountName value to setpublic String containerName()
public AzureBlobFileSystemReference withContainerName(String containerName)
containerName
- the containerName value to setpublic AzureStorageCredentialsInfo credentials()
public AzureBlobFileSystemReference withCredentials(AzureStorageCredentialsInfo credentials)
credentials
- the credentials value to setpublic String relativeMountPath()
public AzureBlobFileSystemReference withRelativeMountPath(String relativeMountPath)
relativeMountPath
- the relativeMountPath value to setpublic String mountOptions()
public AzureBlobFileSystemReference withMountOptions(String mountOptions)
mountOptions
- the mountOptions value to setCopyright © 2019. All rights reserved.