apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
SshStub(ApiProvider apiProvider,
StubConfigurationBase config) |
SshStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
Modifier and Type | Method and Description |
---|---|
boolean |
get()
Get enabled state of the SSH-based controlled CLI.
|
void |
get(AsyncCallback<java.lang.Boolean> asyncCallback)
Get enabled state of the SSH-based controlled CLI.
|
void |
get(AsyncCallback<java.lang.Boolean> asyncCallback,
InvocationConfig invocationConfig)
Get enabled state of the SSH-based controlled CLI.
|
boolean |
get(InvocationConfig invocationConfig)
Get enabled state of the SSH-based controlled CLI.
|
void |
set(boolean enabled)
Set enabled state of the SSH-based controlled CLI.
|
void |
set(boolean enabled,
AsyncCallback<java.lang.Void> asyncCallback)
Set enabled state of the SSH-based controlled CLI.
|
void |
set(boolean enabled,
AsyncCallback<java.lang.Void> asyncCallback,
InvocationConfig invocationConfig)
Set enabled state of the SSH-based controlled CLI.
|
void |
set(boolean enabled,
InvocationConfig invocationConfig)
Set enabled state of the SSH-based controlled CLI.
|
public SshStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public SshStub(ApiProvider apiProvider, StubConfigurationBase config)
public void set(boolean enabled)
Ssh
Synchronous method overload. Result of the invocation will be reported as a method return value.
public void set(boolean enabled, InvocationConfig invocationConfig)
Ssh
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)
Ssh
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)
Ssh
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()
Ssh
Synchronous method overload. Result of the invocation will be reported as a method return value.
public boolean get(InvocationConfig invocationConfig)
Ssh
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)
Ssh
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
SSH-based controlled CLI is enabled.
Operation Errors:
Error
- Generic error
public void get(AsyncCallback<java.lang.Boolean> asyncCallback, InvocationConfig invocationConfig)
Ssh
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:
SSH-based controlled CLI is enabled.
Operation Errors:
Error
- Generic error