-
Methodenübersicht
void
Returns the configuration for the virtualized extension.
void
Creates a new virtualized input/output.
void
Detaches a Virtualized input/output from its associated resources.
void
Edits the given virtualized input/output.
void
Executes a command on the specified virtualized input/output.
void
Kills the specified virtualized input/output.
void
Pauses the specified virtualized input/output.
void
Removes the given virtualized input/output.
void
Resets the virtualized input/output.
void
Resumes the specified virtualized input/output.
void
Starts the virtualized input/output.
Calculates the statistics for the given virtualized input/output.
Returns the status of the given virtualized input/output.
void
Stops the given virtualized input/output.
Creates a VNC WebSocket Socket object for the given Virtualized object.
-
Methodendetails
-
create
Creates a new virtualized input/output.
- Parameter:
virtualizedIO
- The virtualized input/output to be created.
- Löst aus:
Exception
- If an error occurs while creating the virtualized input/output.
-
remove
void remove(Virtualized virtualizedIO,
boolean disksIO,
boolean forceIO)
Removes the given virtualized input/output. Optionally, it can also remove associated disks and force the removal if needed.
- Parameter:
virtualizedIO
- The virtualized input/output to be removed.
disksIO
- Determines whether to remove associated disks or not.
forceIO
- Determines whether to force the removal or not.
-
stop
Stops the given virtualized input/output.
- Parameter:
virtualizedIO
- The virtualized input/output to be stopped.
- Löst aus:
Exception
- If an error occurs while stopping the virtualized input/output.
-
start
Starts the virtualized input/output.
- Parameter:
virtualizedIO
- The virtualized input/output to be started.
-
kill
Kills the specified virtualized input/output.
- Parameter:
virtualizedIO
- The virtualized input/output to be killed.
-
pause
Pauses the specified virtualized input/output.
- Parameter:
virtualizedIO
- The virtualized input/output to be paused.
-
resume
Resumes the specified virtualized input/output.
- Parameter:
virtualizedIO
- The virtualized input/output to be resumed.
-
reset
Resets the virtualized input/output.
- Parameter:
virtualizedIO
- The virtualized input/output to be reset.
-
status
Returns the status of the given virtualized input/output.
- Parameter:
virtualizedIO
- The virtualized input/output to get the status of.
- Gibt zurück:
- The status of the given virtualized input/output.
-
edit
Edits the given virtualized input/output.
- Parameter:
virtualizedIO
- The virtualized input/output to be edited.
-
attach
- Parameter:
virtualizedIO
- The virtualized input/output to be attached.
consoleIO
- The process console for input/output to attach to.
-
detach
Detaches a Virtualized input/output from its associated resources.
- Parameter:
virtualizedIO
- The Virtualized input/output to be detached.
-
execute
Executes a command on the specified virtualized input/output.
- Parameter:
virtualizedIO
- The virtualized input/output on which to execute the command.
commandIO
- The command to execute.
-
vnc
Creates a VNC WebSocket Socket object for the given Virtualized object.
- Parameter:
virtualized
- The Virtualized object to create a VNCSocket for.
- Gibt zurück:
- A VNCSocket object.
-
stats
Calculates the statistics for the given virtualized input/output.
- Parameter:
virtualizedIO
- The virtualized input/output for which the statistics need to be calculated.
- Gibt zurück:
- The statistics for the given virtualized input/output.
-
logback
- Parameter:
virtualizedIO
- The Virtualized
object to be logged.
- Gibt zurück:
- The log message generated from the
Virtualized
object.
-
config
Returns the configuration for the virtualized extension.
- Gibt zurück:
- The configuration for the virtualized extension.