Class: Aws::MigrationHubStrategyRecommendations::Types::NetworkInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhubstrategyrecommendations/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

Instance Attribute Details

#interface_nameString

Information about the name of the interface of the server for which the assessment was run.

Returns:

  • (String)


1607
1608
1609
1610
1611
1612
1613
1614
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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_addressString

Information about the IP address of the server for which the assessment was run.

Returns:

  • (String)


1607
1608
1609
1610
1611
1612
1613
1614
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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_addressString

Information about the MAC address of the server for which the assessment was run.

Returns:

  • (String)


1607
1608
1609
1610
1611
1612
1613
1614
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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_maskString

Information about the subnet mask of the server for which the assessment was run.

Returns:

  • (String)


1607
1608
1609
1610
1611
1612
1613
1614
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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