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.ValidationException
BackupGateway.Client.exceptions.ConflictException
BackupGateway.Client.exceptions.InternalServerException
BackupGateway.Client.exceptions.AccessDeniedException
BackupGateway.Client.exceptions.ResourceNotFoundException
BackupGateway.Client.exceptions.ThrottlingException