com.emc.storageos.model.network.SanZonesDeleteParam Maven / Gradle / Ivy
/*
* Copyright (c) 2015 EMC Corporation
* All Rights Reserved
*/
package com.emc.storageos.model.network;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name = "san_zones_delete")
public class SanZonesDeleteParam extends SanZones {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy