Network Connectivity v1 API - Class GetRouteRequest (2.7.0)

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].

Inheritance

object > GetRouteRequest

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

GetRouteRequest()

public GetRouteRequest()

GetRouteRequest(GetRouteRequest)

public GetRouteRequest(GetRouteRequest other)
Parameter
NameDescription
otherGetRouteRequest

Properties

HubRouteName

public HubRouteName HubRouteName { get; set; }

HubRouteName-typed view over the Name resource name property.

Property Value
TypeDescription
HubRouteName

Name

public string Name { get; set; }

Required. The name of the route resource.

Property Value
TypeDescription
string