Class InstanceFlexibilityPolicy
A flexible specification of machine types for instances to create.
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class InstanceFlexibilityPolicy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InstanceSelections
Specification of alternative, flexible instance subsets. One of them will be selected to create the instances based on various criteria, like: - ranks, - location policy, - current capacity, - available reservations (you can specify affinity in InstanceProperties), - SWAN/GOOSE limitations. Key is an arbitrary, unique RFC1035 string that identifies the instance selection.
Declaration
[JsonProperty("instanceSelections")]
public virtual IDictionary<string, InstanceFlexibilityPolicyInstanceSelection> InstanceSelections { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, InstanceFlexibilityPolicyInstanceSelection> |