public sealed class GetTargetTcpProxyRequest : IMessage<GetTargetTcpProxyRequest>, IEquatable<GetTargetTcpProxyRequest>, IDeepCloneable<GetTargetTcpProxyRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetTargetTcpProxyRequest.
A request message for TargetTcpProxies.Get. See the method description for details.
Implements
IMessageGetTargetTcpProxyRequest, IEquatableGetTargetTcpProxyRequest, IDeepCloneableGetTargetTcpProxyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
|