gcloud lustre instances reschedule-maintenance

NAME
gcloud lustre instances reschedule-maintenance - reschedule instances
SYNOPSIS
gcloud lustre instances reschedule-maintenance (INSTANCE : --location=LOCATION) --reschedule-type=RESCHEDULE_TYPE [--async] [--request-id=REQUEST_ID] [--reschedule-schedule-time=RESCHEDULE_SCHEDULE_TIME] [GCLOUD_WIDE_FLAG]
DESCRIPTION
reschedule instances
EXAMPLES
To reschedule all instances, run:
gcloud lustre instances reschedule-maintenance
POSITIONAL ARGUMENTS
Instance resource - Format: projects/{project}/locations/{location}/instances/{instance} The arguments in this group can be used to specify the attributes of this resource. (NOTE) Some attributes are not given arguments in this group but can be set in other ways.

To set the project attribute:

  • provide the argument instance on the command line with a fully specified name;
  • provide the argument --project on the command line;
  • set the property core/project.

This must be specified.

INSTANCE
ID of the instance or fully qualified identifier for the instance.

To set the instance attribute:

  • provide the argument instance on the command line.

This positional argument must be specified if any of the other arguments in this group are specified.

--location=LOCATION
The location id of the instance resource.

To set the location attribute:

  • provide the argument instance on the command line with a fully specified name;
  • provide the argument --location on the command line.
REQUIRED FLAGS
--reschedule-type=RESCHEDULE_TYPE
The type of rescheduling. RESCHEDULE_TYPE must be one of:
by-time
Reschedule to a specific time.
immediate
Apply update immediately
next-available-window
Reschedule to the next available window.
OPTIONAL FLAGS
--async
Return immediately, without waiting for the operation in progress to complete.
--request-id=REQUEST_ID
A unique identifier for this request. A random UUID is recommended. This request is only idempotent if a request_id is provided.
--reschedule-schedule-time=RESCHEDULE_SCHEDULE_TIME
Required if reschedule_type is BY_TIME. Timestamp when the maintenance shall be rescheduled to. This time must be within 28 days of the original scheduled maintenance start time.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.

Run $ gcloud help for details.

API REFERENCE
This command uses the lustre/v1 API. The full documentation for this API can be found at: https://cloud.google.com/managed-lustre/docs
NOTES
This variant is also available:
gcloud alpha lustre instances reschedule-maintenance