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,8 +3,10 @@ NAME
SYNOPSIS
gcloud alpha spanner instances create INSTANCE --config=CONFIG
--description=DESCRIPTION [--async] [--edition=EDITION]
[--expire-behavior=EXPIRE_BEHAVIOR] [--instance-type=INSTANCE_TYPE]
--description=DESCRIPTION [--async]
[--default-backup-schedule-type=DEFAULT_BACKUP_SCHEDULE_TYPE]
[--edition=EDITION] [--expire-behavior=EXPIRE_BEHAVIOR]
[--instance-type=INSTANCE_TYPE]
[--nodes=NODES | --processing-units=PROCESSING_UNITS
| --autoscaling-high-priority-cpu-target=AUTOSCALING_HIGH_PRIORITY_CPU_TARGET --autoscaling-storage-target=AUTOSCALING_STORAGE_TARGET (--autoscaling-max-nodes=AUTOSCALING_MAX_NODES --autoscaling-min-nodes=AUTOSCALING_MIN_NODES | --autoscaling-max-processing-units=AUTOSCALING_MAX_PROCESSING_UNITS --autoscaling-min-processing-units=AUTOSCALING_MIN_PROCESSING_UNITS)]
[GCLOUD_WIDE_FLAG ...]
@ -37,6 +39,22 @@ OPTIONAL 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.
--edition=EDITION
Cloud Spanner edition. EDITION must be one of:

View file

@ -3,6 +3,7 @@ NAME
SYNOPSIS
gcloud alpha 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.