Show / Hide Table of Contents

Class InstanceFromTemplateSchedulingArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceFromTemplateSchedulingArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceFromTemplateSchedulingArgs : ResourceArgs

Constructors

View Source

InstanceFromTemplateSchedulingArgs()

Declaration
public InstanceFromTemplateSchedulingArgs()

Properties

View Source

AutomaticRestart

Declaration
public Input<bool> AutomaticRestart { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

NodeAffinities

Declaration
public InputList<InstanceFromTemplateSchedulingNodeAffinityArgs> NodeAffinities { get; set; }
Property Value
Type Description
InputList<InstanceFromTemplateSchedulingNodeAffinityArgs>
View Source

OnHostMaintenance

Declaration
public Input<string> OnHostMaintenance { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Preemptible

Declaration
public Input<bool> Preemptible { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.