Class HealthCheckReference (1.4.0)

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

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
NameDescription
otherHealthCheckReference

Properties

HasHealthCheck

public bool HasHealthCheck { get; }

Gets whether the "health_check" field is set

Property Value
TypeDescription
Boolean

HealthCheck

public string HealthCheck { get; set; }
Property Value
TypeDescription
String