mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Wed Jul 2 11:05:25 UTC 2025
This commit is contained in:
parent
f645b4c02d
commit
e53f7148d8
197 changed files with 6280 additions and 495 deletions
|
|
@ -0,0 +1,60 @@
|
|||
NAME
|
||||
gcloud alpha compute interconnects application-awareness
|
||||
configure-bandwidth-percentage-policy - configure bandwidth percentage
|
||||
policy for application awareness configuration of a Compute Engine
|
||||
interconnect
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute interconnects application-awareness
|
||||
configure-bandwidth-percentage-policy NAME
|
||||
--bandwidth-percentages=[TC1=TC1],
|
||||
[TC2=TC2],[TC3=TC3],[TC4=TC4],[TC5=TC5],[TC6=TC6] [--enabled]
|
||||
[--profile-description=PROFILE_DESCRIPTION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute interconnects application-awareness
|
||||
configure-bandwidth-percentage-policy is used to configure bandwidth
|
||||
percentage policy for using application awareness on interconnect.
|
||||
|
||||
For an example, refer to the EXAMPLES section below.
|
||||
|
||||
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=11,TC2=10" --enabled \
|
||||
--profile_description="some string "
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
NAME
|
||||
Name of the interconnect to patch.
|
||||
|
||||
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.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--enabled
|
||||
Enable or disable application awareness on the interconnect.
|
||||
Application awareness enablement will fail if the application awareness
|
||||
configuration is not specified. Use --no-enabled to disable it.
|
||||
|
||||
--profile-description=PROFILE_DESCRIPTION
|
||||
Add profile description for application awareness.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
||||
--trace-token, --user-output-enabled, --verbosity.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
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.
|
||||
|
||||
|
|
@ -19,6 +19,10 @@ GCLOUD WIDE FLAGS
|
|||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
configure-bandwidth-percentage-policy
|
||||
(ALPHA) Configure bandwidth percentage policy for application awareness
|
||||
configuration of a Compute Engine interconnect.
|
||||
|
||||
configure-shaper-average-percentage
|
||||
(ALPHA) Configure shaper average percentage for application awareness
|
||||
configuration of a Compute Engine interconnect.
|
||||
|
|
|
|||
|
|
@ -4,13 +4,13 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud alpha compute interconnects attachments l2-forwarding create NAME
|
||||
--interconnect=INTERCONNECT --network=NETWORK
|
||||
--geneve-vni=GENEVE_HEADER --interconnect=INTERCONNECT
|
||||
--network=NETWORK
|
||||
--tunnel-endpoint-ip-address=TUNNEL_ENDPOINT_IP_ADDRESS
|
||||
[--bandwidth=BANDWIDTH]
|
||||
[--default-appliance-ip-address=DEFAULT_APPLIANCE_IP_ADDRESS]
|
||||
[--description=DESCRIPTION] [--dry-run] [--enable-admin]
|
||||
[--geneve-vni=GENEVE_HEADER] [--mtu=MTU] [--region=REGION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--description=DESCRIPTION] [--dry-run] [--enable-admin] [--mtu=MTU]
|
||||
[--region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) gcloud alpha compute interconnects attachments l2-forwarding create
|
||||
|
|
@ -23,6 +23,10 @@ POSITIONAL ARGUMENTS
|
|||
Name of the interconnect attachment to create.
|
||||
|
||||
REQUIRED FLAGS
|
||||
--geneve-vni=GENEVE_HEADER
|
||||
A VNI identier for Geneve header, as defined in
|
||||
https://datatracker.ietf.org/doc/html/rfc8926, used for L2 forwarding.
|
||||
|
||||
--interconnect=INTERCONNECT
|
||||
The interconnect for the interconnect attachment
|
||||
|
||||
|
|
@ -83,10 +87,6 @@ OPTIONAL FLAGS
|
|||
is operational and will carry traffic. Use --no-enable-admin to disable
|
||||
it.
|
||||
|
||||
--geneve-vni=GENEVE_HEADER
|
||||
A VNI identier for Geneve header, as defined in
|
||||
https://datatracker.ietf.org/doc/html/rfc8926, used for L2 forwarding.
|
||||
|
||||
--mtu=MTU
|
||||
Maximum transmission unit (MTU) is the size of the largest IP packet
|
||||
passing through this interconnect attachment. Must be one of 1440,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue