Class: Aws::Mgn::Types::IdentificationHints
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::IdentificationHints
- Defined in:
- gems/aws-sdk-mgn/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.
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 |
#fqdn ⇒ String
FQDN address identification hint.
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 |
#hostname ⇒ String
Hostname identification hint.
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_path ⇒ String
vCenter VM path identification hint.
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_uuid ⇒ String
vmWare UUID identification hint.
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 |