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