provisioningModel property

String? provisioningModel
getter/setter pair

The 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.
  • "RESERVATION_BOUND" : Bound to the lifecycle of the reservation in which it is provisioned.

Implementation

core.String? provisioningModel;