hetzner-ts
    Preparing search index...

    Interface LoadBalancerAction

    interface LoadBalancerAction {
        command: string;
        error: null | ActionError;
        finished: null | string;
        id: number;
        progress: number;
        resources: ActionResource[];
        started: string;
        status: "running" | "success" | "error";
    }

    Hierarchy (View Summary)

    Index

    Properties

    command: string
    error: null | ActionError
    finished: null | string
    id: number
    progress: number
    resources: ActionResource[]
    started: string
    status: "running" | "success" | "error"