Compute Engine v1 API - Class GetTargetPoolRequest (2.15.0)

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

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

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

Inheritance

object > GetTargetPoolRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetTargetPoolRequest()

public GetTargetPoolRequest()

GetTargetPoolRequest(GetTargetPoolRequest)

public GetTargetPoolRequest(GetTargetPoolRequest other)
Parameter
NameDescription
otherGetTargetPoolRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string

Region

public string Region { get; set; }

Name of the region scoping this request.

Property Value
TypeDescription
string

TargetPool

public string TargetPool { get; set; }

Name of the TargetPool resource to return.

Property Value
TypeDescription
string