Class AcceleratorConfig
A specification of the type and number of accelerator cards attached to the instance.
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class AcceleratorConfig : IDirectResponseSchema
Properties
AcceleratorCount
Optional. The number of the guest accelerator cards exposed to this instance.
Declaration
[JsonProperty("acceleratorCount")]
public virtual int? AcceleratorCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
AcceleratorType
Optional. Full or partial URL of the accelerator type resource to attach to this instance.
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 |