models_v2.agent_information module¶
-
class
models_v2.agent_information.
AgentInformation
(connection_status=None, support_status=None, agent_sw_version=None, last_fetched_time_in_usecs=None, host_setting_checks=None)[source]¶ Bases:
object
Implementation of the ‘AgentInformation’ model.
Specifies the agent details.
- Attributes:
- connection_status (ConnectionStatusEnum): Specifies the status of
agent connection.
- support_status (SupportStatusEnum): Specifies the whether agent
version is compatible with cluster version ro use various features.
- agent_sw_version (string): Specifies the software version of the
agent
- last_fetched_time_in_usecs (long|int): Specifies the time in usecs
when the last agent info was fetched.
- host_setting_checks (list of HostSettingCheck): Specifies the list of
host checks and its results.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.