Skip to content

Test Hypervisor Configuration

backupgateway_test_hypervisor_configuration R Documentation

Tests your hypervisor configuration to validate that backup gateway can connect with the hypervisor and its resources

Description

Tests your hypervisor configuration to validate that backup gateway can connect with the hypervisor and its resources.

Usage

backupgateway_test_hypervisor_configuration(GatewayArn, Host, Password,
  Username)

Arguments

GatewayArn

[required] The Amazon Resource Name (ARN) of the gateway to the hypervisor to test.

Host

[required] The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).

Password

The password for the hypervisor.

Username

The username for the hypervisor.

Value

An empty list.

Request syntax

svc$test_hypervisor_configuration(
  GatewayArn = "string",
  Host = "string",
  Password = "string",
  Username = "string"
)