interface ServerInstall {
    hostname: string;
    osId: string;
    partitioningSchema?: Schema;
    serviceUrl: string;
    serviceUser: string;
    sshKeyIds: string[];
    status: BareMetal.v1.ServerInstallStatus;
    user: string;
}

Properties

hostname: string

Host defined during the server installation.

osId: string

ID of the OS.

partitioningSchema?: Schema

Partitioning schema.

serviceUrl: string

Address of the installed service.

serviceUser: string

Service user defined in the server installation, or the default user if none were specified.

sshKeyIds: string[]

SSH public key IDs defined during server installation.

Status of the server installation.

user: string

User defined in the server installation, or the default user if none were specified.