HypervisorDetails

These are the details of the specified hypervisor. 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 KMS used to encrypt the hypervisor.

Link copied to clipboard

This is the time when the most recent successful sync of metadata occurred.

Link copied to clipboard

This is the most recent status for the indicated metadata sync.

Link copied to clipboard

This is the most recent status for the indicated metadata sync.

Link copied to clipboard

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

Link copied to clipboard
val name: String?

This is the name of the specified hypervisor.

Link copied to clipboard

This is the current state of the specified hypervisor.

Functions

Link copied to clipboard
inline fun copy(block: HypervisorDetails.Builder.() -> Unit = {}): HypervisorDetails
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