View source: R/backupgateway_operations.R
backupgateway_import_hypervisor_configuration | R Documentation |
Connect to a hypervisor by importing its configuration.
See https://www.paws-r-sdk.com/docs/backupgateway_import_hypervisor_configuration/ for full documentation.
backupgateway_import_hypervisor_configuration(
Host,
KmsKeyArn = NULL,
Name,
Password = NULL,
Tags = NULL,
Username = NULL
)
Host |
[required] The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN). |
KmsKeyArn |
The Key Management Service for the hypervisor. |
Name |
[required] The name of the hypervisor. |
Password |
The password for the hypervisor. |
Tags |
The tags of the hypervisor configuration to import. |
Username |
The username for the hypervisor. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.