Class AgentStates
Agent status.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class AgentStates : IDirectResponseSchema
Properties
AvailableVersion
Optional. The available version of the agent in artifact registry.
Declaration
[JsonProperty("availableVersion")]
public virtual string AvailableVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HanaMonitoring
Optional. HANA monitoring metrics of the agent.
Declaration
[JsonProperty("hanaMonitoring")]
public virtual ServiceStates HanaMonitoring { get; set; }
Property Value
| Type | Description |
|---|---|
| ServiceStates |
InstalledVersion
Optional. The installed version of the agent on the host.
Declaration
[JsonProperty("installedVersion")]
public virtual string InstalledVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsFullyEnabled
Optional. Whether the agent is fully enabled. If false, the agent is has some issues.
Declaration
[JsonProperty("isFullyEnabled")]
public virtual bool? IsFullyEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ProcessMetrics
Optional. The Process metrics of the agent.
Declaration
[JsonProperty("processMetrics")]
public virtual ServiceStates ProcessMetrics { get; set; }
Property Value
| Type | Description |
|---|---|
| ServiceStates |
SystemDiscovery
Optional. The System discovery metrics of the agent.
Declaration
[JsonProperty("systemDiscovery")]
public virtual ServiceStates SystemDiscovery { get; set; }
Property Value
| Type | Description |
|---|---|
| ServiceStates |