You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::VCpuInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the vCPU configurations for the instance type.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#default_coresInteger

The default number of cores for the instance type.

Returns:

  • (Integer)

    The default number of cores for the instance type.

#default_threads_per_coreInteger

The default number of threads per core for the instance type.

Returns:

  • (Integer)

    The default number of threads per core for the instance type.

#default_v_cpusInteger

The default number of vCPUs for the instance type.

Returns:

  • (Integer)

    The default number of vCPUs for the instance type.

#valid_coresArray<Integer>

The valid number of cores that can be configured for the instance type.

Returns:

  • (Array<Integer>)

    The valid number of cores that can be configured for the instance type.

#valid_threads_per_coreArray<Integer>

The valid number of threads per core that can be configured for the instance type.

Returns:

  • (Array<Integer>)

    The valid number of threads per core that can be configured for the instance type.