Class InstanceGroupManagerInstanceFlexibilityPolicyProvisioningModelMix (0.1.0)

InstanceGroupManagerInstanceFlexibilityPolicyProvisioningModelMix(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Attributes

Name Description
standard_capacity_base int
The base capacity that will always use Standard VMs to avoid risk of more preemption than the minimum capacity user needs. MIG will create only Standard VMs until it reaches standard_capacity_base and only then will start using standard_capacity_percent_above_base to mix Spot with Standard VMs. This field is a member of oneof_ _standard_capacity_base.
standard_capacity_percent_above_base int
The percentage of target capacity that should use Standard VM. The remaining percentage will use Spot VMs. The percentage applies only to the capacity above standard_capacity_base. This field is a member of oneof_ _standard_capacity_percent_above_base.