Updates a hypervisor metadata, including its host, username, and password. Specify which hypervisor to update using the Amazon Resource Name (ARN) of the hypervisor in your request.
See https://paws-r.github.io/docs/backupgateway/update_hypervisor.html for full documentation.
backupgateway_update_hypervisor(
Host = NULL,
HypervisorArn,
Name = NULL,
Password = NULL,
Username = NULL
)
The updated host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
[required] The Amazon Resource Name (ARN) of the hypervisor to update.
The updated name for the hypervisor
The updated password for the hypervisor.
The updated username for the hypervisor.