- 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.
-
provide the argument
--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].
-
provide the argument
--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.
-
provide the argument
--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].
-
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 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.
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 2024-06-11 UTC.