Update README.md

This commit is contained in:
Akkariin Meiko
2018-09-28 15:10:49 +08:00
committed by GitHub
Unverified
parent dafbbede97
commit 1e3211781a
+1 -1
View File
@@ -90,7 +90,7 @@ String cloneVM ( Name, New name, New disk path )
#### Set the virtual machine network #### Set the virtual machine network
This method can control the virtual machine network. This method can control the virtual machine network.
The third param is Boolean type, if you give it a true value, the network will going start, else the network will going off. The third param is Boolean type, if you give it a true value, the network will enable, else the network will disable.
```php ```php
String setNetwork ( Server, Network name, Status ) String setNetwork ( Server, Network name, Status )
``` ```