hetzner-ts
    Preparing search index...

    Interface Volume

    interface Volume {
        created: string;
        format?: string;
        id: number;
        labels: Record<string, string>;
        linux_device: string;
        location: VolumeLocation;
        name: string;
        protection: VolumeProtection;
        server: null | number;
        size: number;
        status: "available" | "creating";
    }
    Index

    Properties

    created: string
    format?: string
    id: number
    labels: Record<string, string>
    linux_device: string
    location: VolumeLocation
    name: string
    protection: VolumeProtection
    server: null | number
    size: number
    status: "available" | "creating"