Show / Hide Table of Contents

Class QueuingPolicy

Queuing parameters for the requested deferred capacity.

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

Properties

ETag

The ETag of the item.

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

ValidUntilDuration

Relative deadline for waiting for capacity.

Declaration
[JsonProperty("validUntilDuration")]
public virtual Duration ValidUntilDuration { get; set; }
Property Value
Type Description
Duration

ValidUntilTime

Absolute deadline for waiting for capacity in RFC3339 text format.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX