Show / Hide Table of Contents

Class NetworkEndpointWithHealthStatus

Inheritance
System.Object
NetworkEndpointWithHealthStatus
Implements
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 NetworkEndpointWithHealthStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Healths

[Output only] The health status of network endpoint;

Declaration
[JsonProperty("healths")]
public virtual IList<HealthStatusForNetworkEndpoint> Healths { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<HealthStatusForNetworkEndpoint>

NetworkEndpoint

[Output only] The network endpoint;

Declaration
[JsonProperty("networkEndpoint")]
public virtual NetworkEndpoint NetworkEndpoint { get; set; }
Property Value
Type Description
NetworkEndpoint

Implements

IDirectResponseSchema
In This Article
Back to top