/* * Copyright (c) 2008-2013 EMC Corporation * All Rights Reserved */ package com.emc.storageos.model.vpool; public enum ProtectionType { rp, continuous_copy, snapshot, full_copy }