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

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

Overview

Describes the properties of a Dedicated Host.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#coresInteger

The number of cores on the Dedicated Host.

Returns:

  • (Integer)


36881
36882
36883
36884
36885
36886
36887
36888
36889
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36881

class HostProperties < Struct.new(
  :cores,
  :instance_type,
  :instance_family,
  :sockets,
  :total_v_cpus)
  SENSITIVE = []
  include Aws::Structure
end

#instance_familyString

The instance family supported by the Dedicated Host. For example, m5.

Returns:

  • (String)


36881
36882
36883
36884
36885
36886
36887
36888
36889
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36881

class HostProperties < Struct.new(
  :cores,
  :instance_type,
  :instance_family,
  :sockets,
  :total_v_cpus)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The instance type supported by the Dedicated Host. For example, m5.large. If the host supports multiple instance types, no instanceType is returned.

Returns:

  • (String)


36881
36882
36883
36884
36885
36886
36887
36888
36889
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36881

class HostProperties < Struct.new(
  :cores,
  :instance_type,
  :instance_family,
  :sockets,
  :total_v_cpus)
  SENSITIVE = []
  include Aws::Structure
end

#socketsInteger

The number of sockets on the Dedicated Host.

Returns:

  • (Integer)


36881
36882
36883
36884
36885
36886
36887
36888
36889
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36881

class HostProperties < Struct.new(
  :cores,
  :instance_type,
  :instance_family,
  :sockets,
  :total_v_cpus)
  SENSITIVE = []
  include Aws::Structure
end

#total_v_cpusInteger

The total number of vCPUs on the Dedicated Host.

Returns:

  • (Integer)


36881
36882
36883
36884
36885
36886
36887
36888
36889
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36881

class HostProperties < Struct.new(
  :cores,
  :instance_type,
  :instance_family,
  :sockets,
  :total_v_cpus)
  SENSITIVE = []
  include Aws::Structure
end