@ApiType("SoftLayer_Network_Storage_Backup_Evault_Version6")
public class Version6
extends Evault
The SoftLayer_Network_Storage_Backup_Evault_Version6 contains the same properties as the SoftLayer_Network_Storage_Backup_Evault. Additional properties available for the EVault Storage type: softwareComponent, totalBytesUsed, backupJobDetails, restoreJobDetails and agentStatuses
See Also:
SoftLayer_Network_Storage_Backup_Evault_Version6
  • Field Details

    • agentStatuses

      @ApiProperty protected List<AgentStatus> agentStatuses
      Statuses (most of the time will be one status) for the agent tied to the EVault Storage services.
    • backupJobDetails

      @ApiProperty protected List<JobDetails> backupJobDetails
      All the of the backup jobs for the EVault Storage account.
    • pluginBillingItems

      @ApiProperty protected List<Item> pluginBillingItems
      The billing items for plugins tied to the EVault Storage service.
    • restoreJobDetails

      @ApiProperty protected List<JobDetails> restoreJobDetails
      All the of the restore jobs for the EVault Storage account.
    • softwareComponent

      @ApiProperty protected Component softwareComponent
      The software component for the EVault base client.
    • tasks

      @ApiProperty protected List<Task> tasks
      Retrieve the task information for the EVault Storage service.
    • agentStatusCount

      @ApiProperty protected Long agentStatusCount
      A count of statuses (most of the time will be one status) for the agent tied to the EVault Storage services.
    • backupJobDetailCount

      @ApiProperty protected Long backupJobDetailCount
      A count of all the of the backup jobs for the EVault Storage account.
    • pluginBillingItemCount

      @ApiProperty protected Long pluginBillingItemCount
      A count of the billing items for plugins tied to the EVault Storage service.
    • restoreJobDetailCount

      @ApiProperty protected Long restoreJobDetailCount
      A count of all the of the restore jobs for the EVault Storage account.
    • taskCount

      @ApiProperty protected Long taskCount
      A count of retrieve the task information for the EVault Storage service.
  • Constructor Details

    • Version6

      public Version6()
  • Method Details

    • getAgentStatuses

      public List<AgentStatus> getAgentStatuses()
    • getBackupJobDetails

      public List<JobDetails> getBackupJobDetails()
    • getPluginBillingItems

      public List<Item> getPluginBillingItems()
    • getRestoreJobDetails

      public List<JobDetails> getRestoreJobDetails()
    • getSoftwareComponent

      public Component getSoftwareComponent()
    • setSoftwareComponent

      public void setSoftwareComponent​(Component softwareComponent)
    • getTasks

      public List<Task> getTasks()
    • getAgentStatusCount

      public Long getAgentStatusCount()
    • setAgentStatusCount

      public void setAgentStatusCount​(Long agentStatusCount)
    • getBackupJobDetailCount

      public Long getBackupJobDetailCount()
    • setBackupJobDetailCount

      public void setBackupJobDetailCount​(Long backupJobDetailCount)
    • getPluginBillingItemCount

      public Long getPluginBillingItemCount()
    • setPluginBillingItemCount

      public void setPluginBillingItemCount​(Long pluginBillingItemCount)
    • getRestoreJobDetailCount

      public Long getRestoreJobDetailCount()
    • setRestoreJobDetailCount

      public void setRestoreJobDetailCount​(Long restoreJobDetailCount)
    • getTaskCount

      public Long getTaskCount()
    • setTaskCount

      public void setTaskCount​(Long taskCount)