provisioningModel property
Specifies the provisioning model of the instance. Possible string values are:
- "FLEX_START" : Instance is provisioned using the Flex Start provisioning model and has a limited runtime.
- "RESERVATION_BOUND" : Bound to the lifecycle of the reservation in which it is provisioned.
- "SPOT" : Heavily discounted, no guaranteed runtime.
- "STANDARD" : Standard provisioning with user controlled runtime, no discounts.
Implementation
core.String? provisioningModel;