DiskImageDetail

Describes a disk image.

Types

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

Properties

Link copied to clipboard
val bytes: Long?

The size of the disk image, in GiB.

Link copied to clipboard

The disk image format.

Link copied to clipboard

A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.

Functions

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