Skip to main content

GoogleComputeEngineInstanceSchedule

Scheduling options for an instance

type GoogleComputeEngineInstanceSchedule {
automaticRestart: Boolean!
instanceTerminationAction: GoogleComputeEngineInstanceScheduleInstanceTerminationAction!
preemptible: Boolean!
onHostMaintenance: GoogleComputeEngineInstanceScheduleOnHostMaintenance!
provisioningModel: GoogleComputeEngineInstanceScheduleProvisioningModel!
}

Fields

GoogleComputeEngineInstanceSchedule.automaticRestart ● Boolean! non-null scalar

Whether the instance should be automatically restarted if it is terminated by Compute Engine (not by user).

GoogleComputeEngineInstanceSchedule.instanceTerminationAction ● GoogleComputeEngineInstanceScheduleInstanceTerminationAction! non-null enum

The termination action for the instance

GoogleComputeEngineInstanceSchedule.preemptible ● Boolean! non-null scalar

Whether the instance is preemptible or not

GoogleComputeEngineInstanceSchedule.onHostMaintenance ● GoogleComputeEngineInstanceScheduleOnHostMaintenance! non-null enum

The maintenance behavior for the instance.

GoogleComputeEngineInstanceSchedule.provisioningModel ● GoogleComputeEngineInstanceScheduleProvisioningModel! non-null enum

The provisioning model for the instance.

Member of

GoogleComputeEngineInstance object