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