interface BMCAccess {
    expiresAt?: Date;
    login: string;
    password: string;
    url: string;
}

Properties

expiresAt?: Date

The date after which the BMC (Baseboard Management Controller) access will be closed.

login: string

The login to use for the BMC (Baseboard Management Controller) access authentification.

password: string

The password to use for the BMC (Baseboard Management Controller) access authentification.

url: string

URL to access to the server console.