VirtualMachine

A virtual machine that is on a hypervisor.

Types

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

Properties

Link copied to clipboard

The host name of the virtual machine.

Link copied to clipboard

The ID of the virtual machine's hypervisor.

Link copied to clipboard

The most recent date a virtual machine was backed up, in Unix format and UTC time.

Link copied to clipboard
val name: String?

The name of the virtual machine.

Link copied to clipboard
val path: String?

The path of the virtual machine.

Link copied to clipboard

The Amazon Resource Name (ARN) of the virtual machine. For example, arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL.

Functions

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