Show / Hide Table of Contents

Class WorkloadProfileHealth

WorkloadProfileHealth contains the detailed health check of workload.

Inheritance
object
WorkloadProfileHealth
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 WorkloadProfileHealth : IDirectResponseSchema

Properties

CheckTime

object representation of CheckTimeRaw.

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

DateTimeOffset representation of CheckTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CheckTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

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<ComponentHealth>

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX