public sealed class GetTargetPoolRequest : IMessage<GetTargetPoolRequest>, IEquatable<GetTargetPoolRequest>, IDeepCloneable<GetTargetPoolRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetTargetPoolRequest.
A request message for TargetPools.Get. See the method description for details.
Implements
IMessageGetTargetPoolRequest, IEquatableGetTargetPoolRequest, IDeepCloneableGetTargetPoolRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetTargetPoolRequest()
public GetTargetPoolRequest()GetTargetPoolRequest(GetTargetPoolRequest)
public GetTargetPoolRequest(GetTargetPoolRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        GetTargetPoolRequest | 
      
Properties
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 | 
        |
TargetPool
public string TargetPool { get; set; }Name of the TargetPool resource to return.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |