Skip to content

objectType SimpleVolumeMount

extends AbstractVolumeMount

A simple volume mount.

SimpleVolumeMountivoa:string pathivoa:string modeivoa:string cardinalityivoa:string resourcesAbstractVolumeMountAbstractComponent

Members

name type mult description
path ivoa:string The filesystem mount point.
mode ivoa:string The read-write access mode.
cardinality ivoa:string If cardinality is set to INSTANCE, then this volume-mount will mount a single resource at the location set by path. If cardinality is set to CONTAINER, then this volume-mount will create a directory in the target file system, at the location set by path, and mount the resources within that directory.
resources ivoa:string 1 or more A list of the data resources in this volume mount. If cardinality is set to INSTANCE then this list should only contain one resource. If cardinality is set to INSTANCE and this list has more than one resource, it should fail validation. If cardinality is set to CONTAINER then this list may contain more than one resource.

Containment

This is contained by ExecutionRequestComponents, SimpleExecutionComponents