Class RunDuration
Defines the maximum lifetime of the requested resource.
Implements
Inherited Members
Namespace: Google.Apis.TPU.v2alpha1.Data
Assembly: Google.Apis.TPU.v2alpha1.dll
Syntax
public class RunDuration : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxRunDuration
The maximum duration of the requested resource.
Declaration
[JsonProperty("maxRunDuration")]
public virtual object MaxRunDuration { get; set; }
Property Value
Type | Description |
---|---|
object |
TerminationTime
object representation of TerminationTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TerminationTimeDateTimeOffset instead.")]
public virtual object TerminationTime { get; set; }
Property Value
Type | Description |
---|---|
object |
TerminationTimeDateTimeOffset
DateTimeOffset representation of TerminationTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? TerminationTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
TerminationTimeRaw
The time at which the requested resource will be terminated.
Declaration
[JsonProperty("terminationTime")]
public virtual string TerminationTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |