ApplicationApplicationConfigurationRunConfigurationApplicationRestoreConfiguration

data class ApplicationApplicationConfigurationRunConfigurationApplicationRestoreConfiguration(val applicationRestoreType: String? = null, val snapshotName: String? = null)

Constructors

constructor(applicationRestoreType: String? = null, snapshotName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies how the application should be restored. Valid values: RESTORE_FROM_CUSTOM_SNAPSHOT, RESTORE_FROM_LATEST_SNAPSHOT, SKIP_RESTORE_FROM_SNAPSHOT.

Link copied to clipboard
val snapshotName: String? = null

The identifier of an existing snapshot of application state to use to restart an application. The application uses this value if RESTORE_FROM_CUSTOM_SNAPSHOT is specified for application_restore_type.