apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
DcuiStub(ApiProvider apiProvider,
StubConfigurationBase config) |
DcuiStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
boolean |
get()
Get enabled state of Direct Console User Interface (DCUI TTY2).
|
void |
get(AsyncCallback<java.lang.Boolean> asyncCallback)
Get enabled state of Direct Console User Interface (DCUI TTY2).
|
void |
get(AsyncCallback<java.lang.Boolean> asyncCallback,
InvocationConfig invocationConfig)
Get enabled state of Direct Console User Interface (DCUI TTY2).
|
boolean |
get(InvocationConfig invocationConfig)
Get enabled state of Direct Console User Interface (DCUI TTY2).
|
void |
set(boolean enabled)
Set enabled state of Direct Console User Interface (DCUI TTY2).
|
void |
set(boolean enabled,
AsyncCallback<java.lang.Void> asyncCallback)
Set enabled state of Direct Console User Interface (DCUI TTY2).
|
void |
set(boolean enabled,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
Set enabled state of Direct Console User Interface (DCUI TTY2).
|
void |
set(boolean enabled,
InvocationConfig invocationConfig)
Set enabled state of Direct Console User Interface (DCUI TTY2).
|
public DcuiStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public DcuiStub(ApiProvider apiProvider, StubConfigurationBase config)
public void set(boolean enabled)
Dcui
Synchronous method overload. Result of the invocation will be reported as a method return value.
public void set(boolean enabled, InvocationConfig invocationConfig)
Dcui
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
public void set(boolean enabled, AsyncCallback<java.lang.Void> asyncCallback)
Dcui
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Operation Errors:
Error
- Generic error
public void set(boolean enabled, AsyncCallback<java.lang.Void> asyncCallback, InvocationConfig invocationConfig)
Dcui
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Operation Errors:
Error
- Generic error
public boolean get()
Dcui
Synchronous method overload. Result of the invocation will be reported as a method return value.
public boolean get(InvocationConfig invocationConfig)
Dcui
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
public void get(AsyncCallback<java.lang.Boolean> asyncCallback)
Dcui
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
DCUI is enabled.
Operation Errors:
Error
- Generic error
public void get(AsyncCallback<java.lang.Boolean> asyncCallback, InvocationConfig invocationConfig)
Dcui
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Invocation Result:
DCUI is enabled.
Operation Errors:
Error
- Generic error