Compute Engine v1 API - Class HealthSourcesGetHealthResponseSourceInfoBackendInfo (3.27.0)

public sealed class HealthSourcesGetHealthResponseSourceInfoBackendInfo : IMessage<HealthSourcesGetHealthResponseSourceInfoBackendInfo>, IEquatable<HealthSourcesGetHealthResponseSourceInfoBackendInfo>, IDeepCloneable<HealthSourcesGetHealthResponseSourceInfoBackendInfo>, IBufferMessage, IMessage

Inheritance

object > HealthSourcesGetHealthResponseSourceInfoBackendInfo

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

HealthSourcesGetHealthResponseSourceInfoBackendInfo()

public HealthSourcesGetHealthResponseSourceInfoBackendInfo()

HealthSourcesGetHealthResponseSourceInfoBackendInfo(HealthSourcesGetHealthResponseSourceInfoBackendInfo)

public HealthSourcesGetHealthResponseSourceInfoBackendInfo(HealthSourcesGetHealthResponseSourceInfoBackendInfo other)
Parameter
Name Description
other HealthSourcesGetHealthResponseSourceInfoBackendInfo

Properties

EndpointCount

public int EndpointCount { get; set; }

Total number of endpoints when determining the health of the regionHealthSource.

Property Value
Type Description
int

Group

public string Group { get; set; }

Fully qualified URL of an instance group or network endpoint group behind the source backend service.

Property Value
Type Description
string

HasEndpointCount

public bool HasEndpointCount { get; }

Gets whether the "endpoint_count" field is set

Property Value
Type Description
bool

HasGroup

public bool HasGroup { get; }

Gets whether the "group" field is set

Property Value
Type Description
bool

HasHealthyEndpointCount

public bool HasHealthyEndpointCount { get; }

Gets whether the "healthy_endpoint_count" field is set

Property Value
Type Description
bool

HealthyEndpointCount

public int HealthyEndpointCount { get; set; }

Number of endpoints considered healthy when determining health of the regionHealthSource.

Property Value
Type Description
int