Class SchedulingConfig (1.1.0)

public sealed class SchedulingConfig : IMessage<SchedulingConfig>, IEquatable<SchedulingConfig>, IDeepCloneable<SchedulingConfig>, IBufferMessage, IMessage

Sets the scheduling options for this node.

Inheritance

Object > SchedulingConfig

Namespace

Google.Cloud.Tpu.V1

Assembly

Google.Cloud.Tpu.V1.dll

Constructors

SchedulingConfig()

public SchedulingConfig()

SchedulingConfig(SchedulingConfig)

public SchedulingConfig(SchedulingConfig other)
Parameter
NameDescription
otherSchedulingConfig

Properties

Preemptible

public bool Preemptible { get; set; }

Defines whether the node is preemptible.

Property Value
TypeDescription
Boolean

Reserved

public bool Reserved { get; set; }

Whether the node is created under a reservation.

Property Value
TypeDescription
Boolean