Class: Aws::MigrationHubStrategyRecommendations::Types::NetworkInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::NetworkInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Information about the server’s network for which the assessment was run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#interface_name ⇒ String
Information about the name of the interface of the server for which the assessment was run.
-
#ip_address ⇒ String
Information about the IP address of the server for which the assessment was run.
-
#mac_address ⇒ String
Information about the MAC address of the server for which the assessment was run.
-
#net_mask ⇒ String
Information about the subnet mask of the server for which the assessment was run.
Instance Attribute Details
#interface_name ⇒ String
Information about the name of the interface of the server for which the assessment was run.
1607 1608 1609 1610 1611 1612 1613 1614 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1607 class NetworkInfo < Struct.new( :interface_name, :ip_address, :mac_address, :net_mask) SENSITIVE = [] include Aws::Structure end |
#ip_address ⇒ String
Information about the IP address of the server for which the assessment was run.
1607 1608 1609 1610 1611 1612 1613 1614 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1607 class NetworkInfo < Struct.new( :interface_name, :ip_address, :mac_address, :net_mask) SENSITIVE = [] include Aws::Structure end |
#mac_address ⇒ String
Information about the MAC address of the server for which the assessment was run.
1607 1608 1609 1610 1611 1612 1613 1614 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1607 class NetworkInfo < Struct.new( :interface_name, :ip_address, :mac_address, :net_mask) SENSITIVE = [] include Aws::Structure end |
#net_mask ⇒ String
Information about the subnet mask of the server for which the assessment was run.
1607 1608 1609 1610 1611 1612 1613 1614 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 1607 class NetworkInfo < Struct.new( :interface_name, :ip_address, :mac_address, :net_mask) SENSITIVE = [] include Aws::Structure end |