mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jul 20 11:47:24 UTC 2023
This commit is contained in:
parent
b4c2508b12
commit
64e67b443c
325 changed files with 10090 additions and 1806 deletions
|
|
@ -11,6 +11,14 @@ DESCRIPTION
|
|||
MACsec configuration of interconnect. An interconnect represents a single
|
||||
specific connection between Google and the customer.
|
||||
|
||||
For an example, refer to the EXAMPLES section below.
|
||||
|
||||
EXAMPLES
|
||||
To enable MACsec on an interconnect, run:
|
||||
|
||||
$ gcloud alpha compute interconnects macsec update \
|
||||
example-interconnect --enabled
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
Name of the interconnect to update.
|
||||
|
|
@ -41,5 +49,7 @@ 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. This variant is also available:
|
||||
|
||||
$ gcloud beta compute interconnects macsec update
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue