public class TraceflowsStub extends com.vmware.vapi.internal.bindings.Stub implements Traceflows
Traceflows
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
TraceflowsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
TraceflowsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
Traceflow |
create(TraceflowRequest traceflowRequest)
Initiate a Traceflow Operation on the Specified Port
|
void |
create(TraceflowRequest traceflowRequest,
com.vmware.vapi.bindings.client.AsyncCallback<Traceflow> asyncCallback)
Initiate a Traceflow Operation on the Specified Port
|
void |
create(TraceflowRequest traceflowRequest,
com.vmware.vapi.bindings.client.AsyncCallback<Traceflow> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Initiate a Traceflow Operation on the Specified Port
|
Traceflow |
create(TraceflowRequest traceflowRequest,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Initiate a Traceflow Operation on the Specified Port
|
void |
delete(java.lang.String traceflowId)
Delete the Traceflow round
|
void |
delete(java.lang.String traceflowId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete the Traceflow round
|
void |
delete(java.lang.String traceflowId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete the Traceflow round
|
void |
delete(java.lang.String traceflowId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete the Traceflow round
|
Traceflow |
get(java.lang.String traceflowId)
Get the Traceflow round status and result summary
|
void |
get(java.lang.String traceflowId,
com.vmware.vapi.bindings.client.AsyncCallback<Traceflow> asyncCallback)
Get the Traceflow round status and result summary
|
void |
get(java.lang.String traceflowId,
com.vmware.vapi.bindings.client.AsyncCallback<Traceflow> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the Traceflow round status and result summary
|
Traceflow |
get(java.lang.String traceflowId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the Traceflow round status and result summary
|
TraceflowListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.String lportId,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
List all Traceflow rounds; if a logical port id is given as a query parameter,
only those originated from the logical port are returned.
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.String lportId,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<TraceflowListResult> asyncCallback)
List all Traceflow rounds; if a logical port id is given as a query parameter,
only those originated from the logical port are returned.
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.String lportId,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<TraceflowListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all Traceflow rounds; if a logical port id is given as a query parameter,
only those originated from the logical port are returned.
|
TraceflowListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.String lportId,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all Traceflow rounds; if a logical port id is given as a query parameter,
only those originated from the logical port are returned.
|
public TraceflowsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public TraceflowsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public Traceflow create(TraceflowRequest traceflowRequest)
TraceflowsSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface TraceflowstraceflowRequest - (required)public Traceflow create(TraceflowRequest traceflowRequest, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TraceflowsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
create in interface TraceflowstraceflowRequest - (required)invocationConfig - Configuration for the method invocation.public void create(TraceflowRequest traceflowRequest, com.vmware.vapi.bindings.client.AsyncCallback<Traceflow> asyncCallback)
TraceflowsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.Traceflow
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface TraceflowstraceflowRequest - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(TraceflowRequest traceflowRequest, com.vmware.vapi.bindings.client.AsyncCallback<Traceflow> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TraceflowsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.Traceflow
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface TraceflowstraceflowRequest - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void delete(java.lang.String traceflowId)
TraceflowsSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface TraceflowstraceflowId - (required)public void delete(java.lang.String traceflowId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TraceflowsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
delete in interface TraceflowstraceflowId - (required)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String traceflowId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
TraceflowsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
delete in interface TraceflowstraceflowId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String traceflowId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TraceflowsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
delete in interface TraceflowstraceflowId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public Traceflow get(java.lang.String traceflowId)
TraceflowsSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface TraceflowstraceflowId - (required)public Traceflow get(java.lang.String traceflowId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TraceflowsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
get in interface TraceflowstraceflowId - (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String traceflowId,
com.vmware.vapi.bindings.client.AsyncCallback<Traceflow> asyncCallback)
TraceflowsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.Traceflow
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface TraceflowstraceflowId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String traceflowId,
com.vmware.vapi.bindings.client.AsyncCallback<Traceflow> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TraceflowsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.Traceflow
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface TraceflowstraceflowId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public TraceflowListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.String lportId, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
TraceflowsSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface Traceflowscursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)lportId - id of the source logical port where the trace flows originated (optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)public TraceflowListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.String lportId, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TraceflowsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
list in interface Traceflowscursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)lportId - id of the source logical port where the trace flows originated (optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)invocationConfig - Configuration for the method invocation.public void list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.String lportId,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<TraceflowListResult> asyncCallback)
TraceflowsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.TraceflowListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface Traceflowscursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)lportId - id of the source logical port where the trace flows originated (optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.String lportId,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<TraceflowListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
TraceflowsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.TraceflowListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface Traceflowscursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)lportId - id of the source logical port where the trace flows originated (optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.