apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
SshStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
SshStub(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 the SSH-based controlled CLI.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Boolean> asyncCallback)
Get enabled state of the SSH-based controlled CLI.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Boolean> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get enabled state of the SSH-based controlled CLI.
|
boolean |
get(com.vmware.vapi.bindings.client.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,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Set enabled state of the SSH-based controlled CLI.
|
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 the SSH-based controlled CLI.
|
void |
set(boolean enabled,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Set enabled state of the SSH-based controlled CLI.
|
public SshStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
public SshStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.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, com.vmware.vapi.bindings.client.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, com.vmware.vapi.bindings.client.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, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.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(com.vmware.vapi.bindings.client.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(com.vmware.vapi.bindings.client.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(com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Boolean> asyncCallback, com.vmware.vapi.bindings.client.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