public sealed class GetTcpRouteRequest : IMessage<GetTcpRouteRequest>, IEquatable<GetTcpRouteRequest>, IDeepCloneable<GetTcpRouteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class GetTcpRouteRequest.
Request used by the GetTcpRoute method.
Implements
IMessageGetTcpRouteRequest, IEquatableGetTcpRouteRequest, IDeepCloneableGetTcpRouteRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
GetTcpRouteRequest()
public GetTcpRouteRequest()
GetTcpRouteRequest(GetTcpRouteRequest)
public GetTcpRouteRequest(GetTcpRouteRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetTcpRouteRequest |
Properties
Name
public string Name { get; set; }
Required. A name of the TcpRoute to get. Must be in the format
projects/*/locations/global/tcpRoutes/*
.
Property Value | |
---|---|
Type | Description |
string |
TcpRouteName
public TcpRouteName TcpRouteName { get; set; }
TcpRouteName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
TcpRouteName |