AgentStatus class

The schema of agent status data.

Constructors

AgentStatus.new({String? agentName, String? availableVersion, String? cloudApiAccessFullScopesGranted, String? configurationErrorMessage, String? configurationFilePath, String? configurationValid, String? installedVersion, String? instanceUri, SapDiscoveryResourceInstancePropertiesKernelVersion? kernelVersion, List<AgentStatusReference>? references, List<AgentStatusServiceStatus>? services, String? systemdServiceEnabled, String? systemdServiceRunning})
AgentStatus.fromJson(Map json_)

Properties

agentName String?
The name of the agent.
getter/setter pair
availableVersion String?
The available version of the agent in artifact registry.
getter/setter pair
cloudApiAccessFullScopesGranted String?
Whether the agent has full access to Cloud APIs.
getter/setter pair
configurationErrorMessage String?
The error message for the agent configuration if invalid.
getter/setter pair
configurationFilePath String?
The path to the agent configuration file.
getter/setter pair
configurationValid String?
Whether the agent configuration is valid.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
installedVersion String?
The installed version of the agent on the host.
getter/setter pair
instanceUri String?
The URI of the instance.
getter/setter pair
kernelVersion SapDiscoveryResourceInstancePropertiesKernelVersion?
The kernel version of the system.
getter/setter pair
references List<AgentStatusReference>?
Optional references to public documentation.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
services List<AgentStatusServiceStatus>?
The services (process metrics, host metrics, etc.).
getter/setter pair
systemdServiceEnabled String?
Whether the agent service is enabled in systemd.
getter/setter pair
systemdServiceRunning String?
Whether the agent service is running in systemd.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited