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