File System Hsm Setting Args
data class FileSystemHsmSettingArgs(val containerId: Output<String>, val importPrefix: Output<String>? = null, val loggingContainerId: Output<String>) : ConvertibleToJava<FileSystemHsmSettingArgs>
Properties
Link copied to clipboard
The resource ID of the storage container that is used for hydrating the namespace and archiving from the namespace. Changing this forces a new resource to be created.
Link copied to clipboard
The import prefix for the Azure Managed Lustre File System. Only blobs in the non-logging container that start with this path/prefix get hydrated into the cluster namespace. Changing this forces a new resource to be created.
Link copied to clipboard
The resource ID of the storage container that is used for logging events and errors. Changing this forces a new resource to be created.