A wrapper for the proxmoxer ProxmoxAPI client.
Definition at line 254 of file __init__.py.
◆ __init__()
| None homeassistant.components.proxmoxve.ProxmoxClient.__init__ |
( |
|
self, |
|
|
str |
host, |
|
|
int |
port, |
|
|
str |
user, |
|
|
str |
realm, |
|
|
str |
password, |
|
|
bool |
verify_ssl |
|
) |
| |
Initialize the ProxmoxClient.
Definition at line 259 of file __init__.py.
◆ build_client()
| None homeassistant.components.proxmoxve.ProxmoxClient.build_client |
( |
|
self | ) |
|
Construct the ProxmoxAPI client.
Allows inserting the realm within the `user` value.
Definition at line 277 of file __init__.py.
◆ get_api_client()
| ProxmoxAPI homeassistant.components.proxmoxve.ProxmoxClient.get_api_client |
( |
|
self | ) |
|
Return the ProxmoxAPI client.
Definition at line 296 of file __init__.py.
◆ _host
| homeassistant.components.proxmoxve.ProxmoxClient._host |
|
private |
◆ _password
| homeassistant.components.proxmoxve.ProxmoxClient._password |
|
private |
◆ _port
| homeassistant.components.proxmoxve.ProxmoxClient._port |
|
private |
◆ _proxmox
| homeassistant.components.proxmoxve.ProxmoxClient._proxmox |
|
private |
◆ _realm
| homeassistant.components.proxmoxve.ProxmoxClient._realm |
|
private |
◆ _user
| homeassistant.components.proxmoxve.ProxmoxClient._user |
|
private |
◆ _verify_ssl
| homeassistant.components.proxmoxve.ProxmoxClient._verify_ssl |
|
private |
The documentation for this class was generated from the following file: