Actualización
This commit is contained in:
29
plugin/bbb/lib/vm/VMInterface.php
Normal file
29
plugin/bbb/lib/vm/VMInterface.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
/* For licensing terms, see /license.txt */
|
||||
|
||||
/**
|
||||
* Interface VirtualMachineInterface
|
||||
*/
|
||||
interface VirtualMachineInterface
|
||||
{
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
function connect();
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
function runCron();
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
function resizeToMaxLimit();
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
function resizeToMinLimit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user