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