Network Services v1 API - Class GatewayRouteView (1.1.0)

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

Reference documentation and code samples for the Network Services v1 API class GatewayRouteView.

GatewayRouteView defines view-only resource for Routes to a Gateway

Inheritance

object > GatewayRouteView

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Constructors

GatewayRouteView()

public GatewayRouteView()

GatewayRouteView(GatewayRouteView)

public GatewayRouteView(GatewayRouteView other)
Parameter
Name Description
other GatewayRouteView

Properties

GatewayRouteViewName

public GatewayRouteViewName GatewayRouteViewName { get; set; }

GatewayRouteViewName-typed view over the Name resource name property.

Property Value
Type Description
GatewayRouteViewName

Name

public string Name { get; set; }

Output only. Identifier. Full path name of the GatewayRouteView resource. Format: projects/{project_number}/locations/{location}/gateways/{gateway}/routeViews/{route_view}

Property Value
Type Description
string

RouteId

public string RouteId { get; set; }

Output only. The resource id for the route.

Property Value
Type Description
string

RouteLocation

public string RouteLocation { get; set; }

Output only. Location where the route exists.

Property Value
Type Description
string

RouteProjectNumber

public long RouteProjectNumber { get; set; }

Output only. Project number where the route exists.

Property Value
Type Description
long

RouteType

public string RouteType { get; set; }

Output only. Type of the route: HttpRoute,GrpcRoute,TcpRoute, or TlsRoute

Property Value
Type Description
string