mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-21 14:39:15 +00:00
gcloud: Thu Sep 4 11:11:30 UTC 2025
This commit is contained in:
parent
c0b004f719
commit
be3f81b90a
355 changed files with 10181 additions and 607 deletions
|
|
@ -22,9 +22,10 @@ EXAMPLES
|
|||
To configure bandwidth percentage policy for an interconnect
|
||||
example-interconnect, run:
|
||||
|
||||
$ gcloud alpha compute interconnects application-awareness \ configure-bandwidth-percentage-policy example-interconnect \
|
||||
--bandwidth-percentages="TC1=5,TC2=5,TC3=75,TC4=5,TC5=5,TC6=5" \
|
||||
--enabled --profile_description="some string"
|
||||
$ gcloud alpha compute interconnects application-awareness \
|
||||
configure-bandwidth-percentage-policy example-interconnect \
|
||||
--bandwidth-percentages="TC1=5,TC2=5,TC3=75,TC4=5,TC5=5,TC6=5" \
|
||||
--enabled --profile-description="some string"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
|
|
@ -69,7 +70,10 @@ 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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud compute interconnects application-awareness \
|
||||
configure-bandwidth-percentage-policy
|
||||
|
||||
$ gcloud beta compute interconnects application-awareness \
|
||||
configure-bandwidth-percentage-policy
|
||||
|
|
|
|||
|
|
@ -24,9 +24,10 @@ EXAMPLES
|
|||
To configure shaper average percentage for an interconnect
|
||||
example-interconnect, run:
|
||||
|
||||
$ gcloud alpha compute interconnects application-awareness \ configure-shaper-average-percentage example-interconnect \
|
||||
--bandwidth-percentages="TC1=30,TC2=90" --enabled \
|
||||
--profile_description="some string"
|
||||
$ gcloud alpha compute interconnects application-awareness \
|
||||
configure-shaper-average-percentage example-interconnect \
|
||||
--bandwidth-percentages="TC1=30,TC2=90
|
||||
--enabled --profile-description="some string"
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
|
|
@ -71,7 +72,10 @@ 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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud compute interconnects application-awareness \
|
||||
configure-shaper-average-percentage
|
||||
|
||||
$ gcloud beta compute interconnects application-awareness \
|
||||
configure-shaper-average-percentage
|
||||
|
|
|
|||
|
|
@ -48,7 +48,10 @@ 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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud compute interconnects application-awareness \
|
||||
configure-strict-priority-policy
|
||||
|
||||
$ gcloud beta compute interconnects application-awareness \
|
||||
configure-strict-priority-policy
|
||||
|
|
|
|||
|
|
@ -36,7 +36,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud compute interconnects application-awareness delete
|
||||
|
||||
$ gcloud beta compute interconnects application-awareness delete
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud compute interconnects application-awareness get-config
|
||||
|
||||
$ gcloud beta compute interconnects application-awareness get-config
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud compute interconnects application-awareness
|
||||
|
||||
$ gcloud beta compute interconnects application-awareness
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,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. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud compute interconnects application-awareness update
|
||||
|
||||
$ gcloud beta compute interconnects application-awareness update
|
||||
|
||||
|
|
|
|||
|
|
@ -66,6 +66,8 @@ OPTIONAL FLAGS
|
|||
50 Gbit/s
|
||||
100g
|
||||
100 Gbit/s
|
||||
400g
|
||||
400 Gbit/s
|
||||
|
||||
--candidate-cloud-router-ip-address=CANDIDATE_CLOUD_ROUTER_IP_ADDRESS
|
||||
Single IPv4 address + prefix length to be configured on the cloud
|
||||
|
|
|
|||
|
|
@ -55,6 +55,8 @@ FLAGS
|
|||
50 Gbit/s
|
||||
100g
|
||||
100 Gbit/s
|
||||
400g
|
||||
400 Gbit/s
|
||||
|
||||
--candidate-cloud-router-ipv6-address=CANDIDATE_CLOUD_ROUTER_IPV6_ADDRESS
|
||||
Single IPv6 address + prefix length to be configured on the cloud
|
||||
|
|
|
|||
|
|
@ -9,7 +9,8 @@ SYNOPSIS
|
|||
[--admin-enabled] [--customer-name=CUSTOMER_NAME]
|
||||
[--description=DESCRIPTION] [--noc-contact-email=NOC_CONTACT_EMAIL]
|
||||
[--remote-location=REMOTE_LOCATION]
|
||||
[--requested-features=[FEATURES,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
[--requested-features=[FEATURES,...]] [--subzone=SUBZONE]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute interconnects create is used to create
|
||||
|
|
@ -118,6 +119,15 @@ OPTIONAL FLAGS
|
|||
only be provided during interconnect INSERT and cannot be changed
|
||||
using interconnect PATCH.
|
||||
|
||||
--subzone=SUBZONE
|
||||
Subzone in the LOCATION specified by the --location flag. SUBZONE must
|
||||
be one of:
|
||||
|
||||
a
|
||||
Subzone a.
|
||||
b
|
||||
Subzone b.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue