Show / Hide Table of Contents

Class NodeSchedulingConfigArgs

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

Constructors

View Source

NodeSchedulingConfigArgs()

Declaration
public NodeSchedulingConfigArgs()

Properties

View Source

Preemptible

Defines whether the TPU instance is 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.