Show / Hide Table of Contents

Class Guaranteed

Guaranteed tier definition.

Inheritance
object
Guaranteed
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX