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