public sealed class GetRouteRequest : IMessage<GetRouteRequest>, IEquatable<GetRouteRequest>, IDeepCloneable<GetRouteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Connectivity v1 API class GetRouteRequest.
The request for [HubService.GetRoute][google.cloud.networkconnectivity.v1.HubService.GetRoute].
Implements
IMessageGetRouteRequest, IEquatableGetRouteRequest, IDeepCloneableGetRouteRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
GetRouteRequest()
public GetRouteRequest()
GetRouteRequest(GetRouteRequest)
public GetRouteRequest(GetRouteRequest other)
Parameter | |
---|---|
Name | Description |
other | GetRouteRequest |
Properties
HubRouteName
public HubRouteName HubRouteName { get; set; }
HubRouteName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
HubRouteName |
Name
public string Name { get; set; }
Required. The name of the route resource.
Property Value | |
---|---|
Type | Description |
string |