Class: Aws::BackupGateway::Types::VirtualMachine
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::VirtualMachine
- 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
-
#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.
Instance Attribute Details
#host_name ⇒ String
The host name of the virtual machine.
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_id ⇒ String
The ID of the virtual machine's hypervisor.
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_date ⇒ Time
The most recent date a virtual machine was backed up, in Unix format and UTC 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 |
#name ⇒ String
The name of the virtual machine.
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 |
#path ⇒ String
The path of the virtual machine.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual machine. For example,
arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL
.
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 |