riteshchikatwar

Untitled

Jan 31st, 2020
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. @Override
  2. public Response updateGlusterHealStatus(Action action) {
  3. System.out.println("Inside updateGlusterHealStatus ");
  4. return doAction(ActionType.SyncHealClusterVolumes, new ClusterParametersBase(guid), action);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment