Class: Aws::Mgn::Types::CPU

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

Overview

Source server CPU information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#coresInteger

The number of CPU cores on the source server.

Returns:

  • (Integer)


214
215
216
217
218
219
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 214

class CPU < Struct.new(
  :cores,
  :model_name)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

The source server's CPU model name.

Returns:

  • (String)


214
215
216
217
218
219
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 214

class CPU < Struct.new(
  :cores,
  :model_name)
  SENSITIVE = []
  include Aws::Structure
end