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.
1179 1180 1181 1182 1183 1184 1185 1186 1187 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1179 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.
1179 1180 1181 1182 1183 1184 1185 1186 1187 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1179 class IdentificationHints < Struct.new( :aws_instance_id, :fqdn, :hostname, :vm_path, :vm_ware_uuid) SENSITIVE = [] include Aws::Structure end |
#hostname ⇒ String
Hostname identification hint.
1179 1180 1181 1182 1183 1184 1185 1186 1187 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1179 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.
1179 1180 1181 1182 1183 1184 1185 1186 1187 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1179 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.
1179 1180 1181 1182 1183 1184 1185 1186 1187 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1179 class IdentificationHints < Struct.new( :aws_instance_id, :fqdn, :hostname, :vm_path, :vm_ware_uuid) SENSITIVE = [] include Aws::Structure end |