interface ServerInstall {
    hostname: string;
    osId: number;
    panelUrl?: string;
    partitions: Partition[];
    sshKeyIds: string[];
    status: Dedibox.v1.ServerInstallStatus;
    userLogin?: string;
}

Properties

hostname: string
osId: number
panelUrl?: string
partitions: Partition[]
sshKeyIds: string[]
userLogin?: string