Class InstanceGroupManagerInstanceFlexibilityPolicyProvisioningModelMix
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class InstanceGroupManagerInstanceFlexibilityPolicyProvisioningModelMix : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
StandardCapacityBase
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.
Declaration
[JsonProperty("standardCapacityBase")]
public virtual int? StandardCapacityBase { get; set; }
Property Value
Type | Description |
---|---|
int? |
StandardCapacityPercentAboveBase
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.
Declaration
[JsonProperty("standardCapacityPercentAboveBase")]
public virtual int? StandardCapacityPercentAboveBase { get; set; }
Property Value
Type | Description |
---|---|
int? |