Show / Hide Table of Contents

Class GetInstanceSchedulingResult

Inheritance
System.Object
GetInstanceSchedulingResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetInstanceSchedulingResult

Fields

View Source

AutomaticRestart

Specifies if the instance should be restarted if it was terminated by Compute Engine (not a user).

Declaration
public readonly bool AutomaticRestart
Field Value
Type Description
System.Boolean
View Source

NodeAffinities

Declaration
public readonly ImmutableArray<GetInstanceSchedulingNodeAffinityResult> NodeAffinities
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetInstanceSchedulingNodeAffinityResult>
View Source

OnHostMaintenance

Describes maintenance behavior for the instance. One of MIGRATE or TERMINATE, for more info, read here

Declaration
public readonly string OnHostMaintenance
Field Value
Type Description
System.String
View Source

Preemptible

Whether the instance is preemptible.

Declaration
public readonly bool Preemptible
Field Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.