1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00
gcloud-help/gcloud/alpha/network-services/route-views/describe
2024-06-12 09:25:04 +00:00

100 lines
3.9 KiB
Text

NAME
gcloud alpha network-services route-views describe - route View for a Mesh
or Gateway
SYNOPSIS
gcloud alpha network-services route-views describe
(--route-view=ROUTE_VIEW
: --gateway=GATEWAY --location=LOCATION --mesh=MESH)
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Describe a Route Views for a Mesh or Gateway
EXAMPLES
Describe a Route Views for a Mesh
$ gcloud alpha network-services route-views describe \
--project=$PROJECT_ID --location=$LOCATION --mesh mesh1 \
--route-view $ROUTE_VIEW_ID
$ gcloud alpha network-services route-views describe \
--route-view=projects/-/locations/-/meshes/-/routeViews/\
$ROUTE_VIEW_ID
Describe a Route Views for a Gateway
$ gcloud alpha network-services route-views describe \
--project=$PROJECT_ID --location=$LOCATION --gateway gateway1 \
--route-view $ROUTE_VIEW_ID
$ gcloud alpha 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 project attribute:
◆ provide the argument --route-view on the command line with a fully
specified name;
◆ provide the argument --project on 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_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 group are specified.
--gateway=GATEWAY
Parent Gateway of the mesh_or_gateway_route_view
To set the gateway attribute:
▸ provide the argument --route-view on the command line with a
fully specified name;
▸ provide the argument --gateway on the command line. Must be
specified for resource of type
[networkservices.projects.locations.gateways.routeViews].
--location=LOCATION
Location of the mesh_or_gateway_route_view
To set the location attribute:
▸ provide the argument --route-view on the command line with a
fully specified name;
▸ provide the argument --location on the command line.
--mesh=MESH
Parent Mesh of the mesh_or_gateway_route_view
To set the mesh attribute:
▸ provide the argument --route-view on the command line with a
fully specified name;
▸ provide the argument --mesh on the command line. Must be
specified for 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 command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct
project, you might be trying to access an API with an invitation-only early
access allowlist.