Interface ProxmoxEngineOptionsPass

Proxmox authentification as user / password

Hierarchy

Properties

authTimeout?: number

separated timeout for authentification call, default is 5 second

host: string

Proxmox address

password: string

The password

port?: number

Proxmox connexion port, default is 8006

queryTimeout?: number

timeout for proxmox request, default is 60 seconds

schema?: "http" | "https"

http protocol, can be http or https, default is https

username?: string

Your username, if not specified will use root@pam

Generated using TypeDoc