Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MountVolumes

Package version

interface

An interface representing MountVolumes. Details of volumes to mount on the cluster.

Hierarchy

  • MountVolumes

Index

Properties

Optional azureBlobFileSystems

azureBlobFileSystems: AzureBlobFileSystemReference[]
member

{AzureBlobFileSystemReference[]} [azureBlobFileSystems] Azure Blob file systems. A collection of Azure Blob Containers that are to be mounted to the cluster nodes.

Optional azureFileShares

azureFileShares: AzureFileShareReference[]
member

{AzureFileShareReference[]} [azureFileShares] Azure File Shares. A collection of Azure File Shares that are to be mounted to the cluster nodes.

Optional fileServers

fileServers: FileServerReference[]
member

{FileServerReference[]} [fileServers] File Servers. A collection of Batch AI File Servers that are to be mounted to the cluster nodes.

Optional unmanagedFileSystems

unmanagedFileSystems: UnmanagedFileSystemReference[]
member

{UnmanagedFileSystemReference[]} [unmanagedFileSystems] Unmanaged file systems. A collection of unmanaged file systems that are to be mounted to the cluster nodes.

Generated using TypeDoc