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)


1501
1502
1503
1504
1505
1506
1507
1508
1509
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1501

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

#fqdnString

FQDN address identification hint.

Returns:

  • (String)


1501
1502
1503
1504
1505
1506
1507
1508
1509
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1501

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

#hostnameString

Hostname identification hint.

Returns:

  • (String)


1501
1502
1503
1504
1505
1506
1507
1508
1509
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1501

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

#vm_pathString

vCenter VM path identification hint.

Returns:

  • (String)


1501
1502
1503
1504
1505
1506
1507
1508
1509
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1501

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

#vm_ware_uuidString

vmWare UUID identification hint.

Returns:

  • (String)


1501
1502
1503
1504
1505
1506
1507
1508
1509
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1501

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