Class QueuedResource
A QueuedResource represents a request for resources that will be placed in a queue and fulfilled when the necessary resources are available.
Implements
Inherited Members
Namespace: Google.Apis.TPU.v2.Data
Assembly: Google.Apis.TPU.v2.dll
Syntax
public class QueuedResource : IDirectResponseSchema
Properties
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. The time when the QueuedResource was created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Guaranteed
Optional. The Guaranteed tier
Declaration
[JsonProperty("guaranteed")]
public virtual Guaranteed Guaranteed { get; set; }
Property Value
Type | Description |
---|---|
Guaranteed |
Name
Output only. Immutable. The name of the QueuedResource.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
QueueingPolicy
Optional. The queueing policy of the QueuedRequest.
Declaration
[JsonProperty("queueingPolicy")]
public virtual QueueingPolicy QueueingPolicy { get; set; }
Property Value
Type | Description |
---|---|
QueueingPolicy |
ReservationName
Optional. Name of the reservation in which the resource should be provisioned. Format: projects/{project}/locations/{zone}/reservations/{reservation}
Declaration
[JsonProperty("reservationName")]
public virtual string ReservationName { get; set; }
Property Value
Type | Description |
---|---|
string |
Spot
Optional. The Spot tier.
Declaration
[JsonProperty("spot")]
public virtual Spot Spot { get; set; }
Property Value
Type | Description |
---|---|
Spot |
State
Output only. State of the QueuedResource request.
Declaration
[JsonProperty("state")]
public virtual QueuedResourceState State { get; set; }
Property Value
Type | Description |
---|---|
QueuedResourceState |
Tpu
Optional. Defines a TPU resource.
Declaration
[JsonProperty("tpu")]
public virtual Tpu Tpu { get; set; }
Property Value
Type | Description |
---|---|
Tpu |