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

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


1531
1532
1533
1534
1535
1536
1537
1538
1539
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1531

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)


1531
1532
1533
1534
1535
1536
1537
1538
1539
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1531

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)


1531
1532
1533
1534
1535
1536
1537
1538
1539
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1531

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)


1531
1532
1533
1534
1535
1536
1537
1538
1539
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1531

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)


1531
1532
1533
1534
1535
1536
1537
1538
1539
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1531

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