/**
  * Get Snapshot name
  *
  * @return String
  */
 public String getSnapshotName() {
   return snapshot.getName();
 }