1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Feb 8 10:13:59 UTC 2023

This commit is contained in:
Automated 2023-02-08 10:13:59 +00:00
parent fc11b54760
commit 11068cb123
240 changed files with 8982 additions and 619 deletions

View file

@ -9,6 +9,12 @@ SYNOPSIS
DESCRIPTION
(ALPHA) Describes a Google Compute Engine network attachment.
EXAMPLES
To describe a network attachment, run:
$ gcloud alpha compute network-attachments describe \
NETWORK_ATTACHMENT_NAME --region=us-central1
POSITIONAL ARGUMENTS
NAME
Name of the network attachment to describe.
@ -46,5 +52,9 @@ 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.
access allowlist. These variants are also available:
$ gcloud compute network-attachments describe
$ gcloud beta compute network-attachments describe