Class: Aws::MigrationHubStrategyRecommendations::Types::AnalyzableServerSummary

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

Overview

Summary information about an analyzable server.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hostnameString

The host name of the analyzable server.

Returns:

  • (String)


74
75
76
77
78
79
80
81
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 74

class AnalyzableServerSummary < Struct.new(
  :hostname,
  :ip_address,
  :source,
  :vm_id)
  SENSITIVE = []
  include Aws::Structure
end

#ip_addressString

The ip address of the analyzable server.

Returns:

  • (String)


74
75
76
77
78
79
80
81
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 74

class AnalyzableServerSummary < Struct.new(
  :hostname,
  :ip_address,
  :source,
  :vm_id)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The data source of the analyzable server.

Returns:

  • (String)


74
75
76
77
78
79
80
81
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 74

class AnalyzableServerSummary < Struct.new(
  :hostname,
  :ip_address,
  :source,
  :vm_id)
  SENSITIVE = []
  include Aws::Structure
end

#vm_idString

The virtual machine id of the analyzable server.

Returns:

  • (String)


74
75
76
77
78
79
80
81
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 74

class AnalyzableServerSummary < Struct.new(
  :hostname,
  :ip_address,
  :source,
  :vm_id)
  SENSITIVE = []
  include Aws::Structure
end