apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
DcuiStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
DcuiStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
boolean |
get()
Get enabled state of Direct Console User Interface (DCUI TTY2).
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Boolean> asyncCallback)
Get enabled state of Direct Console User Interface (DCUI TTY2).
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Boolean> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get enabled state of Direct Console User Interface (DCUI TTY2).
|
boolean |
get(com.vmware.vapi.bindings.client.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,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Set enabled state of Direct Console User Interface (DCUI TTY2).
|
void |
set(boolean enabled,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Set enabled state of Direct Console User Interface (DCUI TTY2).
|
void |
set(boolean enabled,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Set enabled state of Direct Console User Interface (DCUI TTY2).
|
public DcuiStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
public DcuiStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.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, com.vmware.vapi.bindings.client.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, com.vmware.vapi.bindings.client.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, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.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(com.vmware.vapi.bindings.client.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(com.vmware.vapi.bindings.client.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(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Boolean> asyncCallback, com.vmware.vapi.bindings.client.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