Class GetTargetPoolRequest (1.2.0)

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

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