Show / Hide Table of Contents

Class MachineType.AcceleratorsData

[Output Only] A list of accelerator configurations assigned to this machine type.

Inheritance
object
MachineType.AcceleratorsData
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 MachineType.AcceleratorsData

Properties

GuestAcceleratorCount

Number of accelerator cards exposed to the guest.

Declaration
[JsonProperty("guestAcceleratorCount")]
public virtual int? GuestAcceleratorCount { get; set; }
Property Value
Type Description
int?

GuestAcceleratorType

The accelerator type resource name, not a full URL, e.g. nvidia-tesla-t4.

Declaration
[JsonProperty("guestAcceleratorType")]
public virtual string GuestAcceleratorType { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX