Class Replicant


  • @ApiType("SoftLayer_Network_Storage_Iscsi_EqualLogic_Version3_Replicant")
    public class Replicant
    extends Version3
    An iscsi replicant receives incoming data from an associated iscsi volume. While the replicant is not in failover mode it will not be mountable. Upon failover the replicant can be mounted and used as a normal volume. It is suggested to only do this as part of a disaster recovery plan.
    See Also:
    SoftLayer_Network_Storage_Iscsi_EqualLogic_Version3_Replicant
    • Field Detail

      • failbackInProgressFlag

        @ApiProperty
        protected Boolean 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 an iscsi replicant.
    • Constructor Detail

      • Replicant

        public Replicant()
    • Method Detail

      • getFailbackInProgressFlag

        public Boolean getFailbackInProgressFlag()
      • setFailbackInProgressFlag

        public void setFailbackInProgressFlag​(Boolean failbackInProgressFlag)
      • getVolumeName

        public String getVolumeName()
      • setVolumeName

        public void setVolumeName​(String volumeName)