mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jul 17 11:02:31 UTC 2025
This commit is contained in:
parent
e53f7148d8
commit
fe3a430c1d
365 changed files with 6027 additions and 1863 deletions
|
|
@ -14,27 +14,27 @@ DESCRIPTION
|
|||
--expiration-date and --retention-period.
|
||||
|
||||
EXAMPLES
|
||||
To update the expire time of backup 'BACKUP_NAME' to 7 days from now, run:
|
||||
To update the expire time of backup BACKUP_NAME to 7 days from now, run:
|
||||
|
||||
$ gcloud alpha bigtable backups update BACKUP_NAME \
|
||||
--instance=INSTANCE_NAME --cluster=CLUSTER_NAME \
|
||||
--retention-period=7d
|
||||
|
||||
To update the hot-to-standard time of backup 'BACKUP_NAME' to
|
||||
'2019-03-31T10:49:41Z', run:
|
||||
To update the hot-to-standard time of backup BACKUP_NAME to
|
||||
2019-03-31T10:49:41Z, run:
|
||||
|
||||
$ gcloud alpha bigtable backups update BACKUP_NAME \
|
||||
--instance=INSTANCE_NAME --cluster=CLUSTER_NAME \
|
||||
--hot-to-standard-time=2019-03-31T10:49:41Z
|
||||
|
||||
To update the hot-to-standard time of backup 'BACKUP_NAME' to 7 days from
|
||||
To update the hot-to-standard time of backup BACKUP_NAME to 7 days from
|
||||
now, run:
|
||||
|
||||
$ gcloud alpha bigtable backups update BACKUP_NAME \
|
||||
--instance=INSTANCE_NAME --cluster=CLUSTER_NAME \
|
||||
--hot-to-standard-time=+P7d
|
||||
|
||||
To clear the hot-to-standard time of backup 'BACKUP_NAME', run:
|
||||
To clear the hot-to-standard time of backup BACKUP_NAME, run:
|
||||
|
||||
$ gcloud alpha bigtable backups update BACKUP_NAME \
|
||||
--instance=INSTANCE_NAME --cluster=CLUSTER_NAME \
|
||||
|
|
@ -64,7 +64,7 @@ POSITIONAL ARGUMENTS
|
|||
arguments in this group are specified.
|
||||
|
||||
--cluster=CLUSTER
|
||||
Name of the Cloud Bigtable cluster.
|
||||
Name of the Bigtable cluster.
|
||||
|
||||
To set the cluster attribute:
|
||||
▸ provide the argument backup on the command line with a fully
|
||||
|
|
@ -72,7 +72,7 @@ POSITIONAL ARGUMENTS
|
|||
▸ provide the argument --cluster on the command line.
|
||||
|
||||
--instance=INSTANCE
|
||||
Name of the Cloud Bigtable instance.
|
||||
Name of the Bigtable instance.
|
||||
|
||||
To set the instance attribute:
|
||||
▸ provide the argument backup on the command line with a fully
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue