public sealed class HealthCheckServiceReference : IMessage<HealthCheckServiceReference>, IEquatable<HealthCheckServiceReference>, IDeepCloneable<HealthCheckServiceReference>, IBufferMessage, IMessageA 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
IMessage<HealthCheckServiceReference>, IEquatable<HealthCheckServiceReference>, IDeepCloneable<HealthCheckServiceReference>, 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 | 
Boolean | 
        |
HealthCheckService
public string HealthCheckService { get; set; }| Property Value | |
|---|---|
| Type | Description | 
String | 
        |