Class QueueingPolicy
Defines the policy of the QueuedRequest.
Implements
Inherited Members
Namespace: Google.Apis.TPU.v2.Data
Assembly: Google.Apis.TPU.v2.dll
Syntax
public class QueueingPolicy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ValidAfterDuration
Optional. A relative time after which resources may be created.
Declaration
[JsonProperty("validAfterDuration")]
public virtual object ValidAfterDuration { get; set; }
Property Value
Type | Description |
---|---|
object |
ValidAfterTime
object representation of ValidAfterTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ValidAfterTimeDateTimeOffset instead.")]
public virtual object ValidAfterTime { get; set; }
Property Value
Type | Description |
---|---|
object |
ValidAfterTimeDateTimeOffset
DateTimeOffset representation of ValidAfterTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ValidAfterTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
ValidAfterTimeRaw
Optional. An absolute time after which resources may be created.
Declaration
[JsonProperty("validAfterTime")]
public virtual string ValidAfterTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ValidInterval
Optional. An absolute time interval within which resources may be created.
Declaration
[JsonProperty("validInterval")]
public virtual Interval ValidInterval { get; set; }
Property Value
Type | Description |
---|---|
Interval |
ValidUntilDuration
Optional. A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
Declaration
[JsonProperty("validUntilDuration")]
public virtual object ValidUntilDuration { get; set; }
Property Value
Type | Description |
---|---|
object |
ValidUntilTime
object representation of ValidUntilTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ValidUntilTimeDateTimeOffset instead.")]
public virtual object ValidUntilTime { get; set; }
Property Value
Type | Description |
---|---|
object |
ValidUntilTimeDateTimeOffset
DateTimeOffset representation of ValidUntilTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ValidUntilTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
ValidUntilTimeRaw
Optional. An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
Declaration
[JsonProperty("validUntilTime")]
public virtual string ValidUntilTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |