Interface GkeNodePoolConfig.GkeNodePoolAcceleratorConfigOrBuilder (3.1.1)

public static interface GkeNodePoolConfig.GkeNodePoolAcceleratorConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAcceleratorCount()

public abstract long getAcceleratorCount()

The number of accelerator cards exposed to an instance.

int64 accelerator_count = 1;

Returns
TypeDescription
long

The acceleratorCount.

getAcceleratorType()

public abstract String getAcceleratorType()

The accelerator type resource namename (see GPUs on Compute Engine).

string accelerator_type = 2;

Returns
TypeDescription
String

The acceleratorType.

getAcceleratorTypeBytes()

public abstract ByteString getAcceleratorTypeBytes()

The accelerator type resource namename (see GPUs on Compute Engine).

string accelerator_type = 2;

Returns
TypeDescription
ByteString

The bytes for acceleratorType.