Uses of Class
com.vmware.nsx_policy.model.AntreaTraceflowObservationListResult
-
Packages that use AntreaTraceflowObservationListResult Package Description com.vmware.nsx_policy.infra.antrea.traceflows com.vmware.nsx_policy.model -
-
Uses of AntreaTraceflowObservationListResult in com.vmware.nsx_policy.infra.antrea.traceflows
Methods in com.vmware.nsx_policy.infra.antrea.traceflows that return AntreaTraceflowObservationListResult Modifier and Type Method Description AntreaTraceflowObservationListResult
Observations. list(java.lang.String traceflowId, java.lang.String enforcementPointPath)
Read Antrea traceflow observations for id traceflow-idAntreaTraceflowObservationListResult
Observations. list(java.lang.String traceflowId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read Antrea traceflow observations for id traceflow-idAntreaTraceflowObservationListResult
ObservationsStub. list(java.lang.String traceflowId, java.lang.String enforcementPointPath)
AntreaTraceflowObservationListResult
ObservationsStub. list(java.lang.String traceflowId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.antrea.traceflows with type arguments of type AntreaTraceflowObservationListResult Modifier and Type Method Description 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-idvoid
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-idvoid
ObservationsStub. list(java.lang.String traceflowId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<AntreaTraceflowObservationListResult> asyncCallback)
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)
-
Uses of AntreaTraceflowObservationListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return AntreaTraceflowObservationListResult Modifier and Type Method 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()
-