Class GetTargetTcpProxyRequest (1.3.0)

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

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

Inheritance

Object > GetTargetTcpProxyRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetTargetTcpProxyRequest()

public GetTargetTcpProxyRequest()

GetTargetTcpProxyRequest(GetTargetTcpProxyRequest)

public GetTargetTcpProxyRequest(GetTargetTcpProxyRequest other)
Parameter
NameDescription
otherGetTargetTcpProxyRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
String

TargetTcpProxy

public string TargetTcpProxy { get; set; }

Name of the TargetTcpProxy resource to return.

Property Value
TypeDescription
String