ImageDiskContainer

Describes the disk container object for an import image task.

Types

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

Properties

Link copied to clipboard

The description of the disk image.

Link copied to clipboard

The block device mapping for the disk.

Link copied to clipboard

The format of the disk image being imported.

Link copied to clipboard

The ID of the EBS snapshot to be used for importing the snapshot.

Link copied to clipboard
val url: String?

The URL to the Amazon S3-based disk image being imported. The URL can either be a https URL (https://..) or an Amazon S3 URL (s3://..)

Link copied to clipboard

The S3 bucket for the disk image.

Functions

Link copied to clipboard
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