Class NodeSchedulingConfigArgs
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.Tpu.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class NodeSchedulingConfigArgs : ResourceArgs
Constructors
View SourceNodeSchedulingConfigArgs()
Declaration
public NodeSchedulingConfigArgs()
Properties
View SourcePreemptible
Defines whether the TPU instance is preemptible.
Declaration
public Input<bool> Preemptible { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |