provisioningModel property

String? provisioningModel
getter/setter pair

The VM instance provisioning model. Possible string values are:

  • "PROVISIONING_MODEL_UNSPECIFIED" : Unspecified.
  • "STANDARD" : Standard VM.
  • "SPOT" : SPOT VM.
  • "PREEMPTIBLE" : Preemptible VM (PVM). Above SPOT VM is the preferable model for preemptible VM instances: the old preemptible VM model (indicated by this field) is the older model, and has been migrated to use the SPOT model as the underlying technology. This old model will still be supported.

Implementation

core.String? provisioningModel;