Class: Aws::Mgn::Types::SourceProperties

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

Overview

Source server properties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cpus ⇒ Array<Types::CPU>

Source Server CPUs.

Returns:



5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
# File 'lib/aws-sdk-mgn/types.rb', line 5768

class SourceProperties < Struct.new(
  :last_updated_date_time,
  :recommended_instance_type,
  :identification_hints,
  :network_interfaces,
  :disks,
  :cpus,
  :ram_bytes,
  :os)
  SENSITIVE = []
  include Aws::Structure
end

#disks ⇒ Array<Types::Disk>

Source Server disks.

Returns:



5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
# File 'lib/aws-sdk-mgn/types.rb', line 5768

class SourceProperties < Struct.new(
  :last_updated_date_time,
  :recommended_instance_type,
  :identification_hints,
  :network_interfaces,
  :disks,
  :cpus,
  :ram_bytes,
  :os)
  SENSITIVE = []
  include Aws::Structure
end

#identification_hints ⇒ Types::IdentificationHints

Source server identification hints.



5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
# File 'lib/aws-sdk-mgn/types.rb', line 5768

class SourceProperties < Struct.new(
  :last_updated_date_time,
  :recommended_instance_type,
  :identification_hints,
  :network_interfaces,
  :disks,
  :cpus,
  :ram_bytes,
  :os)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_time ⇒ String

Source server last update date and time.

Returns:

  • (String)


5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
# File 'lib/aws-sdk-mgn/types.rb', line 5768

class SourceProperties < Struct.new(
  :last_updated_date_time,
  :recommended_instance_type,
  :identification_hints,
  :network_interfaces,
  :disks,
  :cpus,
  :ram_bytes,
  :os)
  SENSITIVE = []
  include Aws::Structure
end

#network_interfaces ⇒ Array<Types::NetworkInterface>

Source server network interfaces.

Returns:



5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
# File 'lib/aws-sdk-mgn/types.rb', line 5768

class SourceProperties < Struct.new(
  :last_updated_date_time,
  :recommended_instance_type,
  :identification_hints,
  :network_interfaces,
  :disks,
  :cpus,
  :ram_bytes,
  :os)
  SENSITIVE = []
  include Aws::Structure
end

#os ⇒ Types::OS

Source server OS.

Returns:



5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
# File 'lib/aws-sdk-mgn/types.rb', line 5768

class SourceProperties < Struct.new(
  :last_updated_date_time,
  :recommended_instance_type,
  :identification_hints,
  :network_interfaces,
  :disks,
  :cpus,
  :ram_bytes,
  :os)
  SENSITIVE = []
  include Aws::Structure
end

#ram_bytes ⇒ Integer

Source server RAM in bytes.

Returns:

  • (Integer)


5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
# File 'lib/aws-sdk-mgn/types.rb', line 5768

class SourceProperties < Struct.new(
  :last_updated_date_time,
  :recommended_instance_type,
  :identification_hints,
  :network_interfaces,
  :disks,
  :cpus,
  :ram_bytes,
  :os)
  SENSITIVE = []
  include Aws::Structure
end

Source server recommended instance type.

Returns:

  • (String)


5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
# File 'lib/aws-sdk-mgn/types.rb', line 5768

class SourceProperties < Struct.new(
  :last_updated_date_time,
  :recommended_instance_type,
  :identification_hints,
  :network_interfaces,
  :disks,
  :cpus,
  :ram_bytes,
  :os)
  SENSITIVE = []
  include Aws::Structure
end