Class ConsoleOutput
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.ConsoleOutput
-
- All Implemented Interfaces:
Serializable,ModelEntity
public class ConsoleOutput extends Object implements ModelEntity
A wrapper model class to return the console output from a server- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConsoleOutput()
-
-
-
Method Detail
-
getOutput
public String getOutput()
- Returns:
- the console output from a VM/Server or null
-
-