Show / Hide Table of Contents

Class BackendServiceGroupHealth

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

Properties

Annotations

Metadata defined as annotations on the network endpoint group.

Declaration
[JsonProperty("annotations")]
public virtual IDictionary<string, string> Annotations { get; set; }
Property Value
Type Description
IDictionary<string, string>

ETag

The ETag of the item.

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

HealthStatus

Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.

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

Kind

[Output Only] Type of resource. Always compute#backendServiceGroupHealth for the health of backend services.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX