public sealed class HealthCheckServiceReference : IMessage<HealthCheckServiceReference>, IEquatable<HealthCheckServiceReference>, IDeepCloneable<HealthCheckServiceReference>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class HealthCheckServiceReference.
A full or valid partial URL to a health check service. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project-id/regions/us-west1/healthCheckServices/health-check-service - projects/project-id/regions/us-west1/healthCheckServices/health-check-service - regions/us-west1/healthCheckServices/health-check-service
Implements
IMessageHealthCheckServiceReference, IEquatableHealthCheckServiceReference, IDeepCloneableHealthCheckServiceReference, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
HealthCheckServiceReference()
public HealthCheckServiceReference()HealthCheckServiceReference(HealthCheckServiceReference)
public HealthCheckServiceReference(HealthCheckServiceReference other)| Parameter | |
|---|---|
| Name | Description |
other |
HealthCheckServiceReference |
Properties
HasHealthCheckService
public bool HasHealthCheckService { get; }Gets whether the "health_check_service" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HealthCheckService
public string HealthCheckService { get; set; }| Property Value | |
|---|---|
| Type | Description |
string |
|