OlvmDisplay.Builder |
OlvmDisplay.Builder.address(String address) |
The IP address of the guest to connect the graphic console client to.
|
static OlvmDisplay.Builder |
OlvmDisplay.builder() |
Create a new builder.
|
OlvmDisplay.Builder |
OlvmDisplay.Builder.certificate(OlvmCertificate certificate) |
|
OlvmDisplay.Builder |
OlvmDisplay.Builder.copy(OlvmDisplay model) |
|
OlvmDisplay.Builder |
OlvmDisplay.Builder.disconnectAction(String disconnectAction) |
Returns the action that will take place when the graphic console is disconnected.
|
OlvmDisplay.Builder |
OlvmDisplay.Builder.disconnectActionDelayInMinutes(Integer disconnectActionDelayInMinutes) |
Delay (in minutes) before the graphic console disconnect action is carried out.
|
OlvmDisplay.Builder |
OlvmDisplay.Builder.displayType(OlvmDisplay.DisplayType displayType) |
The graphic console protocol type.
|
OlvmDisplay.Builder |
OlvmDisplay.Builder.isAllowOverride(Boolean isAllowOverride) |
Indicates if to override the display address per host.
|
OlvmDisplay.Builder |
OlvmDisplay.Builder.isCopyPasteEnabled(Boolean isCopyPasteEnabled) |
Indicates whether a user is able to copy and paste content from an external host into the
graphic console.
|
OlvmDisplay.Builder |
OlvmDisplay.Builder.isFileTransferEnabled(Boolean isFileTransferEnabled) |
Indicates if a user is able to drag and drop files from an external host into the graphic
console.
|
OlvmDisplay.Builder |
OlvmDisplay.Builder.isSingleQxlPci(Boolean isSingleQxlPci) |
The engine now sets it automatically according to the operating system.
|
OlvmDisplay.Builder |
OlvmDisplay.Builder.keyboardLayout(String keyboardLayout) |
The keyboard layout to use with this graphic console.
|
OlvmDisplay.Builder |
OlvmDisplay.Builder.monitors(Integer monitors) |
The number of monitors opened for this graphic console.
|
OlvmDisplay.Builder |
OlvmDisplay.Builder.port(Integer port) |
The port address on the guest to connect the graphic console client to
|
OlvmDisplay.Builder |
OlvmDisplay.Builder.proxy(String proxy) |
The proxy IP which will be used by the graphic console client to connect to the guest.
|
OlvmDisplay.Builder |
OlvmDisplay.Builder.securePort(Integer securePort) |
The secured port address on the guest, in case of using TLS, to connect the graphic
console client to.
|
OlvmDisplay.Builder |
OlvmDisplay.toBuilder() |
|