ServerInfo
The ServerInfo
represents the "Application Server Info" record necessary
to launch an application. It has the domain and account information needed to
access the image.
Properties
app_id
Property (str). Application UID.
domain
Property (str). Server Domain.
username
Property (str). Username on the remote service.
password
Property (str). Password or token on the service.
Methods
to_dict
to_dict() -> dict
Translates the connection as a dictionary for serialization.
Returns:
dict Connection contents as a dictionary.