CheckpointArgs

data class CheckpointArgs(val checkpointID: Output<String>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val parentCheckpointID: Output<String>? = null) : ConvertibleToJava<CheckpointArgs>

Defines the resource properties.

Constructors

Link copied to clipboard
constructor(checkpointID: Output<String>? = null, description: Output<String>? = null, name: Output<String>? = null, parentCheckpointID: Output<String>? = null)

Properties

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

Gets ID of the checkpoint.

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

Gets description of the checkpoint.

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

Gets name of the checkpoint.

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

Gets ID of parent of the checkpoint.

Functions

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