Class GuestAccelerator
Specification of a set of guest accelerators attached to a machine.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class GuestAccelerator : IDirectResponseSchema
Properties
AcceleratorCount
The number of the guest accelerator cards exposed to each instance.
Declaration
[JsonProperty("acceleratorCount")]
public virtual long? AcceleratorCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
AcceleratorType
The type of the guest accelerator cards. For example: "nvidia-tesla-t4".
Declaration
[JsonProperty("acceleratorType")]
public virtual string AcceleratorType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |