public sealed class GetRegionHealthSourceRequest : IMessage<GetRegionHealthSourceRequest>, IEquatable<GetRegionHealthSourceRequest>, IDeepCloneable<GetRegionHealthSourceRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetRegionHealthSourceRequest.
A request message for RegionHealthSources.Get. See the method description for details.
Implements
IMessageGetRegionHealthSourceRequest, IEquatableGetRegionHealthSourceRequest, IDeepCloneableGetRegionHealthSourceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetRegionHealthSourceRequest()
public GetRegionHealthSourceRequest()GetRegionHealthSourceRequest(GetRegionHealthSourceRequest)
public GetRegionHealthSourceRequest(GetRegionHealthSourceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetRegionHealthSourceRequest |
Properties
HealthSource
public string HealthSource { get; set; }Name of the HealthSource 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 |
|