public interface Livetraces extends com.vmware.vapi.bindings.Service, LivetracesTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
LiveTraceConfig |
create(java.lang.String livetraceId,
java.lang.String action)
Restart a livetrace session with the same set of parameters used in creating or
updating of a livetrace config.
|
void |
create(java.lang.String livetraceId,
java.lang.String action,
com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceConfig> asyncCallback)
Restart a livetrace session with the same set of parameters used in creating or
updating of a livetrace config.
|
void |
create(java.lang.String livetraceId,
java.lang.String action,
com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restart a livetrace session with the same set of parameters used in creating or
updating of a livetrace config.
|
LiveTraceConfig |
create(java.lang.String livetraceId,
java.lang.String action,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Restart a livetrace session with the same set of parameters used in creating or
updating of a livetrace config.
|
void |
delete(java.lang.String livetraceId)
Delete livetrace config with the specified identifier.
|
void |
delete(java.lang.String livetraceId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete livetrace config with the specified identifier.
|
void |
delete(java.lang.String livetraceId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete livetrace config with the specified identifier.
|
void |
delete(java.lang.String livetraceId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete livetrace config with the specified identifier.
|
LiveTraceConfig |
get(java.lang.String livetraceId)
Read livetrace config with the specified identifier.
|
void |
get(java.lang.String livetraceId,
com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceConfig> asyncCallback)
Read livetrace config with the specified identifier.
|
void |
get(java.lang.String livetraceId,
com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read livetrace config with the specified identifier.
|
LiveTraceConfig |
get(java.lang.String livetraceId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read livetrace config with the specified identifier.
|
LiveTraceConfigListResult |
list(java.lang.String cursor,
java.lang.Boolean includeMarkForDeleteObjects,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
Get a paginated list of all livetrace config entities.
|
void |
list(java.lang.String cursor,
java.lang.Boolean includeMarkForDeleteObjects,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceConfigListResult> asyncCallback)
Get a paginated list of all livetrace config entities.
|
void |
list(java.lang.String cursor,
java.lang.Boolean includeMarkForDeleteObjects,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceConfigListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get a paginated list of all livetrace config entities.
|
LiveTraceConfigListResult |
list(java.lang.String cursor,
java.lang.Boolean includeMarkForDeleteObjects,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get a paginated list of all livetrace config entities.
|
void |
patch(java.lang.String livetraceId,
LiveTraceConfig liveTraceConfig)
If a livetrace config with the specified identifier is not present, then create
a new livetrace config.
|
void |
patch(java.lang.String livetraceId,
LiveTraceConfig liveTraceConfig,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
If a livetrace config with the specified identifier is not present, then create
a new livetrace config.
|
void |
patch(java.lang.String livetraceId,
LiveTraceConfig liveTraceConfig,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
If a livetrace config with the specified identifier is not present, then create
a new livetrace config.
|
void |
patch(java.lang.String livetraceId,
LiveTraceConfig liveTraceConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
If a livetrace config with the specified identifier is not present, then create
a new livetrace config.
|
LiveTraceConfig |
update(java.lang.String livetraceId,
LiveTraceConfig liveTraceConfig)
If a livetrace config with the specified identifier is not present, then create
a new livetrace config.
|
void |
update(java.lang.String livetraceId,
LiveTraceConfig liveTraceConfig,
com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceConfig> asyncCallback)
If a livetrace config with the specified identifier is not present, then create
a new livetrace config.
|
void |
update(java.lang.String livetraceId,
LiveTraceConfig liveTraceConfig,
com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
If a livetrace config with the specified identifier is not present, then create
a new livetrace config.
|
LiveTraceConfig |
update(java.lang.String livetraceId,
LiveTraceConfig liveTraceConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
If a livetrace config with the specified identifier is not present, then create
a new livetrace config.
|
LiveTraceConfig create(java.lang.String livetraceId, java.lang.String action)
Synchronous method overload. Result of the invocation will be reported as a method return value.
livetraceId - (required)action - Action to be performed (optional)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundLiveTraceConfig create(java.lang.String livetraceId, java.lang.String action, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
livetraceId - (required)action - Action to be performed (optional)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid create(java.lang.String livetraceId,
java.lang.String action,
com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceConfig> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.LiveTraceConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
livetraceId - (required)action - Action to be performed (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void create(java.lang.String livetraceId,
java.lang.String action,
com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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_policy.model.LiveTraceConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
livetraceId - (required)action - Action to be performed (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void delete(java.lang.String livetraceId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
livetraceId - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid delete(java.lang.String livetraceId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
livetraceId - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid delete(java.lang.String livetraceId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous 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
livetraceId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void delete(java.lang.String livetraceId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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
livetraceId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.LiveTraceConfig get(java.lang.String livetraceId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
livetraceId - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundLiveTraceConfig get(java.lang.String livetraceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
livetraceId - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid get(java.lang.String livetraceId,
com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceConfig> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.LiveTraceConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
livetraceId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String livetraceId,
com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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_policy.model.LiveTraceConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
livetraceId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.LiveTraceConfigListResult list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy)
Synchronous method overload. Result of the invocation will be reported as a method return value.
cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includeMarkForDeleteObjects - Include objects that are marked for deletion in results (optional, default to
false)includedFields - Comma separated list of fields that should be included in query result
(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)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundLiveTraceConfigListResult list(java.lang.String cursor, java.lang.Boolean includeMarkForDeleteObjects, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includeMarkForDeleteObjects - Include objects that are marked for deletion in results (optional, default to
false)includedFields - Comma separated list of fields that should be included in query result
(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.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid list(java.lang.String cursor,
java.lang.Boolean includeMarkForDeleteObjects,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceConfigListResult> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.LiveTraceConfigListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includeMarkForDeleteObjects - Include objects that are marked for deletion in results (optional, default to
false)includedFields - Comma separated list of fields that should be included in query result
(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.void list(java.lang.String cursor,
java.lang.Boolean includeMarkForDeleteObjects,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceConfigListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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_policy.model.LiveTraceConfigListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includeMarkForDeleteObjects - Include objects that are marked for deletion in results (optional, default to
false)includedFields - Comma separated list of fields that should be included in query result
(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.void patch(java.lang.String livetraceId,
LiveTraceConfig liveTraceConfig)
Synchronous method overload. Result of the invocation will be reported as a method return value.
livetraceId - (required)liveTraceConfig - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid patch(java.lang.String livetraceId,
LiveTraceConfig liveTraceConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
livetraceId - (required)liveTraceConfig - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid patch(java.lang.String livetraceId,
LiveTraceConfig liveTraceConfig,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous 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
livetraceId - (required)liveTraceConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void patch(java.lang.String livetraceId,
LiveTraceConfig liveTraceConfig,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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
livetraceId - (required)liveTraceConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.LiveTraceConfig update(java.lang.String livetraceId, LiveTraceConfig liveTraceConfig)
Synchronous method overload. Result of the invocation will be reported as a method return value.
livetraceId - (required)liveTraceConfig - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundLiveTraceConfig update(java.lang.String livetraceId, LiveTraceConfig liveTraceConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
livetraceId - (required)liveTraceConfig - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid update(java.lang.String livetraceId,
LiveTraceConfig liveTraceConfig,
com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceConfig> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.LiveTraceConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
livetraceId - (required)liveTraceConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(java.lang.String livetraceId,
LiveTraceConfig liveTraceConfig,
com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous 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_policy.model.LiveTraceConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
livetraceId - (required)liveTraceConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.