Class AgentStatusServiceStatus
The status of a service (process metrics, host metrics, etc.).
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class AgentStatusServiceStatus : IDirectResponseSchema
Properties
ConfigValues
Output only. The configuration values for the service.
Declaration
[JsonProperty("configValues")]
public virtual IList<AgentStatusConfigValue> ConfigValues { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AgentStatusConfigValue> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ErrorMessage
Output only. The error message for the service if it is not fully functional.
Declaration
[JsonProperty("errorMessage")]
public virtual string ErrorMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FullyFunctional
Output only. Whether the service is fully functional (all checks passed).
Declaration
[JsonProperty("fullyFunctional")]
public virtual string FullyFunctional { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IamPermissions
Output only. The permissions required for the service.
Declaration
[JsonProperty("iamPermissions")]
public virtual IList<AgentStatusIAMPermission> IamPermissions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AgentStatusIAMPermission> |
Name
Output only. The name of the service.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Output only. The state of the service (enabled or disabled in the configuration).
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UnspecifiedStateMessage
Output only. The message to display when the service state is unspecified.
Declaration
[JsonProperty("unspecifiedStateMessage")]
public virtual string UnspecifiedStateMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |