Class: Aws::BackupGateway::Types::VirtualMachine

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb

Overview

A virtual machine that is on a hypervisor.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#host_nameString

The host name of the virtual machine.

Returns:

  • (String)


1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1320

class VirtualMachine < Struct.new(
  :host_name,
  :hypervisor_id,
  :last_backup_date,
  :name,
  :path,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#hypervisor_idString

The ID of the virtual machine's hypervisor.

Returns:

  • (String)


1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1320

class VirtualMachine < Struct.new(
  :host_name,
  :hypervisor_id,
  :last_backup_date,
  :name,
  :path,
  :resource_arn)
  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)


1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1320

class VirtualMachine < Struct.new(
  :host_name,
  :hypervisor_id,
  :last_backup_date,
  :name,
  :path,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the virtual machine.

Returns:

  • (String)


1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1320

class VirtualMachine < Struct.new(
  :host_name,
  :hypervisor_id,
  :last_backup_date,
  :name,
  :path,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#pathString

The path of the virtual machine.

Returns:

  • (String)


1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1320

class VirtualMachine < Struct.new(
  :host_name,
  :hypervisor_id,
  :last_backup_date,
  :name,
  :path,
  :resource_arn)
  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)


1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1320

class VirtualMachine < Struct.new(
  :host_name,
  :hypervisor_id,
  :last_backup_date,
  :name,
  :path,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end