Class: Aws::BackupGateway::Types::VirtualMachineDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::VirtualMachineDetails
- Defined in:
- gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb
Overview
Your VirtualMachine
objects, ordered by their Amazon Resource Names
(ARNs).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#host_name ⇒ String
The host name of the virtual machine.
-
#hypervisor_id ⇒ String
The ID of the virtual machine's hypervisor.
-
#last_backup_date ⇒ Time
The most recent date a virtual machine was backed up, in Unix format and UTC time.
-
#name ⇒ String
The name of the virtual machine.
-
#path ⇒ String
The path of the virtual machine.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual machine.
-
#vmware_tags ⇒ Array<Types::VmwareTag>
These are the details of the VMware tags associated with the specified virtual machine.
Instance Attribute Details
#host_name ⇒ String
The host name of the virtual machine.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1367 class VirtualMachineDetails < Struct.new( :host_name, :hypervisor_id, :last_backup_date, :name, :path, :resource_arn, :vmware_tags) SENSITIVE = [] include Aws::Structure end |
#hypervisor_id ⇒ String
The ID of the virtual machine's hypervisor.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1367 class VirtualMachineDetails < Struct.new( :host_name, :hypervisor_id, :last_backup_date, :name, :path, :resource_arn, :vmware_tags) SENSITIVE = [] include Aws::Structure end |
#last_backup_date ⇒ Time
The most recent date a virtual machine was backed up, in Unix format and UTC time.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1367 class VirtualMachineDetails < Struct.new( :host_name, :hypervisor_id, :last_backup_date, :name, :path, :resource_arn, :vmware_tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the virtual machine.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1367 class VirtualMachineDetails < Struct.new( :host_name, :hypervisor_id, :last_backup_date, :name, :path, :resource_arn, :vmware_tags) SENSITIVE = [] include Aws::Structure end |
#path ⇒ String
The path of the virtual machine.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1367 class VirtualMachineDetails < Struct.new( :host_name, :hypervisor_id, :last_backup_date, :name, :path, :resource_arn, :vmware_tags) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual machine. For example,
arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL
.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1367 class VirtualMachineDetails < Struct.new( :host_name, :hypervisor_id, :last_backup_date, :name, :path, :resource_arn, :vmware_tags) SENSITIVE = [] include Aws::Structure end |
#vmware_tags ⇒ Array<Types::VmwareTag>
These are the details of the VMware tags associated with the specified virtual machine.
1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1367 class VirtualMachineDetails < Struct.new( :host_name, :hypervisor_id, :last_backup_date, :name, :path, :resource_arn, :vmware_tags) SENSITIVE = [] include Aws::Structure end |