Show / Hide Table of Contents

Class AgentStatus

The schema of agent status data.

Inheritance
object
AgentStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class AgentStatus : IDirectResponseSchema

Properties

AgentName

Output only. The name of the agent.

Declaration
[JsonProperty("agentName")]
public virtual string AgentName { get; set; }
Property Value
Type Description
string

AvailableVersion

Output only. The available version of the agent in artifact registry.

Declaration
[JsonProperty("availableVersion")]
public virtual string AvailableVersion { get; set; }
Property Value
Type Description
string

CloudApiAccessFullScopesGranted

Output only. Whether the agent has full access to Cloud APIs.

Declaration
[JsonProperty("cloudApiAccessFullScopesGranted")]
public virtual string CloudApiAccessFullScopesGranted { get; set; }
Property Value
Type Description
string

ConfigurationErrorMessage

Output only. The error message for the agent configuration if invalid.

Declaration
[JsonProperty("configurationErrorMessage")]
public virtual string ConfigurationErrorMessage { get; set; }
Property Value
Type Description
string

ConfigurationFilePath

Output only. The path to the agent configuration file.

Declaration
[JsonProperty("configurationFilePath")]
public virtual string ConfigurationFilePath { get; set; }
Property Value
Type Description
string

ConfigurationValid

Output only. Whether the agent configuration is valid.

Declaration
[JsonProperty("configurationValid")]
public virtual string ConfigurationValid { 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

InstalledVersion

Output only. The installed version of the agent on the host.

Declaration
[JsonProperty("installedVersion")]
public virtual string InstalledVersion { get; set; }
Property Value
Type Description
string

InstanceUri

Output only. The URI of the instance. Format: projects//zones//instances/

Declaration
[JsonProperty("instanceUri")]
public virtual string InstanceUri { get; set; }
Property Value
Type Description
string

KernelVersion

Output only. The kernel version of the system.

Declaration
[JsonProperty("kernelVersion")]
public virtual SapDiscoveryResourceInstancePropertiesKernelVersion KernelVersion { get; set; }
Property Value
Type Description
SapDiscoveryResourceInstancePropertiesKernelVersion

References

Output only. Optional references to public documentation.

Declaration
[JsonProperty("references")]
public virtual IList<AgentStatusReference> References { get; set; }
Property Value
Type Description
IList<AgentStatusReference>

Services

Output only. The services (process metrics, host metrics, etc.).

Declaration
[JsonProperty("services")]
public virtual IList<AgentStatusServiceStatus> Services { get; set; }
Property Value
Type Description
IList<AgentStatusServiceStatus>

SystemdServiceEnabled

Output only. Whether the agent service is enabled in systemd.

Declaration
[JsonProperty("systemdServiceEnabled")]
public virtual string SystemdServiceEnabled { get; set; }
Property Value
Type Description
string

SystemdServiceRunning

Output only. Whether the agent service is running in systemd.

Declaration
[JsonProperty("systemdServiceRunning")]
public virtual string SystemdServiceRunning { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX