File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -582,6 +582,16 @@ message InstanceGroupConfig {
582582 // (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms)
583583 // groups.
584584 PREEMPTIBLE = 2 ;
585+
586+ // Instances are [Spot VMs]
587+ // (https://cloud.google.com/compute/docs/instances/spot).
588+ //
589+ // This option is allowed only for [secondary worker]
590+ // (https://cloud.google.com/dataproc/docs/concepts/compute/secondary-vms)
591+ // groups. Spot VMs are the latest version of [preemptible VMs]
592+ // (https://cloud.google.com/compute/docs/instances/preemptible), and
593+ // provide additional features.
594+ SPOT = 3 ;
585595 }
586596
587597 // Optional. The number of VM instances in the instance group.
You can’t perform that action at this time.
0 commit comments