Class ConsoleOutputOptions
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.ConsoleOutputOptions
-
- All Implemented Interfaces:
Serializable,ModelEntity
public class ConsoleOutputOptions extends Object implements ModelEntity
Represents the get Console Output action with related parameters. It is used to query the console output of a server.- Author:
- Lorenzo Biava
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConsoleOutputOptions()To get the full console output.ConsoleOutputOptions(Integer length)To get the lastlengthlines of the console output.
-
-
-
Constructor Detail
-
ConsoleOutputOptions
public ConsoleOutputOptions()
To get the full console output.
-
ConsoleOutputOptions
public ConsoleOutputOptions(Integer length)
To get the lastlengthlines of the console output.- Parameters:
length- the number of lines to retrieve.
-
-
Method Detail
-
getLength
public Integer getLength()
-
-