Get Hypervisor
backupgateway_get_hypervisor | R Documentation |
This action requests information about the specified hypervisor to which the gateway will connect¶
Description¶
This action requests information about the specified hypervisor to which the gateway will connect. A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.
Usage¶
Arguments¶
HypervisorArn
[required] The Amazon Resource Name (ARN) of the hypervisor.
Value¶
A list with the following syntax:
list(
Hypervisor = list(
Host = "string",
HypervisorArn = "string",
KmsKeyArn = "string",
LastSuccessfulMetadataSyncTime = as.POSIXct(
"2015-01-01"
),
LatestMetadataSyncStatus = "CREATED"|"RUNNING"|"FAILED"|"PARTIALLY_FAILED"|"SUCCEEDED",
LatestMetadataSyncStatusMessage = "string",
LogGroupArn = "string",
Name = "string",
State = "PENDING"|"ONLINE"|"OFFLINE"|"ERROR"
)
)