class Aws::BackupGateway::Types::TestHypervisorConfigurationInput

@note When making an API call, you may pass TestHypervisorConfigurationInput

data as a hash:

    {
      gateway_arn: "GatewayArn", # required
      host: "Host", # required
      password: "Password",
      username: "Username",
    }

@!attribute [rw] gateway_arn

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

@!attribute [rw] host

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

@!attribute [rw] password

The password for the hypervisor.
@return [String]

@!attribute [rw] username

The username for the hypervisor.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/backup-gateway-2021-01-01/TestHypervisorConfigurationInput AWS API Documentation

Constants

SENSITIVE