Class: Aws::MigrationHubStrategyRecommendations::Types::SystemInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::SystemInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Information about the server that hosts application components.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cpu_architecture ⇒ String
CPU architecture type for the server.
-
#file_system_type ⇒ String
File system type for the server.
-
#network_info_list ⇒ Array<Types::NetworkInfo>
Networking information related to a server.
-
#os_info ⇒ Types::OSInfo
Operating system corresponding to a server.
Instance Attribute Details
#cpu_architecture ⇒ String
CPU architecture type for the server.
2349 2350 2351 2352 2353 2354 2355 2356 |
# File '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_type ⇒ String
File system type for the server.
2349 2350 2351 2352 2353 2354 2355 2356 |
# File '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_list ⇒ Array<Types::NetworkInfo>
Networking information related to a server.
2349 2350 2351 2352 2353 2354 2355 2356 |
# File '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_info ⇒ Types::OSInfo
Operating system corresponding to a server.
2349 2350 2351 2352 2353 2354 2355 2356 |
# File '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 |