Skip to content

Update Hypervisor

backupgateway_update_hypervisor R Documentation

Updates a hypervisor metadata, including its host, username, and password

Description

Updates a hypervisor metadata, including its host, username, and password. Specify which hypervisor to update using the Amazon Resource Name (ARN) of the hypervisor in your request.

Usage

backupgateway_update_hypervisor(HypervisorArn, Host, Username, Password,
  Name, LogGroupArn)

Arguments

HypervisorArn

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

Host

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

Username

The updated username for the hypervisor.

Password

The updated password for the hypervisor.

Name

The updated name for the hypervisor

LogGroupArn

The Amazon Resource Name (ARN) of the group of gateways within the requested log.

Value

A list with the following syntax:

list(
  HypervisorArn = "string"
)

Request syntax

svc$update_hypervisor(
  HypervisorArn = "string",
  Host = "string",
  Username = "string",
  Password = "string",
  Name = "string",
  LogGroupArn = "string"
)