Class: Aws::EC2::Types::VCpuInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VCpuInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the vCPU configurations for the instance type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_cores ⇒ Integer
The default number of cores for the instance type.
-
#default_threads_per_core ⇒ Integer
The default number of threads per core for the instance type.
-
#default_v_cpus ⇒ Integer
The default number of vCPUs for the instance type.
-
#valid_cores ⇒ Array<Integer>
The valid number of cores that can be configured for the instance type.
-
#valid_threads_per_core ⇒ Array<Integer>
The valid number of threads per core that can be configured for the instance type.
Instance Attribute Details
#default_cores ⇒ Integer
The default number of cores for the instance type.
71382 71383 71384 71385 71386 71387 71388 71389 71390 |
# File 'lib/aws-sdk-ec2/types.rb', line 71382 class VCpuInfo < Struct.new( :default_v_cpus, :default_cores, :default_threads_per_core, :valid_cores, :valid_threads_per_core) SENSITIVE = [] include Aws::Structure end |
#default_threads_per_core ⇒ Integer
The default number of threads per core for the instance type.
71382 71383 71384 71385 71386 71387 71388 71389 71390 |
# File 'lib/aws-sdk-ec2/types.rb', line 71382 class VCpuInfo < Struct.new( :default_v_cpus, :default_cores, :default_threads_per_core, :valid_cores, :valid_threads_per_core) SENSITIVE = [] include Aws::Structure end |
#default_v_cpus ⇒ Integer
The default number of vCPUs for the instance type.
71382 71383 71384 71385 71386 71387 71388 71389 71390 |
# File 'lib/aws-sdk-ec2/types.rb', line 71382 class VCpuInfo < Struct.new( :default_v_cpus, :default_cores, :default_threads_per_core, :valid_cores, :valid_threads_per_core) SENSITIVE = [] include Aws::Structure end |
#valid_cores ⇒ Array<Integer>
The valid number of cores that can be configured for the instance type.
71382 71383 71384 71385 71386 71387 71388 71389 71390 |
# File 'lib/aws-sdk-ec2/types.rb', line 71382 class VCpuInfo < Struct.new( :default_v_cpus, :default_cores, :default_threads_per_core, :valid_cores, :valid_threads_per_core) SENSITIVE = [] include Aws::Structure end |
#valid_threads_per_core ⇒ Array<Integer>
The valid number of threads per core that can be configured for the instance type.
71382 71383 71384 71385 71386 71387 71388 71389 71390 |
# File 'lib/aws-sdk-ec2/types.rb', line 71382 class VCpuInfo < Struct.new( :default_v_cpus, :default_cores, :default_threads_per_core, :valid_cores, :valid_threads_per_core) SENSITIVE = [] include Aws::Structure end |