Class MachineType.AcceleratorsData
[Output Only] A list of accelerator configurations assigned to this machine type.
Inherited Members
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 |