public class ResultStub extends com.vmware.vapi.internal.bindings.Stub implements Result
Result
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
ResultStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
ResultStub(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 |
---|---|
LiveTraceResult |
get(java.lang.String livetraceId,
java.lang.String enforcementPointPath)
Read result for a livetrace config with the specified identifier.
|
void |
get(java.lang.String livetraceId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceResult> asyncCallback)
Read result for a livetrace config with the specified identifier.
|
void |
get(java.lang.String livetraceId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read result for a livetrace config with the specified identifier.
|
LiveTraceResult |
get(java.lang.String livetraceId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read result for a livetrace config with the specified identifier.
|
public ResultStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
public ResultStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
public LiveTraceResult get(java.lang.String livetraceId, java.lang.String enforcementPointPath)
Result
Synchronous method overload. Result of the invocation will be reported as a method return value.
public LiveTraceResult get(java.lang.String livetraceId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Result
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(java.lang.String livetraceId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceResult> asyncCallback)
Result
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.nsx_policy.model.LiveTraceResult
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 livetraceId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Result
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:
com.vmware.nsx_policy.model.LiveTraceResult
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found