Uses of Class
com.vmware.nsx_policy.model.AntreaTraceflowStatus
-
Packages that use AntreaTraceflowStatus Package Description com.vmware.nsx_policy.infra.antrea.traceflows com.vmware.nsx_policy.model -
-
Uses of AntreaTraceflowStatus in com.vmware.nsx_policy.infra.antrea.traceflows
Methods in com.vmware.nsx_policy.infra.antrea.traceflows that return AntreaTraceflowStatus Modifier and Type Method Description AntreaTraceflowStatus
Status. get(java.lang.String traceflowId, java.lang.String enforcementPointPath)
Read Antrea traceflow status with id traceflow-idAntreaTraceflowStatus
Status. get(java.lang.String traceflowId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read Antrea traceflow status with id traceflow-idAntreaTraceflowStatus
StatusStub. get(java.lang.String traceflowId, java.lang.String enforcementPointPath)
AntreaTraceflowStatus
StatusStub. get(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 AntreaTraceflowStatus Modifier and Type Method Description void
Status. get(java.lang.String traceflowId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<AntreaTraceflowStatus> asyncCallback)
Read Antrea traceflow status with id traceflow-idvoid
Status. get(java.lang.String traceflowId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<AntreaTraceflowStatus> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read Antrea traceflow status with id traceflow-idvoid
StatusStub. get(java.lang.String traceflowId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<AntreaTraceflowStatus> asyncCallback)
void
StatusStub. get(java.lang.String traceflowId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<AntreaTraceflowStatus> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of AntreaTraceflowStatus in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return AntreaTraceflowStatus Modifier and Type Method Description static AntreaTraceflowStatus
AntreaTraceflowStatus. _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 AntreaTraceflowStatus
AntreaTraceflowStatus. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.AntreaTraceflowStatus
AntreaTraceflowStatus.Builder. build()
-