Hypervisor

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val host: String?

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

Link copied to clipboard

The Amazon Resource Name (ARN) of the hypervisor.

Link copied to clipboard

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

Link copied to clipboard
val name: String?

The name of the hypervisor.

Link copied to clipboard

The state of the hypervisor.

Functions

Link copied to clipboard
inline fun copy(block: Hypervisor.Builder.() -> Unit = {}): Hypervisor
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String