@ApiType("SoftLayer_Network_Storage_Snapshot")
public class Snapshot
extends Storage
See Also:
SoftLayer_Network_Storage_Snapshot
  • Field Details

    • creationSchedule

      @ApiProperty protected Schedule creationSchedule
      If applicable, the schedule which was executed to create a snapshot.
    • volumeName

      @ApiProperty protected String volumeName
      The volume name for the snapshot.
  • Constructor Details

    • Snapshot

      public Snapshot()
  • Method Details

    • getCreationSchedule

      public Schedule getCreationSchedule()
    • setCreationSchedule

      public void setCreationSchedule​(Schedule creationSchedule)
    • getVolumeName

      public String getVolumeName()
    • setVolumeName

      public void setVolumeName​(String volumeName)