backupgateway_import_hypervisor_configuration: Connect to a hypervisor by importing its configuration

View source: R/backupgateway_operations.R

backupgateway_import_hypervisor_configurationR Documentation

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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.