1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Nov 13 10:04:10 UTC 2024

This commit is contained in:
Automated 2024-11-13 10:04:10 +00:00
parent 7da5872e5c
commit a63704a3af
252 changed files with 4821 additions and 807 deletions

View file

@ -3,6 +3,7 @@ NAME
SYNOPSIS
gcloud beta spanner instances update INSTANCE [--async]
[--default-backup-schedule-type=DEFAULT_BACKUP_SCHEDULE_TYPE]
[--description=DESCRIPTION] [--edition=EDITION]
[--expire-behavior=EXPIRE_BEHAVIOR] [--instance-type=INSTANCE_TYPE]
[--nodes=NODES | --processing-units=PROCESSING_UNITS
@ -31,6 +32,22 @@ FLAGS
Return immediately, without waiting for the operation in progress to
complete.
--default-backup-schedule-type=DEFAULT_BACKUP_SCHEDULE_TYPE
The default backup schedule type that is used in the instance.
DEFAULT_BACKUP_SCHEDULE_TYPE must be one of:
AUTOMATIC
A default backup schedule is created automatically when a new
database is created in an instance. You can edit or delete the
default backup schedule once it's created. The default backup
schedule creates a full backup every 24 hours. These full backups
are retained for 7 days.
DEFAULT_BACKUP_SCHEDULE_TYPE_UNSPECIFIED
Not specified.
NONE
No default backup schedule is created automatically when a new
database is created in an instance.
--description=DESCRIPTION
Description of the instance.