Class InstanceFromTemplateSchedulingArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceFromTemplateSchedulingArgs : ResourceArgs
Constructors
View SourceInstanceFromTemplateSchedulingArgs()
Declaration
public InstanceFromTemplateSchedulingArgs()
Properties
View SourceAutomaticRestart
Declaration
public Input<bool> AutomaticRestart { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
NodeAffinities
Declaration
public InputList<InstanceFromTemplateSchedulingNodeAffinityArgs> NodeAffinities { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<InstanceFromTemplateSchedulingNodeAffinityArgs> |
OnHostMaintenance
Declaration
public Input<string> OnHostMaintenance { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Preemptible
Declaration
public Input<bool> Preemptible { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |