Show / Hide Table of Contents

Class HealthStatus

Inheritance
System.Object
HealthStatus
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class HealthStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

HealthState

Health state of the instance.

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

Instance

URL of the instance resource.

Declaration
[JsonProperty("instance")]
public virtual string Instance { get; set; }
Property Value
Type Description
System.String

IpAddress

A forwarding rule IP address assigned to this instance.

Declaration
[JsonProperty("ipAddress")]
public virtual string IpAddress { get; set; }
Property Value
Type Description
System.String

Port

The named port of the instance group, not necessarily the port that is health-checked.

Declaration
[JsonProperty("port")]
public virtual int? Port { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Implements

Google.Apis.Requests.IDirectResponseSchema
Back to top