Compute Engine v1 API - Class GetHealthRegionHealthSourceRequest (3.27.0)

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

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

A request message for RegionHealthSources.GetHealth. See the method description for details.

Inheritance

object > GetHealthRegionHealthSourceRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetHealthRegionHealthSourceRequest()

public GetHealthRegionHealthSourceRequest()

GetHealthRegionHealthSourceRequest(GetHealthRegionHealthSourceRequest)

public GetHealthRegionHealthSourceRequest(GetHealthRegionHealthSourceRequest other)
Parameter
Name Description
other GetHealthRegionHealthSourceRequest

Properties

HealthSource

public string HealthSource { get; set; }

Name of the HealthSource resource to get health for.

Property Value
Type Description
string

Project

public string Project { get; set; }

Name of the project scoping this request.

Property Value
Type Description
string

Region

public string Region { get; set; }

Name of the region scoping this request.

Property Value
Type Description
string