Show / Hide Table of Contents

Class InstanceFromTemplateSchedulingGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceFromTemplateSchedulingGetArgs
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 InstanceFromTemplateSchedulingGetArgs : ResourceArgs

Constructors

View Source

InstanceFromTemplateSchedulingGetArgs()

Declaration
public InstanceFromTemplateSchedulingGetArgs()

Properties

View Source

AutomaticRestart

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

NodeAffinities

Declaration
public InputList<InstanceFromTemplateSchedulingNodeAffinityGetArgs> NodeAffinities { get; set; }
Property Value
Type Description
InputList<InstanceFromTemplateSchedulingNodeAffinityGetArgs>
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.