. * * @author Julien Fontanet * @license http://www.gnu.org/licenses/gpl-3.0-standalone.html GPLv3 * * @package Xen Orchestra Server */ namespace Bean; /** * */ final class PIF extends BeanAbstract { protected static $_fields; } PIF::init(array( 'id', 'uuid', 'bond_master_of' => true, 'bond_slave_of', 'currently_attached', 'device', 'disallow_unplug', 'DNS', 'gateway', 'host', 'IP', 'ip_configuration_mode', 'IPv6' => true, 'ipv6_configuration_mode', 'ipv6_gateway', 'MAC', 'management', 'metrics', 'MTU', 'netmask', 'network', 'other_config' => true, 'physical', 'primary_address_type', 'tunnel_access_PIF_of' => true, 'tunnel_transport_PIF_of' => true, 'VLAN', 'VLAN_master_of', 'VLAN_slave_of' => true, ));