Class Backup

    • Constructor Detail

      • Backup

        public Backup()
        The default constructor
      • Backup

        public Backup​(java.util.UUID cid,
                      java.lang.String... workflows)
        Constructor with a client ID and an array of workflows
        Parameters:
        cid - the client ID
        workflows - the workflows
      • Backup

        public Backup​(java.util.UUID cid,
                      WorkflowQueue workflows)
        Constructor with a client ID and a workflow queue
    • Method Detail

      • getSnapshotName

        public java.lang.String getSnapshotName()
        Get the name of the snapshot that should be created.

        If no name is specified, a name will be automatically selected as needed if applicable.

      • setSnapshotName

        public void setSnapshotName​(java.lang.String value)
        Set the name of the snapshot that should be created.

        If no name is specified, a name will be automatically selected as needed if applicable.