Show / Hide Table of Contents

Class InstanceFlexibilityPolicy

A flexible specification of machine types for instances to create.

Inheritance
object
InstanceFlexibilityPolicy
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX