Class Guaranteed
Guaranteed tier definition.
Implements
Inherited Members
Namespace: Google.Apis.TPU.v2alpha1.Data
Assembly: Google.Apis.TPU.v2alpha1.dll
Syntax
public class Guaranteed : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MinDuration
Optional. Defines the minimum duration of the guarantee. If specified, the requested resources will only be provisioned if they can be allocated for at least the given duration.
Declaration
[JsonProperty("minDuration")]
public virtual object MinDuration { get; set; }
Property Value
Type | Description |
---|---|
object |
Reserved
Optional. Specifies the request should be scheduled on reserved capacity.
Declaration
[JsonProperty("reserved")]
public virtual bool? Reserved { get; set; }
Property Value
Type | Description |
---|---|
bool? |