@ApiType("SoftLayer_Network_Storage_Replicant")
public class Replicant
extends Storage
See Also:
SoftLayer_Network_Storage_Replicant
  • Field Details

    • failbackInProgressFlag

      @ApiProperty protected String failbackInProgressFlag
      When a replicant is in the process of synchronizing with the parent volume this flag will be true.
    • volumeName

      @ApiProperty protected String volumeName
      The volume name for a replicant.
  • Constructor Details

    • Replicant

      public Replicant()
  • Method Details

    • getFailbackInProgressFlag

      public String getFailbackInProgressFlag()
    • setFailbackInProgressFlag

      public void setFailbackInProgressFlag​(String failbackInProgressFlag)
    • getVolumeName

      public String getVolumeName()
    • setVolumeName

      public void setVolumeName​(String volumeName)