Show / Hide Table of Contents

Class HealthSourceHealth

Response message for RegionHealthSources.GetHealth

Inheritance
object
HealthSourceHealth
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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class HealthSourceHealth : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HealthState

Health state of the HealthSource.

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

Kind

Output only. [Output Only] Type of resource. Alwayscompute#healthSourceHealth for the health of health sources.

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

Sources

Health state details of the sources.

Declaration
[JsonProperty("sources")]
public virtual IList<HealthSourcesGetHealthResponseSourceInfo> Sources { get; set; }
Property Value
Type Description
IList<HealthSourcesGetHealthResponseSourceInfo>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX