sc-portal/app/src/app/machines/models/machine-volume.ts

8 lines
156 B
TypeScript

export class MachineVolume
{
name: string;
type: string; // "tritonnfs"
mode: string; // "ro" / "rw"
mountpoint: string; // must start with a "/"
}