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.

Represents the hypervisor's permissions to which the gateway will connect.

A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.

Inheritance Hierarchy

System.Object
  Amazon.BackupGateway.Model.Hypervisor

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

Syntax

C#
public class Hypervisor

The Hypervisor type exposes the following members

Constructors

NameDescription
Public Method Hypervisor()

Properties

NameTypeDescription
Public Property Host System.String

Gets and sets the property Host.

The server 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.

Public Property KmsKeyArn System.String

Gets and sets the property KmsKeyArn.

The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.

Public Property Name System.String

Gets and sets the property Name.

The name of the hypervisor.

Public Property State Amazon.BackupGateway.HypervisorState

Gets and sets the property State.

The state of 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