Show / Hide Table of Contents

Class QueuedResource

A QueuedResource represents a request for resources that will be placed in a queue and fulfilled when the necessary resources are available.

Inheritance
object
QueuedResource
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 QueuedResource : IDirectResponseSchema

Properties

BestEffort

The BestEffort tier.

Declaration
[JsonProperty("bestEffort")]
public virtual BestEffort BestEffort { get; set; }
Property Value
Type Description
BestEffort

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

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

ProvisioningModel

Optional. The provisioning model for the resource.

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

QueueingPolicy

The queueing policy of the QueuedRequest.

Declaration
[JsonProperty("queueingPolicy")]
public virtual QueueingPolicy QueueingPolicy { get; set; }
Property Value
Type Description
QueueingPolicy

ReservationName

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

RunDuration

Optional. The duration of the requested resource.

Declaration
[JsonProperty("runDuration")]
public virtual RunDuration RunDuration { get; set; }
Property Value
Type Description
RunDuration

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

Defines a TPU resource.

Declaration
[JsonProperty("tpu")]
public virtual Tpu Tpu { get; set; }
Property Value
Type Description
Tpu

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX