Show / Hide Table of Contents

Class SchedulingConfig

Sets the scheduling options for this node.

Inheritance
object
SchedulingConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.TPU.v2alpha1.Data
Assembly: Google.Apis.TPU.v2alpha1.dll
Syntax
public class SchedulingConfig : IDirectResponseSchema

Properties

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?

ProvisioningModel

Optional. Defines the provisioning model for the node.

Declaration
[JsonProperty("provisioningModel")]
public virtual string ProvisioningModel { get; set; }
Property Value
Type Description
string

Reserved

Whether the node is created under a reservation.

Declaration
[JsonProperty("reserved")]
public virtual bool? Reserved { get; set; }
Property Value
Type Description
bool?

Spot

Optional. Defines whether the node is Spot VM.

Declaration
[JsonProperty("spot")]
public virtual bool? Spot { get; set; }
Property Value
Type Description
bool?

TerminationTimestamp

object representation of TerminationTimestampRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TerminationTimestampDateTimeOffset instead.")]
public virtual object TerminationTimestamp { get; set; }
Property Value
Type Description
object

TerminationTimestampDateTimeOffset

DateTimeOffset representation of TerminationTimestampRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? TerminationTimestampDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

TerminationTimestampRaw

Output only. The time at which the node will be terminated.

Declaration
[JsonProperty("terminationTimestamp")]
public virtual string TerminationTimestampRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX