Class: Aws::EC2::Types::HostProperties

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes properties of a Dedicated Host.

Instance Attribute Summary collapse

Instance Attribute Details

#coresInteger

The number of cores on the Dedicated Host.

Returns:

  • (Integer)


20727
20728
20729
20730
20731
20732
20733
# File 'lib/aws-sdk-ec2/types.rb', line 20727

class HostProperties < Struct.new(
  :cores,
  :instance_type,
  :sockets,
  :total_v_cpus)
  include Aws::Structure
end

#instance_typeString

The instance type size that the Dedicated Host supports (for example, ‘m3.medium`).

Returns:

  • (String)


20727
20728
20729
20730
20731
20732
20733
# File 'lib/aws-sdk-ec2/types.rb', line 20727

class HostProperties < Struct.new(
  :cores,
  :instance_type,
  :sockets,
  :total_v_cpus)
  include Aws::Structure
end

#socketsInteger

The number of sockets on the Dedicated Host.

Returns:

  • (Integer)


20727
20728
20729
20730
20731
20732
20733
# File 'lib/aws-sdk-ec2/types.rb', line 20727

class HostProperties < Struct.new(
  :cores,
  :instance_type,
  :sockets,
  :total_v_cpus)
  include Aws::Structure
end

#total_v_cpusInteger

The number of vCPUs on the Dedicated Host.

Returns:

  • (Integer)


20727
20728
20729
20730
20731
20732
20733
# File 'lib/aws-sdk-ec2/types.rb', line 20727

class HostProperties < Struct.new(
  :cores,
  :instance_type,
  :sockets,
  :total_v_cpus)
  include Aws::Structure
end