Interface Allocation.SpecificSKUAllocation.AllocatedInstanceProperties.AcceleratorConfigOrBuilder (0.1.0)

public static interface Allocation.SpecificSKUAllocation.AllocatedInstanceProperties.AcceleratorConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCount()

public abstract int getCount()

The number of the guest accelerator cards exposed to this instance.

int32 count = 2;

Returns
Type Description
int

The count.

getType()

public abstract String getType()

Accelerator name. See https://cloud.google.com/compute/docs/gpus/#introduction for a full list of accelerator types.

string type = 1;

Returns
Type Description
String

The type.

getTypeBytes()

public abstract ByteString getTypeBytes()

Accelerator name. See https://cloud.google.com/compute/docs/gpus/#introduction for a full list of accelerator types.

string type = 1;

Returns
Type Description
ByteString

The bytes for type.