public class ConsolecliStub extends com.vmware.vapi.internal.bindings.Stub implements Consolecli
Consolecli
API service.
WARNING: Internal class, subject to change in future versions.
| Constructor and Description |
|---|
ConsolecliStub(ApiProvider apiProvider,
StubConfigurationBase config) |
ConsolecliStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
get()
Get enabled state of the console-based controlled CLI (TTY1).
|
void |
get(AsyncCallback<java.lang.Boolean> asyncCallback)
Get enabled state of the console-based controlled CLI (TTY1).
|
void |
get(AsyncCallback<java.lang.Boolean> asyncCallback,
InvocationConfig invocationConfig)
Get enabled state of the console-based controlled CLI (TTY1).
|
boolean |
get(InvocationConfig invocationConfig)
Get enabled state of the console-based controlled CLI (TTY1).
|
void |
set(boolean enabled)
Set enabled state of the console-based controlled CLI (TTY1).
|
void |
set(boolean enabled,
AsyncCallback<java.lang.Void> asyncCallback)
Set enabled state of the console-based controlled CLI (TTY1).
|
void |
set(boolean enabled,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
Set enabled state of the console-based controlled CLI (TTY1).
|
void |
set(boolean enabled,
InvocationConfig invocationConfig)
Set enabled state of the console-based controlled CLI (TTY1).
|
public ConsolecliStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public ConsolecliStub(ApiProvider apiProvider, StubConfigurationBase config)
public void set(boolean enabled)
ConsolecliSynchronous method overload. Result of the invocation will be reported as a method return value.
set in interface Consoleclienabled - Console-based controlled CLI is enabled.public void set(boolean enabled,
InvocationConfig invocationConfig)
ConsolecliSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
set in interface Consoleclienabled - Console-based controlled CLI is enabled.invocationConfig - Configuration for the method invocation.public void set(boolean enabled,
AsyncCallback<java.lang.Void> asyncCallback)
ConsolecliAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Error - Generic error
set in interface Consoleclienabled - Console-based controlled CLI is enabled.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void set(boolean enabled,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
ConsolecliAsynchronous 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
set in interface Consoleclienabled - Console-based controlled CLI is enabled.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public boolean get()
ConsolecliSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface Consoleclipublic boolean get(InvocationConfig invocationConfig)
ConsolecliSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
get in interface ConsolecliinvocationConfig - Configuration for the method invocation.public void get(AsyncCallback<java.lang.Boolean> asyncCallback)
ConsolecliAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
Console-based controlled CLI is enabled.
Operation Errors:
Error - Generic error
get in interface ConsolecliasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(AsyncCallback<java.lang.Boolean> asyncCallback, InvocationConfig invocationConfig)
ConsolecliAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
Console-based controlled CLI is enabled.
Operation Errors:
Error - Generic error
get in interface ConsolecliasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.