Cloud API Overview > @adpt/cloud > MountStatus
MountStatus interface
Mount information for ContainerStatus
Signature:
export interface MountStatus
Properties
| Property | Type | Description |
|---|---|---|
| Destination | string | |
| Mode | string | |
| Propagation | "shared" |"slave" |"private" |"rshared" |"rslave" |"rprivate" | |
| RW | boolean | |
| Source | string | |
| Type | "bind" | "volume" | "tmpfs" |