mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-10 19:31:55 +00:00
38 lines
871 B
Text
38 lines
871 B
Text
|
|
NAME
|
||
|
|
gcloud compute network-attachments - manage Compute Engine network
|
||
|
|
attachment resources
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud compute network-attachments COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
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
|
||
|
|
Create a Google Compute Engine network attachment.
|
||
|
|
|
||
|
|
delete
|
||
|
|
Delete one or more Google Compute Engine network attachments.
|
||
|
|
|
||
|
|
describe
|
||
|
|
Describes a Google Compute Engine network attachment.
|
||
|
|
|
||
|
|
list
|
||
|
|
List Google Compute Engine network attachments.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
These variants are also available:
|
||
|
|
|
||
|
|
$ gcloud alpha compute network-attachments
|
||
|
|
|
||
|
|
$ gcloud beta compute network-attachments
|
||
|
|
|