Class: Aws::BackupGateway::Types::VirtualMachineDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#host_nameString

The host name of the virtual machine.

Returns:

  • (String)


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_idString

The ID of the virtual machine's hypervisor.

Returns:

  • (String)


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_dateTime

The most recent date a virtual machine was backed up, in Unix format and UTC time.

Returns:

  • (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

#nameString

The name of the virtual machine.

Returns:

  • (String)


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

#pathString

The path of the virtual machine.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the virtual machine. For example, arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL.

Returns:

  • (String)


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_tagsArray<Types::VmwareTag>

These are the details of the VMware tags associated with the specified virtual machine.

Returns:



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