GetPoolMount

data class GetPoolMount(val azureBlobFileSystems: List<GetPoolMountAzureBlobFileSystem>? = null, val azureFileShares: List<GetPoolMountAzureFileShare>? = null, val cifsMounts: List<GetPoolMountCifsMount>, val nfsMounts: List<GetPoolMountNfsMount>)

Constructors

Link copied to clipboard
constructor(azureBlobFileSystems: List<GetPoolMountAzureBlobFileSystem>? = null, azureFileShares: List<GetPoolMountAzureFileShare>? = null, cifsMounts: List<GetPoolMountCifsMount>, nfsMounts: List<GetPoolMountNfsMount>)

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.