- NAME
- 
- gcloud network-services route-views describe - route View for a Mesh or Gateway
 
- SYNOPSIS
- 
- 
gcloud network-services route-views describe(--route-view=ROUTE_VIEW:--gateway=GATEWAY--location=LOCATION--mesh=MESH) [GCLOUD_WIDE_FLAG โฆ]
 
- 
- DESCRIPTION
- Describe a Route Views for a Mesh or Gateway
- EXAMPLES
- 
Describe a Route Views for a Mesh
gcloud network-services route-views describe --project=$PROJECT_ID --location=$LOCATION --mesh mesh1 --route-view $ROUTE_VIEW_IDgcloud network-services route-views describe --route-view=projects/-/locations/-/meshes/-/routeViews/$ROUTE_VIEW_IDDescribe a Route Views for a Gateway gcloud network-services route-views describe --project=$PROJECT_ID --location=$LOCATION --gateway gateway1 --route-view $ROUTE_VIEW_IDgcloud network-services route-views describe --route-view=projects/-/locations/-/gateways/-/routeViews/$ROUTE_VIEW_ID
- REQUIRED FLAGS
- 
- 
Mesh or gateway route view resource - RouteView to describe The arguments in
this group can be used to specify the attributes of this resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other ways.
To set the projectattribute:- 
provide the argument --route-viewon the command line with a fully specified name;
- 
provide the argument --projecton the command line;
- 
set the property core/project. This resource can be one of the following types: [networkservices.projects.locations.meshes.routeViews, networkservices.projects.locations.gateways.routeViews].
 This must be specified. - --route-view=- ROUTE_VIEW
- 
ID of the mesh_or_gateway_route_view or fully qualified identifier for the
mesh_or_gateway_route_view.
To set the route_viewattribute:- 
provide the argument --route-viewon the command line.
 This flag argument must be specified if any of the other arguments in this group are specified. 
- 
provide the argument 
- --gateway=- GATEWAY
- 
Parent Gateway of the mesh_or_gateway_route_view
To set the gatewayattribute:- 
provide the argument --route-viewon the command line with a fully specified name;
- 
provide the argument --gatewayon the command line. Must be specified for resource of type [networkservices.projects.locations.gateways.routeViews].
 
- 
provide the argument 
- --location=- LOCATION
- 
Location of the mesh_or_gateway_route_view
To set the locationattribute:- 
provide the argument --route-viewon the command line with a fully specified name;
- 
provide the argument --locationon the command line.
 
- 
provide the argument 
- --mesh=- MESH
- 
Parent Mesh of the mesh_or_gateway_route_view
To set the meshattribute:- 
provide the argument --route-viewon the command line with a fully specified name;
- 
provide the argument --meshon the command line. Must be specified for resource of type [networkservices.projects.locations.meshes.routeViews].
 
- 
provide the argument 
 
- 
provide the argument 
 
- 
Mesh or gateway route view resource - RouteView to describe The arguments in
this group can be used to specify the attributes of this resource. (NOTE) Some
attributes are not given arguments in this group but can be set in other ways.
- GCLOUD WIDE FLAGS
- 
These flags are available to all commands: --access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run $ gcloud helpfor details.
- NOTES
- 
This variant is also available:
gcloud alpha network-services route-views describe
      gcloud network-services route-views describe
  
  
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-07 UTC.