1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Aug 13 10:57:55 UTC 2025

This commit is contained in:
Automated 2025-08-13 10:57:56 +00:00
parent 4f9f745739
commit d6d01162c7
357 changed files with 4606 additions and 9471 deletions

View file

@ -23,8 +23,8 @@ EXAMPLES
example-interconnect, run:
$ gcloud alpha compute interconnects application-awareness \ configure-bandwidth-percentage-policy example-interconnect \
--bandwidth-percentages="TC1=11,TC2=10" --enabled \
--profile_description="some string "
--bandwidth-percentages="TC1=5,TC2=5,TC3=75,TC4=5,TC5=5,TC6=5" \
--enabled --profile_description="some string"
POSITIONAL ARGUMENTS
NAME
@ -32,8 +32,21 @@ POSITIONAL ARGUMENTS
REQUIRED FLAGS
--bandwidth-percentages=[TC1=TC1],[TC2=TC2],[TC3=TC3],[TC4=TC4],[TC5=TC5],[TC6=TC6]
A list of bandwidth percentages for each application awareness profile.
The sum of all bandwidth percentages must be 100.
A list of bandwidth percentages, for configuring the bandwidth
percentage policy or traffic shaping.
For configuring bandwidth percentages for the bandwidth percentage
policy:
1. Each bandwidth percentage value must be an integer between 1-100. 2.
It is required to provide a percentage value for each class. 3. The sum
of all bandwidth percentages must be 100.
For configuring bandwidth percentages for traffic shaping:
1. Each bandwidth percentage value must be an integer between 1-100. 2.
It is not required to provide a percentage value for each class. 3. The
sum of all bandwidth percentages does not need to be 100.
OPTIONAL FLAGS
--enabled

View file

@ -14,7 +14,9 @@ SYNOPSIS
DESCRIPTION
(ALPHA) gcloud alpha compute interconnects application-awareness
configure-shaper-average-percentage is used to configure shaper average
percentage for using application awareness on interconnect.
percentage for using application awareness on interconnect. Note that an
application awareness policy (strict priority or bandwidth percentage)
should be configure before configuring traffic shaping.
For an example, refer to the EXAMPLES section below.
@ -23,8 +25,8 @@ EXAMPLES
example-interconnect, run:
$ gcloud alpha compute interconnects application-awareness \ configure-shaper-average-percentage example-interconnect \
--bandwidth-percentages="TC1=11,TC2=10" --enabled \
--profile_description="some string "
--bandwidth-percentages="TC1=30,TC2=90" --enabled \
--profile_description="some string"
POSITIONAL ARGUMENTS
NAME
@ -32,8 +34,21 @@ POSITIONAL ARGUMENTS
REQUIRED FLAGS
--bandwidth-percentages=[TC1=TC1],[TC2=TC2],[TC3=TC3],[TC4=TC4],[TC5=TC5],[TC6=TC6]
A list of bandwidth percentages for each application awareness profile.
The sum of all bandwidth percentages must be 100.
A list of bandwidth percentages, for configuring the bandwidth
percentage policy or traffic shaping.
For configuring bandwidth percentages for the bandwidth percentage
policy:
1. Each bandwidth percentage value must be an integer between 1-100. 2.
It is required to provide a percentage value for each class. 3. The sum
of all bandwidth percentages must be 100.
For configuring bandwidth percentages for traffic shaping:
1. Each bandwidth percentage value must be an integer between 1-100. 2.
It is not required to provide a percentage value for each class. 3. The
sum of all bandwidth percentages does not need to be 100.
OPTIONAL FLAGS
--enabled