Connect to a hypervisor by importing its configuration.
See https://paws-r.github.io/docs/backupgateway/import_hypervisor_configuration.html for full documentation.
backupgateway_import_hypervisor_configuration(
Host,
KmsKeyArn = NULL,
Name,
Password = NULL,
Tags = NULL,
Username = NULL
)
[required] The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
The Key Management Service for the hypervisor.
[required] The name of the hypervisor.
The password for the hypervisor.
The tags of the hypervisor configuration to import.
The username for the hypervisor.