public interface ServiceManagers extends com.vmware.vapi.bindings.Service, ServiceManagersTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
ServiceManager |
create(ServiceManager serviceManager)
Register service-manager with NSX with basic details like name, username,
password.
|
void |
create(ServiceManager serviceManager,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceManager> asyncCallback)
Register service-manager with NSX with basic details like name, username,
password.
|
void |
create(ServiceManager serviceManager,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceManager> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Register service-manager with NSX with basic details like name, username,
password.
|
ServiceManager |
create(ServiceManager serviceManager,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Register service-manager with NSX with basic details like name, username,
password.
|
void |
delete(java.lang.String serviceManagerId)
Delete service-manager which is registered with NSX with basic details like
name, username, password.
|
void |
delete(java.lang.String serviceManagerId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete service-manager which is registered with NSX with basic details like
name, username, password.
|
void |
delete(java.lang.String serviceManagerId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete service-manager which is registered with NSX with basic details like
name, username, password.
|
void |
delete(java.lang.String serviceManagerId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete service-manager which is registered with NSX with basic details like
name, username, password.
|
ServiceManager |
get(java.lang.String serviceManagerId)
Retrieve service-manager details like name, username, password, vendor ID,
thumbprint for a given ID.
|
void |
get(java.lang.String serviceManagerId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceManager> asyncCallback)
Retrieve service-manager details like name, username, password, vendor ID,
thumbprint for a given ID.
|
void |
get(java.lang.String serviceManagerId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceManager> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve service-manager details like name, username, password, vendor ID,
thumbprint for a given ID.
|
ServiceManager |
get(java.lang.String serviceManagerId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve service-manager details like name, username, password, vendor ID,
thumbprint for a given ID.
|
ServiceManagerListResult |
list()
List all service managers.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<ServiceManagerListResult> asyncCallback)
List all service managers.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<ServiceManagerListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all service managers.
|
ServiceManagerListResult |
list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all service managers.
|
ServiceManager |
update(java.lang.String serviceManagerId,
ServiceManager serviceManager)
Update service-manager which is registered with NSX with basic details like
name, username, password.
|
void |
update(java.lang.String serviceManagerId,
ServiceManager serviceManager,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceManager> asyncCallback)
Update service-manager which is registered with NSX with basic details like
name, username, password.
|
void |
update(java.lang.String serviceManagerId,
ServiceManager serviceManager,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceManager> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update service-manager which is registered with NSX with basic details like
name, username, password.
|
ServiceManager |
update(java.lang.String serviceManagerId,
ServiceManager serviceManager,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update service-manager which is registered with NSX with basic details like
name, username, password.
|
ServiceManager create(ServiceManager serviceManager)
Synchronous method overload. Result of the invocation will be reported as a method return value.
serviceManager - (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 FoundServiceManager create(ServiceManager serviceManager, 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.
serviceManager - (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(ServiceManager serviceManager, com.vmware.vapi.bindings.client.AsyncCallback<ServiceManager> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ServiceManager
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceManager - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void create(ServiceManager serviceManager, com.vmware.vapi.bindings.client.AsyncCallback<ServiceManager> 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.ServiceManager
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceManager - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void delete(java.lang.String serviceManagerId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
serviceManagerId - (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 serviceManagerId,
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.
serviceManagerId - (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 serviceManagerId,
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
serviceManagerId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void delete(java.lang.String serviceManagerId,
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
serviceManagerId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.ServiceManager get(java.lang.String serviceManagerId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
serviceManagerId - (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 FoundServiceManager get(java.lang.String serviceManagerId, 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.
serviceManagerId - (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 serviceManagerId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceManager> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ServiceManager
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceManagerId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String serviceManagerId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceManager> 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.ServiceManager
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceManagerId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.ServiceManagerListResult list()
Synchronous method overload. Result of the invocation will be reported as a method return value.
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 FoundServiceManagerListResult list(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.
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(com.vmware.vapi.bindings.client.AsyncCallback<ServiceManagerListResult> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ServiceManagerListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(com.vmware.vapi.bindings.client.AsyncCallback<ServiceManagerListResult> 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.ServiceManagerListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.ServiceManager update(java.lang.String serviceManagerId, ServiceManager serviceManager)
Synchronous method overload. Result of the invocation will be reported as a method return value.
serviceManagerId - (required)serviceManager - (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 FoundServiceManager update(java.lang.String serviceManagerId, ServiceManager serviceManager, 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.
serviceManagerId - (required)serviceManager - (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 serviceManagerId,
ServiceManager serviceManager,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceManager> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ServiceManager
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceManagerId - (required)serviceManager - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(java.lang.String serviceManagerId,
ServiceManager serviceManager,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceManager> 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.ServiceManager
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceManagerId - (required)serviceManager - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.