Show / Hide Table of Contents

Class InstanceFromTemplateScheduling

Inheritance
System.Object
InstanceFromTemplateScheduling
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 InstanceFromTemplateScheduling

Fields

View Source

AutomaticRestart

Declaration
public readonly bool? AutomaticRestart
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

NodeAffinities

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

OnHostMaintenance

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

Preemptible

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