backupgateway_update_hypervisor: Updates a hypervisor metadata, including its host, username,...

View source: R/backupgateway_operations.R

backupgateway_update_hypervisorR 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.

See https://www.paws-r-sdk.com/docs/backupgateway_update_hypervisor/ for full documentation.

Usage

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

Arguments

Host

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

HypervisorArn

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

LogGroupArn

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

Name

The updated name for the hypervisor

Password

The updated password for the hypervisor.

Username

The updated username for the hypervisor.


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