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.
      71445 71446 71447 71448 71449 71450 71451 71452 71453  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71445 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.
      71445 71446 71447 71448 71449 71450 71451 71452 71453  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71445 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.
      71445 71446 71447 71448 71449 71450 71451 71452 71453  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71445 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.
      71445 71446 71447 71448 71449 71450 71451 71452 71453  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71445 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.
      71445 71446 71447 71448 71449 71450 71451 71452 71453  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 71445 class VCpuInfo < Struct.new( :default_v_cpus, :default_cores, :default_threads_per_core, :valid_cores, :valid_threads_per_core) SENSITIVE = [] include Aws::Structure end  |