Import Hypervisor Configuration
backupgateway_import_hypervisor_configuration | R Documentation |
Connect to a hypervisor by importing its configuration¶
Description¶
Connect to a hypervisor by importing its configuration.
Usage¶
backupgateway_import_hypervisor_configuration(Host, KmsKeyArn, Name,
Password, Tags, Username)
Arguments¶
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. |
Value¶
A list with the following syntax:
list(
HypervisorArn = "string"
)
Request syntax¶
svc$import_hypervisor_configuration(
Host = "string",
KmsKeyArn = "string",
Name = "string",
Password = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
),
Username = "string"
)