public class LivetracesStub extends com.vmware.vapi.internal.bindings.Stub implements Livetraces
Livetraces
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
LivetracesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
LivetracesStub(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 |
---|---|
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.
|
public LivetracesStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
public LivetracesStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
public LiveTraceConfig create(java.lang.String livetraceId, java.lang.String action)
Livetraces
Synchronous method overload. Result of the invocation will be reported as a method return value.
create
in interface Livetraces
livetraceId
- (required)action
- Action to be performed (optional)public LiveTraceConfig create(java.lang.String livetraceId, java.lang.String action, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Livetraces
Synchronous 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 Livetraces
livetraceId
- (required)action
- Action to be performed (optional)invocationConfig
- Configuration for the method invocation.public void create(java.lang.String livetraceId, java.lang.String action, com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceConfig> asyncCallback)
Livetraces
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
create
in interface Livetraces
livetraceId
- (required)action
- Action to be performed (optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public 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)
Livetraces
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
create
in interface Livetraces
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.public void delete(java.lang.String livetraceId)
Livetraces
Synchronous method overload. Result of the invocation will be reported as a method return value.
delete
in interface Livetraces
livetraceId
- (required)public void delete(java.lang.String livetraceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Livetraces
Synchronous 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 Livetraces
livetraceId
- (required)invocationConfig
- Configuration for the method invocation.public void delete(java.lang.String livetraceId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Livetraces
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
delete
in interface Livetraces
livetraceId
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String livetraceId, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Livetraces
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
delete
in interface Livetraces
livetraceId
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.public LiveTraceConfig get(java.lang.String livetraceId)
Livetraces
Synchronous method overload. Result of the invocation will be reported as a method return value.
get
in interface Livetraces
livetraceId
- (required)public LiveTraceConfig get(java.lang.String livetraceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Livetraces
Synchronous 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 Livetraces
livetraceId
- (required)invocationConfig
- Configuration for the method invocation.public void get(java.lang.String livetraceId, com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceConfig> asyncCallback)
Livetraces
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
get
in interface Livetraces
livetraceId
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String livetraceId, com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Livetraces
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
get
in interface Livetraces
livetraceId
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.public 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)
Livetraces
Synchronous method overload. Result of the invocation will be reported as a method return value.
list
in interface Livetraces
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)public 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)
Livetraces
Synchronous 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 Livetraces
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.public 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)
Livetraces
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
list
in interface Livetraces
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.public 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)
Livetraces
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
list
in interface Livetraces
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.public void patch(java.lang.String livetraceId, LiveTraceConfig liveTraceConfig)
Livetraces
Synchronous method overload. Result of the invocation will be reported as a method return value.
patch
in interface Livetraces
livetraceId
- (required)liveTraceConfig
- (required)public void patch(java.lang.String livetraceId, LiveTraceConfig liveTraceConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Livetraces
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
patch
in interface Livetraces
livetraceId
- (required)liveTraceConfig
- (required)invocationConfig
- Configuration for the method invocation.public void patch(java.lang.String livetraceId, LiveTraceConfig liveTraceConfig, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Livetraces
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
patch
in interface Livetraces
livetraceId
- (required)liveTraceConfig
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public 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)
Livetraces
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
patch
in interface Livetraces
livetraceId
- (required)liveTraceConfig
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.public LiveTraceConfig update(java.lang.String livetraceId, LiveTraceConfig liveTraceConfig)
Livetraces
Synchronous method overload. Result of the invocation will be reported as a method return value.
update
in interface Livetraces
livetraceId
- (required)liveTraceConfig
- (required)public LiveTraceConfig update(java.lang.String livetraceId, LiveTraceConfig liveTraceConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Livetraces
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
update
in interface Livetraces
livetraceId
- (required)liveTraceConfig
- (required)invocationConfig
- Configuration for the method invocation.public void update(java.lang.String livetraceId, LiveTraceConfig liveTraceConfig, com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceConfig> asyncCallback)
Livetraces
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
update
in interface Livetraces
livetraceId
- (required)liveTraceConfig
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String livetraceId, LiveTraceConfig liveTraceConfig, com.vmware.vapi.bindings.client.AsyncCallback<LiveTraceConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Livetraces
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
update
in interface Livetraces
livetraceId
- (required)liveTraceConfig
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.