Class: Aws::Mgn::Types::IdentificationHints

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mgn/types.rb

Overview

Identification hints.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_instance_idString

AWS Instance ID identification hint.

Returns:

  • (String)


1740
1741
1742
1743
1744
1745
1746
1747
1748
# File 'lib/aws-sdk-mgn/types.rb', line 1740

class IdentificationHints < Struct.new(
  :fqdn,
  :hostname,
  :vm_ware_uuid,
  :aws_instance_id,
  :vm_path)
  SENSITIVE = []
  include Aws::Structure
end

#fqdnString

FQDN address identification hint.

Returns:

  • (String)


1740
1741
1742
1743
1744
1745
1746
1747
1748
# File 'lib/aws-sdk-mgn/types.rb', line 1740

class IdentificationHints < Struct.new(
  :fqdn,
  :hostname,
  :vm_ware_uuid,
  :aws_instance_id,
  :vm_path)
  SENSITIVE = []
  include Aws::Structure
end

#hostnameString

Hostname identification hint.

Returns:

  • (String)


1740
1741
1742
1743
1744
1745
1746
1747
1748
# File 'lib/aws-sdk-mgn/types.rb', line 1740

class IdentificationHints < Struct.new(
  :fqdn,
  :hostname,
  :vm_ware_uuid,
  :aws_instance_id,
  :vm_path)
  SENSITIVE = []
  include Aws::Structure
end

#vm_pathString

vCenter VM path identification hint.

Returns:

  • (String)


1740
1741
1742
1743
1744
1745
1746
1747
1748
# File 'lib/aws-sdk-mgn/types.rb', line 1740

class IdentificationHints < Struct.new(
  :fqdn,
  :hostname,
  :vm_ware_uuid,
  :aws_instance_id,
  :vm_path)
  SENSITIVE = []
  include Aws::Structure
end

#vm_ware_uuidString

vmWare UUID identification hint.

Returns:

  • (String)


1740
1741
1742
1743
1744
1745
1746
1747
1748
# File 'lib/aws-sdk-mgn/types.rb', line 1740

class IdentificationHints < Struct.new(
  :fqdn,
  :hostname,
  :vm_ware_uuid,
  :aws_instance_id,
  :vm_path)
  SENSITIVE = []
  include Aws::Structure
end