Show / Hide Table of Contents

Class InstanceGroupManagerInstanceFlexibilityPolicyProvisioningModelMix

Inheritance
object
InstanceGroupManagerInstanceFlexibilityPolicyProvisioningModelMix
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX