public class ModulesStub extends com.vmware.vapi.internal.bindings.Stub implements Modules
Modules
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
ModulesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
ModulesStub(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 |
|---|---|
SoftwareModuleResult |
get(java.lang.String nodeId)
Get the module details of a transport node
This api is now deprecated. |
void |
get(java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<SoftwareModuleResult> asyncCallback)
Get the module details of a transport node
This api is now deprecated. |
void |
get(java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<SoftwareModuleResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the module details of a transport node
This api is now deprecated. |
SoftwareModuleResult |
get(java.lang.String nodeId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the module details of a transport node
This api is now deprecated. |
public ModulesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ModulesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public SoftwareModuleResult get(java.lang.String nodeId)
ModulesSynchronous method overload. Result of the invocation will be reported as a method return value.
public SoftwareModuleResult get(java.lang.String nodeId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ModulesSynchronous 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(java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<SoftwareModuleResult> asyncCallback)
ModulesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.SoftwareModuleResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void get(java.lang.String nodeId,
com.vmware.vapi.bindings.client.AsyncCallback<SoftwareModuleResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ModulesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.SoftwareModuleResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found