public interface SolutionConfigs extends com.vmware.vapi.bindings.Service, SolutionConfigsTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
SolutionConfig |
create(java.lang.String serviceId,
SolutionConfig solutionConfig)
Adds a solution config.
|
void |
create(java.lang.String serviceId,
SolutionConfig solutionConfig,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionConfig> asyncCallback)
Adds a solution config.
|
void |
create(java.lang.String serviceId,
SolutionConfig solutionConfig,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Adds a solution config.
|
SolutionConfig |
create(java.lang.String serviceId,
SolutionConfig solutionConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Adds a solution config.
|
void |
delete(java.lang.String serviceId,
java.lang.String solutionConfigId)
Deletes solution config information for a given service.
|
void |
delete(java.lang.String serviceId,
java.lang.String solutionConfigId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Deletes solution config information for a given service.
|
void |
delete(java.lang.String serviceId,
java.lang.String solutionConfigId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deletes solution config information for a given service.
|
void |
delete(java.lang.String serviceId,
java.lang.String solutionConfigId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deletes solution config information for a given service.
|
SolutionConfig |
get(java.lang.String serviceId,
java.lang.String solutionConfigId)
Returns Solution Config information for a given solution config id.
|
void |
get(java.lang.String serviceId,
java.lang.String solutionConfigId,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionConfig> asyncCallback)
Returns Solution Config information for a given solution config id.
|
void |
get(java.lang.String serviceId,
java.lang.String solutionConfigId,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns Solution Config information for a given solution config id.
|
SolutionConfig |
get(java.lang.String serviceId,
java.lang.String solutionConfigId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns Solution Config information for a given solution config id.
|
SolutionConfigListResult |
list(java.lang.String serviceId)
Returns Solution Config information for a given service.
|
void |
list(java.lang.String serviceId,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionConfigListResult> asyncCallback)
Returns Solution Config information for a given service.
|
void |
list(java.lang.String serviceId,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionConfigListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns Solution Config information for a given service.
|
SolutionConfigListResult |
list(java.lang.String serviceId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns Solution Config information for a given service.
|
SolutionConfig |
update(java.lang.String serviceId,
java.lang.String solutionConfigId,
SolutionConfig solutionConfig)
Updates a solution config.
|
void |
update(java.lang.String serviceId,
java.lang.String solutionConfigId,
SolutionConfig solutionConfig,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionConfig> asyncCallback)
Updates a solution config.
|
void |
update(java.lang.String serviceId,
java.lang.String solutionConfigId,
SolutionConfig solutionConfig,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Updates a solution config.
|
SolutionConfig |
update(java.lang.String serviceId,
java.lang.String solutionConfigId,
SolutionConfig solutionConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Updates a solution config.
|
SolutionConfig create(java.lang.String serviceId, SolutionConfig solutionConfig)
Synchronous method overload. Result of the invocation will be reported as a method return value.
serviceId - (required)solutionConfig - (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 FoundSolutionConfig create(java.lang.String serviceId, SolutionConfig solutionConfig, 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.
serviceId - (required)solutionConfig - (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 create(java.lang.String serviceId,
SolutionConfig solutionConfig,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionConfig> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.SolutionConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceId - (required)solutionConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void create(java.lang.String serviceId,
SolutionConfig solutionConfig,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionConfig> 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.model.SolutionConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceId - (required)solutionConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void delete(java.lang.String serviceId,
java.lang.String solutionConfigId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
serviceId - (required)solutionConfigId - (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 serviceId,
java.lang.String solutionConfigId,
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.
serviceId - (required)solutionConfigId - (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 serviceId,
java.lang.String solutionConfigId,
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
serviceId - (required)solutionConfigId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void delete(java.lang.String serviceId,
java.lang.String solutionConfigId,
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
serviceId - (required)solutionConfigId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.SolutionConfig get(java.lang.String serviceId, java.lang.String solutionConfigId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
serviceId - (required)solutionConfigId - (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 FoundSolutionConfig get(java.lang.String serviceId, java.lang.String solutionConfigId, 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.
serviceId - (required)solutionConfigId - (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 serviceId,
java.lang.String solutionConfigId,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionConfig> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.SolutionConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceId - (required)solutionConfigId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String serviceId,
java.lang.String solutionConfigId,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionConfig> 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.model.SolutionConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceId - (required)solutionConfigId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.SolutionConfigListResult list(java.lang.String serviceId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
serviceId - (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 FoundSolutionConfigListResult list(java.lang.String serviceId, 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.
serviceId - (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 list(java.lang.String serviceId,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionConfigListResult> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.SolutionConfigListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(java.lang.String serviceId,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionConfigListResult> 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.model.SolutionConfigListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.SolutionConfig update(java.lang.String serviceId, java.lang.String solutionConfigId, SolutionConfig solutionConfig)
Synchronous method overload. Result of the invocation will be reported as a method return value.
serviceId - (required)solutionConfigId - (required)solutionConfig - (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 FoundSolutionConfig update(java.lang.String serviceId, java.lang.String solutionConfigId, SolutionConfig solutionConfig, 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.
serviceId - (required)solutionConfigId - (required)solutionConfig - (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 serviceId,
java.lang.String solutionConfigId,
SolutionConfig solutionConfig,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionConfig> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.SolutionConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceId - (required)solutionConfigId - (required)solutionConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(java.lang.String serviceId,
java.lang.String solutionConfigId,
SolutionConfig solutionConfig,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionConfig> 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.model.SolutionConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceId - (required)solutionConfigId - (required)solutionConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.