Compute Engine v1 API - Class GetTargetTcpProxyRequest (2.16.0)

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

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

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
Name Description
other GetTargetTcpProxyRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
Type Description
string

TargetTcpProxy

public string TargetTcpProxy { get; set; }

Name of the TargetTcpProxy resource to return.

Property Value
Type Description
string