1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 07:29:40 +00:00
gcloud-help/gcloud/alpha/compute/network-attachments/help

44 lines
1.2 KiB
Text
Raw Normal View History

2022-10-26 10:52:11 +00:00
NAME
gcloud alpha compute network-attachments - manage Compute Engine network
attachment resources
SYNOPSIS
gcloud alpha compute network-attachments COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) List, create, describe, update and delete network attachments.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
create
(ALPHA) Create a Google Compute Engine network attachment.
delete
(ALPHA) Delete one or more Google Compute Engine network attachments.
describe
(ALPHA) Describes a Google Compute Engine network attachment.
list
(ALPHA) List Google Compute Engine network attachments.
2023-10-23 11:10:09 +00:00
update
(ALPHA) Update a Google Compute Engine network attachment.
2022-10-26 10:52:11 +00:00
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
2023-02-08 10:13:59 +00:00
access allowlist. These variants are also available:
$ gcloud compute network-attachments
$ gcloud beta compute network-attachments
2022-10-26 10:52:11 +00:00