public sealed class Accelerators : IMessage<Accelerators>, IEquatable<Accelerators>, IDeepCloneable<Accelerators>, IBufferMessage, IMessageImplements
IMessageAccelerators, IEquatableAccelerators, IDeepCloneableAccelerators, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
Accelerators()
public Accelerators()Accelerators(Accelerators)
public Accelerators(Accelerators other)| Parameter | |
|---|---|
| Name | Description |
other |
Accelerators |
Properties
GuestAcceleratorCount
public int GuestAcceleratorCount { get; set; }Number of accelerator cards exposed to the guest.
| Property Value | |
|---|---|
| Type | Description |
int |
|
GuestAcceleratorType
public string GuestAcceleratorType { get; set; }The accelerator type resource name, not a full URL, e.g. nvidia-tesla-t4.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasGuestAcceleratorCount
public bool HasGuestAcceleratorCount { get; }Gets whether the "guest_accelerator_count" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasGuestAcceleratorType
public bool HasGuestAcceleratorType { get; }Gets whether the "guest_accelerator_type" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|