Compute Engine v1 API - Class HealthCheckReference (2.16.0)

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

Reference documentation and code samples for the Compute Engine v1 API class HealthCheckReference.

A full or valid partial URL to a health check. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project-id/global/httpHealthChecks/health-check - projects/project-id/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check

Inheritance

object > HealthCheckReference

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

HealthCheckReference()

public HealthCheckReference()

HealthCheckReference(HealthCheckReference)

public HealthCheckReference(HealthCheckReference other)
Parameter
Name Description
other HealthCheckReference

Properties

HasHealthCheck

public bool HasHealthCheck { get; }

Gets whether the "health_check" field is set

Property Value
Type Description
bool

HealthCheck

public string HealthCheck { get; set; }
Property Value
Type Description
string