Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileServerReference

Package version

interface

An interface representing FileServerReference. File Server mounting configuration.

Hierarchy

  • FileServerReference

Index

Properties

fileServer

fileServer: ResourceId
member

{ResourceId} fileServer File server. Resource ID of the existing File Server to be mounted.

Optional mountOptions

mountOptions: undefined | string
member

{string} [mountOptions] Mount options. Mount options to be passed to mount command.

relativeMountPath

relativeMountPath: string
member

{string} relativeMountPath Relative mount path. The relative path on the compute node where the File Server will be mounted. Note that all cluster level file servers will be mounted under $AZ_BATCHAI_MOUNT_ROOT location and all job level file servers will be mounted under $AZ_BATCHAI_JOB_MOUNT_ROOT.

Optional sourceDirectory

sourceDirectory: undefined | string
member

{string} [sourceDirectory] Source directory. File Server directory that needs to be mounted. If this property is not specified, the entire File Server will be mounted.

Generated using TypeDoc