FileSystemHsmSettingArgs

data class FileSystemHsmSettingArgs(val containerId: Output<String>, val importPrefix: Output<String>? = null, val loggingContainerId: Output<String>) : ConvertibleToJava<FileSystemHsmSettingArgs>

Constructors

Link copied to clipboard
constructor(containerId: Output<String>, importPrefix: Output<String>? = null, loggingContainerId: Output<String>)

Properties

Link copied to clipboard
val containerId: Output<String>

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
val importPrefix: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): FileSystemHsmSettingArgs