public class SolutionConfigsStub extends com.vmware.vapi.internal.bindings.Stub implements SolutionConfigs
SolutionConfigs
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
SolutionConfigsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
SolutionConfigsStub(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 |
|---|---|
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.
|
public SolutionConfigsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public SolutionConfigsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public SolutionConfig create(java.lang.String serviceId, SolutionConfig solutionConfig)
SolutionConfigsSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface SolutionConfigsserviceId - (required)solutionConfig - (required)public SolutionConfig create(java.lang.String serviceId, SolutionConfig solutionConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
SolutionConfigsSynchronous 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 SolutionConfigsserviceId - (required)solutionConfig - (required)invocationConfig - Configuration for the method invocation.public void create(java.lang.String serviceId,
SolutionConfig solutionConfig,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionConfig> asyncCallback)
SolutionConfigsAsynchronous 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
create in interface SolutionConfigsserviceId - (required)solutionConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(java.lang.String serviceId,
SolutionConfig solutionConfig,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
SolutionConfigsAsynchronous 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
create in interface SolutionConfigsserviceId - (required)solutionConfig - (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 serviceId,
java.lang.String solutionConfigId)
SolutionConfigsSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface SolutionConfigsserviceId - (required)solutionConfigId - (required)public void delete(java.lang.String serviceId,
java.lang.String solutionConfigId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
SolutionConfigsSynchronous 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 SolutionConfigsserviceId - (required)solutionConfigId - (required)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String serviceId,
java.lang.String solutionConfigId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
SolutionConfigsAsynchronous 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 SolutionConfigsserviceId - (required)solutionConfigId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public 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)
SolutionConfigsAsynchronous 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 SolutionConfigsserviceId - (required)solutionConfigId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public SolutionConfig get(java.lang.String serviceId, java.lang.String solutionConfigId)
SolutionConfigsSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface SolutionConfigsserviceId - (required)solutionConfigId - (required)public SolutionConfig get(java.lang.String serviceId, java.lang.String solutionConfigId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
SolutionConfigsSynchronous 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 SolutionConfigsserviceId - (required)solutionConfigId - (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String serviceId,
java.lang.String solutionConfigId,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionConfig> asyncCallback)
SolutionConfigsAsynchronous 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
get in interface SolutionConfigsserviceId - (required)solutionConfigId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public 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)
SolutionConfigsAsynchronous 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
get in interface SolutionConfigsserviceId - (required)solutionConfigId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public SolutionConfigListResult list(java.lang.String serviceId)
SolutionConfigsSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface SolutionConfigsserviceId - (required)public SolutionConfigListResult list(java.lang.String serviceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
SolutionConfigsSynchronous 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 SolutionConfigsserviceId - (required)invocationConfig - Configuration for the method invocation.public void list(java.lang.String serviceId,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionConfigListResult> asyncCallback)
SolutionConfigsAsynchronous 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
list in interface SolutionConfigsserviceId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(java.lang.String serviceId,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionConfigListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
SolutionConfigsAsynchronous 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
list in interface SolutionConfigsserviceId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public SolutionConfig update(java.lang.String serviceId, java.lang.String solutionConfigId, SolutionConfig solutionConfig)
SolutionConfigsSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface SolutionConfigsserviceId - (required)solutionConfigId - (required)solutionConfig - (required)public SolutionConfig update(java.lang.String serviceId, java.lang.String solutionConfigId, SolutionConfig solutionConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
SolutionConfigsSynchronous 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 SolutionConfigsserviceId - (required)solutionConfigId - (required)solutionConfig - (required)invocationConfig - Configuration for the method invocation.public void update(java.lang.String serviceId,
java.lang.String solutionConfigId,
SolutionConfig solutionConfig,
com.vmware.vapi.bindings.client.AsyncCallback<SolutionConfig> asyncCallback)
SolutionConfigsAsynchronous 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
update in interface SolutionConfigsserviceId - (required)solutionConfigId - (required)solutionConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public 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)
SolutionConfigsAsynchronous 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
update in interface SolutionConfigsserviceId - (required)solutionConfigId - (required)solutionConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.