PoolMountArgs

data class PoolMountArgs(val azureBlobFileSystem: Output<PoolMountAzureBlobFileSystemArgs>? = null, val azureFileShares: Output<List<PoolMountAzureFileShareArgs>>? = null, val cifsMounts: Output<List<PoolMountCifsMountArgs>>? = null, val nfsMounts: Output<List<PoolMountNfsMountArgs>>? = null) : ConvertibleToJava<PoolMountArgs>

Constructors

Link copied to clipboard
constructor(azureBlobFileSystem: Output<PoolMountAzureBlobFileSystemArgs>? = null, azureFileShares: Output<List<PoolMountAzureFileShareArgs>>? = null, cifsMounts: Output<List<PoolMountCifsMountArgs>>? = null, nfsMounts: Output<List<PoolMountNfsMountArgs>>? = null)

Properties

Link copied to clipboard

A azure_blob_file_system block defined as below.

Link copied to clipboard

A azure_file_share block defined as below.

Link copied to clipboard
val cifsMounts: Output<List<PoolMountCifsMountArgs>>? = null

A cifs_mount block defined as below.

Link copied to clipboard
val nfsMounts: Output<List<PoolMountNfsMountArgs>>? = null

A nfs_mount block defined as below.

Functions

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