Class: Aws::Mgn::Types::IdentificationHints
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::IdentificationHints
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Identification hints.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_instance_id ⇒ String
AWS Instance ID identification hint.
-
#fqdn ⇒ String
FQDN address identification hint.
-
#hostname ⇒ String
Hostname identification hint.
-
#vm_path ⇒ String
vCenter VM path identification hint.
-
#vm_ware_uuid ⇒ String
vmWare UUID identification hint.
Instance Attribute Details
#aws_instance_id ⇒ String
AWS Instance ID identification hint.
1501 1502 1503 1504 1505 1506 1507 1508 1509 |
# File '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 |
#fqdn ⇒ String
FQDN address identification hint.
1501 1502 1503 1504 1505 1506 1507 1508 1509 |
# File '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 |
#hostname ⇒ String
Hostname identification hint.
1501 1502 1503 1504 1505 1506 1507 1508 1509 |
# File '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_path ⇒ String
vCenter VM path identification hint.
1501 1502 1503 1504 1505 1506 1507 1508 1509 |
# File '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_uuid ⇒ String
vmWare UUID identification hint.
1501 1502 1503 1504 1505 1506 1507 1508 1509 |
# File '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 |