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

gcloud: Thu Feb 20 10:40:27 UTC 2025

This commit is contained in:
Automated 2025-02-20 10:40:27 +00:00
parent 44f319c56c
commit 8d1a988ab5
295 changed files with 11246 additions and 956 deletions

View file

@ -89,7 +89,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 network-firewall-policies mirroring-rules create
$ gcloud beta compute network-firewall-policies mirroring-rules \
create

View file

@ -41,7 +41,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 network-firewall-policies mirroring-rules delete
$ gcloud beta compute network-firewall-policies mirroring-rules \
delete

View file

@ -43,7 +43,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 network-firewall-policies mirroring-rules describe
$ gcloud beta compute network-firewall-policies mirroring-rules \
describe

View file

@ -39,7 +39,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 network-firewall-policies mirroring-rules
$ gcloud beta compute network-firewall-policies mirroring-rules

View file

@ -94,7 +94,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 network-firewall-policies mirroring-rules update
$ gcloud beta compute network-firewall-policies mirroring-rules \
update

View file

@ -10,8 +10,8 @@ SYNOPSIS
| --weekly-schedule=WEEKLY_CYCLE)) [--description=DESCRIPTION]
[--on-source-disk-delete=ON_SOURCE_DISK_DELETE] [--region=REGION]
[--guest-flush
--snapshot-labels=[KEY=VALUE,...] --storage-location=LOCATION]
[GCLOUD_WIDE_FLAG ...]
--snapshot-labels=[KEY=VALUE,...] --snapshot-region=SNAPSHOT_REGION
| --storage-location=LOCATION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) (DEPRECATED) create-snapshot-schedule is deprecated. Use compute
@ -128,10 +128,15 @@ OPTIONAL FLAGS
The label is added to each snapshot created by the schedule.
--storage-location=LOCATION
Google Cloud Storage location, either regional or multi-regional,
where snapshot content is to be stored. If absent, a nearby regional
or multi-regional location is chosen automatically.
At most one of these can be specified:
--snapshot-region=SNAPSHOT_REGION
Region where the snapshot is scoped to.
--storage-location=LOCATION
Google Cloud Storage location, either regional or multi-regional,
where snapshot content is to be stored. If absent, a nearby
regional or multi-regional location is chosen automatically.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -10,8 +10,8 @@ SYNOPSIS
| --weekly-schedule=WEEKLY_CYCLE)) [--description=DESCRIPTION]
[--on-source-disk-delete=ON_SOURCE_DISK_DELETE] [--region=REGION]
[--guest-flush
--snapshot-labels=[KEY=VALUE,...] --storage-location=LOCATION]
[GCLOUD_WIDE_FLAG ...]
--snapshot-labels=[KEY=VALUE,...] --snapshot-region=SNAPSHOT_REGION
| --storage-location=LOCATION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Create a Compute Engine Snapshot Schedule Resource Policy.
@ -126,10 +126,15 @@ OPTIONAL FLAGS
The label is added to each snapshot created by the schedule.
--storage-location=LOCATION
Google Cloud Storage location, either regional or multi-regional,
where snapshot content is to be stored. If absent, a nearby regional
or multi-regional location is chosen automatically.
At most one of these can be specified:
--snapshot-region=SNAPSHOT_REGION
Region where the snapshot is scoped to.
--storage-location=LOCATION
Google Cloud Storage location, either regional or multi-regional,
where snapshot content is to be stored. If absent, a nearby
regional or multi-regional location is chosen automatically.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,