BackupGateway.Client.update_hypervisor(**kwargs)¶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 also: AWS API Documentation
Request Syntax
response = client.update_hypervisor(
Host='string',
HypervisorArn='string',
LogGroupArn='string',
Name='string',
Password='string',
Username='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the hypervisor to update.
dict
Response Syntax
{
'HypervisorArn': 'string'
}
Response Structure
(dict) --
HypervisorArn (string) --
The Amazon Resource Name (ARN) of the hypervisor you updated.
Exceptions
BackupGateway.Client.exceptions.ValidationExceptionBackupGateway.Client.exceptions.ConflictExceptionBackupGateway.Client.exceptions.InternalServerExceptionBackupGateway.Client.exceptions.AccessDeniedExceptionBackupGateway.Client.exceptions.ResourceNotFoundExceptionBackupGateway.Client.exceptions.ThrottlingException