Show / Hide Table of Contents

Class QueuedResourceState

QueuedResourceState defines the details of the QueuedResource request.

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

Properties

AcceptedData

Further data for the accepted state.

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

ActiveData

Further data for the active state.

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

CreatingData

Further data for the creating state.

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

DeletingData

Further data for the deleting state.

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FailedData

Further data for the failed state.

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

ProvisioningData

Further data for the provisioning state.

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

State

State of the QueuedResource request.

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

StateInitiator

Output only. The initiator of the QueuedResources's current state. Used to indicate whether the SUSPENDING/SUSPENDED state was initiated by the user or the service.

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

SuspendedData

Further data for the suspended state.

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

SuspendingData

Further data for the suspending state.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX