ExportToS3Task

Describes the format and location for the export task.

Types

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

Properties

Link copied to clipboard

The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.

Link copied to clipboard

The format for the exported image.

Link copied to clipboard

The Amazon S3 bucket for the destination image. The destination bucket must exist and have an access control list (ACL) attached that specifies the Region-specific canonical account ID for the Grantee. For more information about the ACL to your S3 bucket, see Prerequisites in the VM Import/Export User Guide.

Link copied to clipboard

The encryption key for your S3 bucket.

Functions

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