public sealed class HealthCheckReference : IMessage<HealthCheckReference>, IEquatable<HealthCheckReference>, IDeepCloneable<HealthCheckReference>, IBufferMessage, IMessageA 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
Implements
IMessage<HealthCheckReference>, IEquatable<HealthCheckReference>, IDeepCloneable<HealthCheckReference>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
Boolean |
|
HealthCheck
public string HealthCheck { get; set; }| Property Value | |
|---|---|
| Type | Description |
String |
|