SnapshotArgs

data class SnapshotArgs(val description: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val volumeId: Output<String>? = null) : ConvertibleToJava<SnapshotArgs>

Takes a snapshot of a boot volume. Returns INVALID_ARGUMENT if called for a non-boot volume.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, volumeId: Output<String>? = null)

Properties

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

The description of the snapshot.

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

The name of the snapshot.

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

Functions

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