SnapshotImportClientDataArgs

data class SnapshotImportClientDataArgs(val comment: Output<String>? = null, val uploadEnd: Output<String>? = null, val uploadSize: Output<Double>? = null, val uploadStart: Output<String>? = null) : ConvertibleToJava<SnapshotImportClientDataArgs>

Constructors

Link copied to clipboard
constructor(comment: Output<String>? = null, uploadEnd: Output<String>? = null, uploadSize: Output<Double>? = null, uploadStart: Output<String>? = null)

Properties

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

A user-defined comment about the disk upload.

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

The time that the disk upload ends.

Link copied to clipboard
val uploadSize: Output<Double>? = null

The size of the uploaded disk image, in GiB.

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

The time that the disk upload starts.

Functions

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