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