Application Application Configuration Run Configuration Application Restore Configuration
data class ApplicationApplicationConfigurationRunConfigurationApplicationRestoreConfiguration(val applicationRestoreType: String? = null, val snapshotName: String? = null)
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
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.