SnapshotImportDiskContainer

data class SnapshotImportDiskContainer(val description: String? = null, val format: String, val url: String? = null, val userBucket: SnapshotImportDiskContainerUserBucket? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, format: String, url: String? = null, userBucket: SnapshotImportDiskContainerUserBucket? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the disk image being imported.

Link copied to clipboard

The format of the disk image being imported. One of VHD or VMDK.

Link copied to clipboard
val url: String? = null

The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..). One of url or user_bucket must be set.

Link copied to clipboard

The Amazon S3 bucket for the disk image. One of url or user_bucket must be set. Detailed below.