PoolMount

data class PoolMount(val azureBlobFileSystem: PoolMountAzureBlobFileSystem? = null, val azureFileShares: List<PoolMountAzureFileShare>? = null, val cifsMounts: List<PoolMountCifsMount>? = null, val nfsMounts: List<PoolMountNfsMount>? = null)

Constructors

Link copied to clipboard
constructor(azureBlobFileSystem: PoolMountAzureBlobFileSystem? = null, azureFileShares: List<PoolMountAzureFileShare>? = null, cifsMounts: List<PoolMountCifsMount>? = null, nfsMounts: List<PoolMountNfsMount>? = null)

Types

Link copied to clipboard
object Companion

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

A cifs_mount block defined as below.

Link copied to clipboard

A nfs_mount block defined as below.