Learn R Programming

paws.networking (version 0.7.0)

backupgateway_import_hypervisor_configuration: Connect to a hypervisor by importing its configuration

Description

Connect 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(
  Host,
  KmsKeyArn = NULL,
  Name,
  Password = NULL,
  Tags = NULL,
  Username = NULL
)

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.