| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.global_infra.traceflows | |
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
Traceflow |
StatusStub.get(java.lang.String traceflowId,
java.lang.String enforcementPointPath) |
Traceflow |
Status.get(java.lang.String traceflowId,
java.lang.String enforcementPointPath)
Read traceflow status with id traceflow-id.
|
Traceflow |
StatusStub.get(java.lang.String traceflowId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Traceflow |
Status.get(java.lang.String traceflowId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read traceflow status with id traceflow-id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusStub.get(java.lang.String traceflowId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<Traceflow> asyncCallback) |
void |
Status.get(java.lang.String traceflowId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<Traceflow> asyncCallback)
Read traceflow status with id traceflow-id.
|
void |
StatusStub.get(java.lang.String traceflowId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<Traceflow> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Status.get(java.lang.String traceflowId,
java.lang.String enforcementPointPath,
com.vmware.vapi.bindings.client.AsyncCallback<Traceflow> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read traceflow status with id traceflow-id.
|
| Modifier and Type | Method and Description |
|---|---|
static Traceflow |
Traceflow._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 Traceflow |
Traceflow._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
Traceflow |
Traceflow.Builder.build() |