Class GatewayRouteView
GatewayRouteView defines view-only resource for Routes to a Gateway
Implements
Inherited Members
Namespace: Google.Apis.NetworkServices.v1.Data
Assembly: Google.Apis.NetworkServices.v1.dll
Syntax
public class GatewayRouteView : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. Identifier. Full path name of the GatewayRouteView resource. Format: projects/{project_number}/locations/{location}/gateways/{gateway_name}/routeViews/{route_view_name}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
RouteId
Output only. The resource id for the route.
Declaration
[JsonProperty("routeId")]
public virtual string RouteId { get; set; }
Property Value
Type | Description |
---|---|
string |
RouteLocation
Output only. Location where the route exists.
Declaration
[JsonProperty("routeLocation")]
public virtual string RouteLocation { get; set; }
Property Value
Type | Description |
---|---|
string |
RouteProjectNumber
Output only. Project number where the route exists.
Declaration
[JsonProperty("routeProjectNumber")]
public virtual long? RouteProjectNumber { get; set; }
Property Value
Type | Description |
---|---|
long? |
RouteType
Output only. Type of the route: HttpRoute,GrpcRoute,TcpRoute, or TlsRoute
Declaration
[JsonProperty("routeType")]
public virtual string RouteType { get; set; }
Property Value
Type | Description |
---|---|
string |