Mount

class Mount

Attaches a data source to the container filesystem for a task at a customer-supplied relative path under the service-owned mount root.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique name for the mount within the task.

Link copied to clipboard

The relative path under the service-owned mount root where this mount is attached inside the container.

Link copied to clipboard

The data source for the mount.

Link copied to clipboard

The type of storage used for the mount.

Functions

Link copied to clipboard
inline fun copy(block: Mount.Builder.() -> Unit = {}): Mount
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String