interface Rescue {
    login: string;
    osId: number;
    password: string;
    protocol: RescueProtocol;
}

Properties

login: string

Login of the rescue.

osId: number

OS ID of the rescue.

password: string

Password of the rescue.

protocol: RescueProtocol

Protocol of the resuce.