Compute Engine v1 API - Class GetRegionTargetTcpProxyRequest (2.10.0)

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

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

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

Inheritance

object > GetRegionTargetTcpProxyRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetRegionTargetTcpProxyRequest()

public GetRegionTargetTcpProxyRequest()

GetRegionTargetTcpProxyRequest(GetRegionTargetTcpProxyRequest)

public GetRegionTargetTcpProxyRequest(GetRegionTargetTcpProxyRequest other)
Parameter
NameDescription
otherGetRegionTargetTcpProxyRequest

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

TargetTcpProxy

public string TargetTcpProxy { get; set; }

Name of the TargetTcpProxy resource to return.

Property Value
TypeDescription
string