Method | Description | |
---|---|---|
ServerImage ( object _apiUrl = null, object _apiKey = null ) : System | ||
Show ( string server_id ) : |
Returns information about a server's image.
|
|
Update ( |
Reinstalls a new image into a server.
|
public ServerImage ( object _apiUrl = null, object _apiKey = null ) : System | ||
_apiUrl | object | |
_apiKey | object | |
return | System |
public Show ( string server_id ) : |
||
server_id | string | Unique server's identifier. |
return |
public Update ( |
||
image | ||
server_id | string | Unique server's identifier. |
return |