Get Virtual Machine
backupgateway_get_virtual_machine | R Documentation |
By providing the ARN (Amazon Resource Name), this API returns the virtual machine¶
Description¶
By providing the ARN (Amazon Resource Name), this API returns the virtual machine.
Usage¶
Arguments¶
ResourceArn
[required] The Amazon Resource Name (ARN) of the virtual machine.
Value¶
A list with the following syntax:
list(
VirtualMachine = list(
HostName = "string",
HypervisorId = "string",
LastBackupDate = as.POSIXct(
"2015-01-01"
),
Name = "string",
Path = "string",
ResourceArn = "string",
VmwareTags = list(
list(
VmwareCategory = "string",
VmwareTagDescription = "string",
VmwareTagName = "string"
)
)
)
)