Class WorkloadProfileHealth
WorkloadProfileHealth contains the detailed health check of workload.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager .v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class WorkloadProfileHealth : IDirectResponseSchema
Properties
CheckTime
object representation of Check
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CheckTimeDateTimeOffset instead.")]
public virtual object CheckTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CheckTimeDateTimeOffset
Date
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CheckTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
Date |
CheckTimeRaw
The time when the health check was performed.
Declaration
[JsonProperty("checkTime")]
public virtual string CheckTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ComponentHealthes
The detailed condition reports of each component.
Declaration
[JsonProperty("componentHealthes")]
public virtual IList<ComponentHealth> ComponentHealthes { get; set; }
Property Value
Type | Description |
---|---|
IList<Component |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. The health state of the workload.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |