VmEntitlement

An object that represents a Windows Server License entitlement for a virtual machine in an Amazon EVS environment.

Types

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

Properties

Link copied to clipboard

The unique ID of the connector associated with the entitlement.

Link copied to clipboard

The unique ID of the environment.

Link copied to clipboard

The error details associated with the entitlement, if applicable.

Link copied to clipboard
val lastSyncedAt: <Error class: unknown class>?

The date and time that the entitlement was last synced.

Link copied to clipboard
val startedAt: <Error class: unknown class>?

The date and time that the entitlement started.

Link copied to clipboard

The status of the entitlement.

Link copied to clipboard
val stoppedAt: <Error class: unknown class>?

The date and time that the entitlement stopped.

Link copied to clipboard

The type of entitlement.

Link copied to clipboard
val vmId: String?

The unique ID of the virtual machine.

Link copied to clipboard

The name of the virtual machine.

Functions

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