Compute Engine v1 API - Class GetRouteRequest (2.15.0)

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

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

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

Inheritance

object > GetRouteRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetRouteRequest()

public GetRouteRequest()

GetRouteRequest(GetRouteRequest)

public GetRouteRequest(GetRouteRequest other)
Parameter
NameDescription
otherGetRouteRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string

Route

public string Route { get; set; }

Name of the Route resource to return.

Property Value
TypeDescription
string