SnapshotImportDiskContainerArgs

data class SnapshotImportDiskContainerArgs(val description: Output<String>? = null, val format: Output<String>, val url: Output<String>? = null, val userBucket: Output<SnapshotImportDiskContainerUserBucketArgs>? = null) : ConvertibleToJava<SnapshotImportDiskContainerArgs>

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, format: Output<String>, url: Output<String>? = null, userBucket: Output<SnapshotImportDiskContainerUserBucketArgs>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

The description of the disk image being imported.

Link copied to clipboard
val format: Output<String>

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

Link copied to clipboard
val url: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): SnapshotImportDiskContainerArgs