Updates a hypervisor metadata, including its host, username, and password
Source:R/backupgateway_operations.R
backupgateway_update_hypervisor.RdUpdates 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://www.paws-r-sdk.com/docs/backupgateway_update_hypervisor/ for full documentation.
Usage
backupgateway_update_hypervisor(
HypervisorArn,
Host = NULL,
Username = NULL,
Password = NULL,
Name = NULL,
LogGroupArn = NULL
)Arguments
- HypervisorArn
[required] The Amazon Resource Name (ARN) of the hypervisor to update.
- Host
The updated host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
- Username
The updated username for the hypervisor.
- Password
The updated password for the hypervisor.
- Name
The updated name for the hypervisor
- LogGroupArn
The Amazon Resource Name (ARN) of the group of gateways within the requested log.