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 AntreaTraceflowStatusStatus. get(java.lang.String traceflowId, java.lang.String enforcementPointPath)Read Antrea traceflow status with id traceflow-idAntreaTraceflowStatusStatus. get(java.lang.String traceflowId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read Antrea traceflow status with id traceflow-idAntreaTraceflowStatusStatusStub. get(java.lang.String traceflowId, java.lang.String enforcementPointPath)AntreaTraceflowStatusStatusStub. 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 voidStatus. get(java.lang.String traceflowId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<AntreaTraceflowStatus> asyncCallback)Read Antrea traceflow status with id traceflow-idvoidStatus. 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-idvoidStatusStub. get(java.lang.String traceflowId, java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<AntreaTraceflowStatus> asyncCallback)voidStatusStub. 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 AntreaTraceflowStatusAntreaTraceflowStatus. _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 AntreaTraceflowStatusAntreaTraceflowStatus. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.AntreaTraceflowStatusAntreaTraceflowStatus.Builder. build()
-