Package-level declarations
Types
Link copied to clipboard
Manages an Azure Managed Lustre File System.
Link copied to clipboard
data class FileSystemArgs(val encryptionKey: Output<FileSystemEncryptionKeyArgs>? = null, val hsmSetting: Output<FileSystemHsmSettingArgs>? = null, val identity: Output<FileSystemIdentityArgs>? = null, val location: Output<String>? = null, val maintenanceWindow: Output<FileSystemMaintenanceWindowArgs>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val skuName: Output<String>? = null, val storageCapacityInTb: Output<Int>? = null, val subnetId: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val zones: Output<List<String>>? = null) : ConvertibleToJava<FileSystemArgs>
Manages an Azure Managed Lustre File System.
Link copied to clipboard
class FileSystemArgsBuilder
Builder for FileSystemArgs.
Link copied to clipboard
Link copied to clipboard
Builder for FileSystem.
Functions
Link copied to clipboard
suspend fun fileSystem(name: String, block: suspend FileSystemResourceBuilder.() -> Unit): FileSystem