Interface VolumeBackup

    • Method Detail

      • getName

        String getName()
        Returns:
        the name of the Volume Transfer.
      • getDescription

        String getDescription()
        Returns:
        the description of the volume backup
      • getVolumeId

        String getVolumeId()
        Returns:
        The UUID of the volume.
      • getContainer

        String getContainer()
        Returns:
        The container name or null.
      • isIncremental

        Boolean isIncremental()
        Returns:
        The backup mode. A valid value is true for incremental backup mode or false for full backup mode
      • getZone

        String getZone()
        Returns:
        the zone of availability to use
      • getSize

        int getSize()
        Returns:
        The size of the volume, in gibibytes (GiB).
      • getCreated

        Date getCreated()
        Returns:
        the created date of the volume
      • getFailReason

        String getFailReason()
        Returns:
        If the backup failed, the reason for the failure. Otherwise, null.
      • getObjectCount

        int getObjectCount()
        Returns:
        The number of objects in the backup.
      • hasDependent

        Boolean hasDependent()
        Returns:
        True if the backup depends on other backups.
      • getSnapshotId

        String getSnapshotId()
        Returns:
        If the backup was created from snapshot, the snapshot id. Otherwise, null.