AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateHypervisor operation. 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.BackupGateway.AmazonBackupGatewayRequest
      Amazon.BackupGateway.Model.UpdateHypervisorRequest

Namespace: Amazon.BackupGateway.Model
Assembly: AWSSDK.BackupGateway.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateHypervisorRequest : AmazonBackupGatewayRequest
         IAmazonWebServiceRequest

The UpdateHypervisorRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateHypervisorRequest()

Properties

NameTypeDescription
Public Property Host System.String

Gets and sets the property Host.

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

Public Property HypervisorArn System.String

Gets and sets the property HypervisorArn.

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

Public Property LogGroupArn System.String

Gets and sets the property LogGroupArn.

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

Public Property Name System.String

Gets and sets the property Name.

The updated name for the hypervisor

Public Property Password System.String

Gets and sets the property Password.

The updated password for the hypervisor.

Public Property Username System.String

Gets and sets the property Username.

The updated username for the hypervisor.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5