Direct Known Subclasses:
Evault

@ApiType("SoftLayer_Network_Storage_Backup")
public class Backup
extends Storage
The SoftLayer_Network_Storage_Backup contains general information regarding a Storage backup service such as account id, username, maximum capacity, password, Storage's product type and the server id.
See Also:
SoftLayer_Network_Storage_Backup
  • Field Details

    • currentCyclePeakUsage

      @ApiProperty protected Long currentCyclePeakUsage
      Peak number of bytes used in the vault for the current billing cycle.
    • previousCyclePeakUsage

      @ApiProperty protected Long previousCyclePeakUsage
      Peak number of bytes used in the vault for the previous billing cycle.
  • Constructor Details

    • Backup

      public Backup()
  • Method Details

    • getCurrentCyclePeakUsage

      public Long getCurrentCyclePeakUsage()
    • setCurrentCyclePeakUsage

      public void setCurrentCyclePeakUsage​(Long currentCyclePeakUsage)
    • getPreviousCyclePeakUsage

      public Long getPreviousCyclePeakUsage()
    • setPreviousCyclePeakUsage

      public void setPreviousCyclePeakUsage​(Long previousCyclePeakUsage)