java.lang.Object
de.bytestore.hostinger.process.entity.Backup

@Entity(name="host_Backup") public class Backup extends Object
Represents a backup entity within the system. This entity is annotated as a Jmix entity and mapped to the "HOST_BACKUP" table in the database with an index on the "VIRTUALIZED_ID" column. It is designed to hold information about backups that may be associated with a specific process or virtualized entity. The backup entity contains details such as its type, provider, custom configuration information, and metadata about its creation and modification. It also supports relationships to other entities, such as Process and Virtualized.
  • Constructor Details

    • Backup

      public Backup()
  • Method Details