Class: Aws::MigrationHubStrategyRecommendations::Types::SystemInfo

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

Overview

Information about the server that hosts application components.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cpu_architectureString

CPU architecture type for the server.

Returns:

  • (String)


2349
2350
2351
2352
2353
2354
2355
2356
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2349

class SystemInfo < Struct.new(
  :cpu_architecture,
  :file_system_type,
  :network_info_list,
  :os_info)
  SENSITIVE = []
  include Aws::Structure
end

#file_system_typeString

File system type for the server.

Returns:

  • (String)


2349
2350
2351
2352
2353
2354
2355
2356
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2349

class SystemInfo < Struct.new(
  :cpu_architecture,
  :file_system_type,
  :network_info_list,
  :os_info)
  SENSITIVE = []
  include Aws::Structure
end

#network_info_listArray<Types::NetworkInfo>

Networking information related to a server.

Returns:



2349
2350
2351
2352
2353
2354
2355
2356
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2349

class SystemInfo < Struct.new(
  :cpu_architecture,
  :file_system_type,
  :network_info_list,
  :os_info)
  SENSITIVE = []
  include Aws::Structure
end

#os_infoTypes::OSInfo

Operating system corresponding to a server.

Returns:



2349
2350
2351
2352
2353
2354
2355
2356
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2349

class SystemInfo < Struct.new(
  :cpu_architecture,
  :file_system_type,
  :network_info_list,
  :os_info)
  SENSITIVE = []
  include Aws::Structure
end