ImportImageTask

Describes an import image task.

Types

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

Properties

Link copied to clipboard

The architecture of the virtual machine.

Link copied to clipboard

The boot mode of the virtual machine.

Link copied to clipboard

A description of the import task.

Link copied to clipboard

Indicates whether the image is encrypted.

Link copied to clipboard

The target hypervisor for the import task.

Link copied to clipboard

The ID of the Amazon Machine Image (AMI) of the imported virtual machine.

Link copied to clipboard

The ID of the import image task.

Link copied to clipboard

The identifier for the KMS key that was used to create the encrypted image.

Link copied to clipboard

The ARNs of the license configurations that are associated with the import image task.

Link copied to clipboard

The license type of the virtual machine.

Link copied to clipboard

The description string for the import image task.

Link copied to clipboard

The percentage of progress of the import image task.

Link copied to clipboard

Information about the snapshots.

Link copied to clipboard

A brief status for the import image task.

Link copied to clipboard

A descriptive status message for the import image task.

Link copied to clipboard
val tags: List<Tag>?

The tags for the import image task.

Link copied to clipboard

The usage operation value.

Functions

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