| Package | Description |
|---|---|
| com.vmware.nsx_policy.infra.antrea.traceflows | |
| com.vmware.nsx_policy.model |
| Modifier and Type | Method and Description |
|---|---|
AntreaTraceflowObservationListResult |
ObservationsStub.list(java.lang.String traceflowId,
java.lang.String enforcementPointPath) |
AntreaTraceflowObservationListResult |
Observations.list(java.lang.String traceflowId,
java.lang.String enforcementPointPath)
Read Antrea traceflow observations for id traceflow-id
|
AntreaTraceflowObservationListResult |
ObservationsStub.list(java.lang.String traceflowId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
AntreaTraceflowObservationListResult |
Observations.list(java.lang.String traceflowId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read Antrea traceflow observations for id traceflow-id
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObservationsStub.list(java.lang.String traceflowId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<AntreaTraceflowObservationListResult> asyncCallback) |
void |
Observations.list(java.lang.String traceflowId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<AntreaTraceflowObservationListResult> asyncCallback)
Read Antrea traceflow observations for id traceflow-id
|
void |
ObservationsStub.list(java.lang.String traceflowId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<AntreaTraceflowObservationListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Observations.list(java.lang.String traceflowId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<AntreaTraceflowObservationListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read Antrea traceflow observations for id traceflow-id
|
| Modifier and Type | Method and Description |
|---|---|
static AntreaTraceflowObservationListResult |
AntreaTraceflowObservationListResult._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 AntreaTraceflowObservationListResult |
AntreaTraceflowObservationListResult._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
AntreaTraceflowObservationListResult |
AntreaTraceflowObservationListResult.Builder.build() |