Compute Engine v1 API - Class GetRegionCompositeHealthCheckRequest (3.26.0)

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

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

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

Inheritance

object > GetRegionCompositeHealthCheckRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetRegionCompositeHealthCheckRequest()

public GetRegionCompositeHealthCheckRequest()

GetRegionCompositeHealthCheckRequest(GetRegionCompositeHealthCheckRequest)

public GetRegionCompositeHealthCheckRequest(GetRegionCompositeHealthCheckRequest other)
Parameter
Name Description
other GetRegionCompositeHealthCheckRequest

Properties

CompositeHealthCheck

public string CompositeHealthCheck { get; set; }

Name of the CompositeHealthCheck resource to return.

Property Value
Type Description
string

Project

public string Project { get; set; }

Project ID for 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