GoogleCloudComputeEngineInstanceSchedule
Scheduling options for an instance
type GoogleCloudComputeEngineInstanceSchedule {
automaticRestart: Boolean!
instanceTerminationAction: GoogleCloudComputeEngineInstanceScheduleInstanceTerminationAction!
preemptible: Boolean!
onHostMaintenance: GoogleCloudComputeEngineInstanceScheduleOnHostMaintenance!
provisioningModel: GoogleCloudComputeEngineInstanceScheduleProvisioningModel!
}
Fields
GoogleCloudComputeEngineInstanceSchedule.automaticRestart ● Boolean! non-null scalar
Indicates whether the instance should be automatically restarted if it is terminated by Compute Engine (not by user).
GoogleCloudComputeEngineInstanceSchedule.instanceTerminationAction ● GoogleCloudComputeEngineInstanceScheduleInstanceTerminationAction! non-null enum
The termination action for the instance
GoogleCloudComputeEngineInstanceSchedule.preemptible ● Boolean! non-null scalar
Indicates whether the instance is preemptible or not
GoogleCloudComputeEngineInstanceSchedule.onHostMaintenance ● GoogleCloudComputeEngineInstanceScheduleOnHostMaintenance! non-null enum
The maintenance behavior for the instance.
GoogleCloudComputeEngineInstanceSchedule.provisioningModel ● GoogleCloudComputeEngineInstanceScheduleProvisioningModel! non-null enum
The provisioning model for the instance.