Class BreakReplicationRequest


  • public final class BreakReplicationRequest
    extends Object
    Break replication request.
    • Constructor Detail

      • BreakReplicationRequest

        public BreakReplicationRequest()
    • Method Detail

      • forceBreakReplication

        public Boolean forceBreakReplication()
        Get the forceBreakReplication property: If replication is in status transferring and you want to force break the replication, set to true.
        Returns:
        the forceBreakReplication value.
      • withForceBreakReplication

        public BreakReplicationRequest withForceBreakReplication​(Boolean forceBreakReplication)
        Set the forceBreakReplication property: If replication is in status transferring and you want to force break the replication, set to true.
        Parameters:
        forceBreakReplication - the forceBreakReplication value to set.
        Returns:
        the BreakReplicationRequest object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.