Class QueuedResourceState
QueuedResourceState defines the details of the QueuedResource request.
Implements
Inherited Members
Namespace: Google.Apis.TPU.v2.Data
Assembly: Google.Apis.TPU.v2.dll
Syntax
public class QueuedResourceState : IDirectResponseSchema
Properties
AcceptedData
Output only. Further data for the accepted state.
Declaration
[JsonProperty("acceptedData")]
public virtual AcceptedData AcceptedData { get; set; }
Property Value
Type | Description |
---|---|
AcceptedData |
ActiveData
Output only. Further data for the active state.
Declaration
[JsonProperty("activeData")]
public virtual ActiveData ActiveData { get; set; }
Property Value
Type | Description |
---|---|
ActiveData |
CreatingData
Output only. Further data for the creating state.
Declaration
[JsonProperty("creatingData")]
public virtual CreatingData CreatingData { get; set; }
Property Value
Type | Description |
---|---|
CreatingData |
DeletingData
Output only. 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
Output only. Further data for the failed state.
Declaration
[JsonProperty("failedData")]
public virtual FailedData FailedData { get; set; }
Property Value
Type | Description |
---|---|
FailedData |
ProvisioningData
Output only. Further data for the provisioning state.
Declaration
[JsonProperty("provisioningData")]
public virtual ProvisioningData ProvisioningData { get; set; }
Property Value
Type | Description |
---|---|
ProvisioningData |
State
Output only. 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
Output only. Further data for the suspended state.
Declaration
[JsonProperty("suspendedData")]
public virtual SuspendedData SuspendedData { get; set; }
Property Value
Type | Description |
---|---|
SuspendedData |
SuspendingData
Output only. Further data for the suspending state.
Declaration
[JsonProperty("suspendingData")]
public virtual SuspendingData SuspendingData { get; set; }
Property Value
Type | Description |
---|---|
SuspendingData |