1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 04:58:26 +00:00

gcloud: Wed Oct 30 10:13:17 UTC 2024

This commit is contained in:
Automated 2024-10-30 10:13:17 +00:00
parent fc66f7f0ca
commit d7d92f8000
166 changed files with 6197 additions and 300 deletions

View file

@ -82,7 +82,8 @@ REQUIRED FLAGS
--backup-min-enforced-retention=BACKUP_MIN_ENFORCED_RETENTION
Backups will be kept for this minimum period before they can be
deleted. Once the effective time is reached, the enforced retention
period cannot be decreased or removed.
period cannot be decreased or removed. The value must be specified in
relative time format (e.g. p1d, p1m, p1m1d).
OPTIONAL FLAGS
--no-async

View file

@ -5,7 +5,8 @@ NAME
SYNOPSIS
gcloud alpha backup-dr backup-vaults delete
(BACKUP_VAULT : --location=LOCATION) [--allow-missing] [--no-async]
[--force-delete] [GCLOUD_WIDE_FLAG ...]
[--ignore-backup-plan-references] [--ignore-inactive-datasources]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Delete the specified Backup Vault.
@ -17,10 +18,17 @@ EXAMPLES
--location=MY_LOCATION
To override restrictions against the deletion of a backup vault
BACKUP_VAULT in location MY_LOCATION, run:
BACKUP_VAULT containing inactive datasources in location MY_LOCATION, run:
$ gcloud alpha backup-dr backup-vaults delete BACKUP_VAULT \
--location=MY_LOCATION --force-delete
--location=MY_LOCATION --ignore-inactive-datasources
To override restrictions against the deletion of a backup vault
BACKUP_VAULT containing backup plan references in location MY_LOCATION,
run:
$ gcloud alpha backup-dr backup-vaults delete BACKUP_VAULT \
--location=MY_LOCATION --ignore-backup-plan-references
POSITIONAL ARGUMENTS
Backup Vault resource - Name of the backup vault to delete. Before you
@ -64,11 +72,15 @@ FLAGS
--no-async
Wait for the operation in progress to complete.
--force-delete
--ignore-backup-plan-references
If set, the following restrictions against deletion of the backup vault
instance can be overridden: * deletion of a backup vault instance being
actively referenced by a backup plan.
--ignore-inactive-datasources
If set, the following restrictions against deletion of the backup vault
instance can be overridden: * deletion of a backup vault instance
containing no backups,but still contains empty datasources. * deletion
of a backup vault instance being actively referenced by a backup plan.
containing no backups,but still contains empty datasources.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,

View file

@ -67,7 +67,8 @@ FLAGS
--backup-min-enforced-retention=BACKUP_MIN_ENFORCED_RETENTION
Backups will be kept for this minimum period before they can be
deleted. Once the effective time is reached, the enforced retention
period cannot be decreased or removed.
period cannot be decreased or removed. The value must be specified in
relative time format (e.g. p1d, p1m, p1m1d).
--description=DESCRIPTION
Optional description for the backup vault (2048 characters or less).

View file

@ -289,9 +289,8 @@ OPTIONAL FLAGS
specify multiple network interfaces. The following keys are allowed:
network, subnet, private-network-ip, internal-ipv6-address,
internal-ipv6-prefix-length, address, external-ipv6-address,
external-ipv6-prefix-length, public-ptr-domain, ipv6-public-ptr-domain,
network-tier, aliases, stack-type, queue-count, nic-type,
network-attachment
external-ipv6-prefix-length, network-tier, aliases, stack-type,
queue-count, nic-type, network-attachment
--network-performance-configs=[PROPERTY=VALUE,...]
Configures network performance settings for the restored instance. If