Package | Description |
---|---|
com.vmware.nsx_policy.infra.livetraces | |
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
LiveTraceResult |
ResultStub.get(java.lang.String livetraceId,
java.lang.String enforcementPointPath) |
LiveTraceResult |
Result.get(java.lang.String livetraceId,
java.lang.String enforcementPointPath)
Read result for a livetrace config with the specified identifier.
|
LiveTraceResult |
ResultStub.get(java.lang.String livetraceId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
LiveTraceResult |
Result.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.
|
Modifier and Type | Method and Description |
---|---|
void |
ResultStub.get(java.lang.String livetraceId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceResult> asyncCallback) |
void |
Result.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 |
ResultStub.get(java.lang.String livetraceId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Result.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.
|
Modifier and Type | Method and Description |
---|---|
static LiveTraceResult |
LiveTraceResult._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static LiveTraceResult |
LiveTraceResult._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
LiveTraceResult |
LiveTraceResult.Builder.build() |