Class SchedulingConfig
Sets the scheduling options for this node.
Implements
Inherited Members
Namespace: Google.Apis.TPU.v1alpha1.Data
Assembly: Google.Apis.TPU.v1alpha1.dll
Syntax
public class SchedulingConfig : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Preemptible
Defines whether the node is preemptible.
Declaration
[JsonProperty("preemptible")]
public virtual bool? Preemptible { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | 
Reserved
Whether the node is created under a reservation.
Declaration
[JsonProperty("reserved")]
public virtual bool? Reserved { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? |