Show / Hide Table of Contents

Class QueuedResourceStatus

[Output only] Result of queuing and provisioning based on deferred capacity.

Inheritance
object
QueuedResourceStatus
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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class QueuedResourceStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FailedData

Additional status detail for the FAILED state.

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

ProvisioningOperations

[Output only] Fully qualified URL of the provisioning GCE operation to track the provisioning along with provisioning errors. The referenced operation may not exist after having been deleted or expired.

Declaration
[JsonProperty("provisioningOperations")]
public virtual IList<string> ProvisioningOperations { get; set; }
Property Value
Type Description
IList<string>

QueuingPolicy

Constraints for the time when the resource(s) start provisioning. Always exposed as absolute times.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX