. * * @author Julien Fontanet * @license http://www.gnu.org/licenses/gpl-3.0-standalone.html GPLv3 * * @package Xen Orchestra Server */ namespace Bean; /** * */ final class Network extends BeanAbstract { protected static $_fields; } Network::init(array( 'id', 'uuid', 'allowed_operations' => true, 'blobs' => true, 'bridge', 'current_operations' => true, 'default_locking_mode', 'MTU', 'name_description', 'name_label', 'other_config' => true, 'PIFs' => true, 'tags' => true, 'VIFs' => true, ));