tighten up docs

This commit is contained in:
Matthew Hooker 2017-02-10 12:11:08 -08:00
parent 2009fcd9df
commit 6eaf8f4559
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 8 additions and 7 deletions

View File

@ -178,13 +178,14 @@ builder.
`use_internal_ip` must be true if this property is true.
- `preemptible` (boolean) - If true, launch a preembtible instance.
- 'on_host_maintenance' (string) - Sets Host Maintenance Option
valid strings "MIGRATE" and "TERMINATE" please see
[GCE Instance Scheduling Options](https://cloud.google.com/compute/docs/instances/setting-instance-scheduling-options)
Not all machine_type in google support MIGRATE (machines with gpu)
also preemptiblity will impact available options
- preemptible == true , defaults to TERMINATE
- preemptible == false , defaults to MIGRATE
- `on_host_maintenance` (string) - Sets Host Maintenance Option. Valid
choices are `MIGRATE` and `TERMINATE`. Please see [GCE Instance Scheduling
Options](https://cloud.google.com/compute/docs/instances/setting-instance-scheduling-options),
as not all machine_types support `MIGRATE` (i.e. machines with GPUs). The
default value depends on preemtability.
- when preemptible == true, defaults to `TERMINATE`
- when preemptible == false, defaults to `MIGRATE`
- `region` (string) - The region in which to launch the instance. Defaults to
to the region hosting the specified `zone`.