Show / Hide Table of Contents

Class FutureResourcesSpecAggregateResources

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

Properties

AcceleratorCount

Size of the request, in accelerator (chip) count.

Declaration
[JsonProperty("acceleratorCount")]
public virtual long? AcceleratorCount { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

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

VmFamily

The VM family that all instances scheduled against this reservation must belong to. Use for TPU reservations.

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

WorkloadType

Workload type. Use for TPU reservations.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX