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_id ⇒ String

AWS Instance ID identification hint.

Returns:

  • (String)


1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-mgn/types.rb', line 1808

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

#fqdn ⇒ String

FQDN address identification hint.

Returns:

  • (String)


1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-mgn/types.rb', line 1808

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

#hostname ⇒ String

Hostname identification hint.

Returns:

  • (String)


1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-mgn/types.rb', line 1808

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

#vm_path ⇒ String

vCenter VM path identification hint.

Returns:

  • (String)


1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-mgn/types.rb', line 1808

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

#vm_ware_uuid ⇒ String

vmWare UUID identification hint.

Returns:

  • (String)


1808
1809
1810
1811
1812
1813
1814
1815
1816
# File 'lib/aws-sdk-mgn/types.rb', line 1808

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