Compute Engine v1 API - Class GetHealthCheckRequest (2.13.0)

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

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

A request message for HealthChecks.Get. See the method description for details.

Inheritance

object > GetHealthCheckRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetHealthCheckRequest()

public GetHealthCheckRequest()

GetHealthCheckRequest(GetHealthCheckRequest)

public GetHealthCheckRequest(GetHealthCheckRequest other)
Parameter
NameDescription
otherGetHealthCheckRequest

Properties

HealthCheck

public string HealthCheck { get; set; }

Name of the HealthCheck resource to return.

Property Value
TypeDescription
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string