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