Class: Google::Container::V1::AcceleratorConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb

Overview

AcceleratorConfig represents a Hardware Accelerator request.

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_countInteger

Returns The number of the accelerator cards exposed to an instance.

Returns:

  • (Integer)

    The number of the accelerator cards exposed to an instance.



1453
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1453

class AcceleratorConfig; end

#accelerator_typeString

Returns The accelerator type resource name. List of supported accelerators here

Returns:

  • (String)

    The accelerator type resource name. List of supported accelerators here



1453
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1453

class AcceleratorConfig; end