gcloud network-services route-views describe

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
gcloudnetwork-servicesroute-viewsdescribe--project=$PROJECT_ID--location=$LOCATION--meshmesh1--route-view$ROUTE_VIEW_IDgcloudnetwork-servicesroute-viewsdescribe--route-view=projects/-/locations/-/meshes/-/routeViews/$ROUTE_VIEW_ID

Describe a Route Views for a Gateway

gcloudnetwork-servicesroute-viewsdescribe--project=$PROJECT_ID--location=$LOCATION--gatewaygateway1--route-view$ROUTE_VIEW_IDgcloudnetwork-servicesroute-viewsdescribe--route-view=projects/-/locations/-/gateways/-/routeViews/$ROUTE_VIEW_ID
REQUIRED FLAGS
Mesh or gateway route view resource - RouteView to describe The arguments inthis group can be used to specify the attributes of this resource. (NOTE) Someattributes are not given arguments in this group but can be set in other ways.

To set theproject attribute:

  • provide the argument--route-view on the command line with a fullyspecified name;
  • provide the argument--project on the command line;
  • set the propertycore/project. This resource can be one of thefollowing 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 themesh_or_gateway_route_view.

To set theroute_view attribute:

  • provide the argument--route-view on the command line.

This flag argument must be specified if any of the other arguments in this groupare specified.

--gateway=GATEWAY
Parent Gateway of the mesh_or_gateway_route_view

To set thegateway attribute:

  • provide the argument--route-view on the command line with a fullyspecified name;
  • provide the argument--gateway on the command line. Must bespecified for resource of type[networkservices.projects.locations.gateways.routeViews].
--location=LOCATION
Location of the mesh_or_gateway_route_view

To set thelocation attribute:

  • provide the argument--route-view on the command line with a fullyspecified name;
  • provide the argument--location on the command line.
--mesh=MESH
Parent Mesh of the mesh_or_gateway_route_view

To set themesh attribute:

  • provide the argument--route-view on the command line with a fullyspecified name;
  • provide the argument--mesh on the command line. Must be specifiedfor resource of type [networkservices.projects.locations.meshes.routeViews].
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 help for details.

NOTES
This variant is also available:
gcloudalphanetwork-servicesroute-viewsdescribe

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-05-07 UTC.