. * * @author Julien Fontanet * @license http://www.gnu.org/licenses/gpl-3.0-standalone.html GPLv3 * * @package Xen Orchestra Server */ namespace Bean; /** * */ final class SR extends BeanAbstract { protected static $_fields; } SR::init(array( 'id', 'uuid', 'PBDs' => true, 'VDIs' => true, 'allowed_operations' => true, 'blobs' => true, 'content_type', 'current_operations' => true, 'introduced_by', 'local_cache_enabled', 'name_description', 'name_label', 'other_config' => true, 'physical_size', 'physical_utilisation', 'shared', 'sm_config' => true, 'tags' => true, 'type', 'virtual_allocation', ));