Show / Hide Table of Contents

Class MeshRouteView

MeshRouteView defines view-only resource for Routes to a Mesh

Inheritance
object
MeshRouteView
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkServices.v1.Data
Assembly: Google.Apis.NetworkServices.v1.dll
Syntax
public class MeshRouteView : 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 MeshRouteView resource. Format: projects/{project_number}/locations/{location}/meshes/{mesh_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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX