Class: Aws::EC2::Types::VCpuInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VCpuInfo
- Defined in:
- gems/aws-sdk-ec2/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.
71957 71958 71959 71960 71961 71962 71963 71964 71965 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71957 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.
71957 71958 71959 71960 71961 71962 71963 71964 71965 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71957 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.
71957 71958 71959 71960 71961 71962 71963 71964 71965 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71957 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.
71957 71958 71959 71960 71961 71962 71963 71964 71965 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71957 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.
71957 71958 71959 71960 71961 71962 71963 71964 71965 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71957 class VCpuInfo < Struct.new( :default_v_cpus, :default_cores, :default_threads_per_core, :valid_cores, :valid_threads_per_core) SENSITIVE = [] include Aws::Structure end |