public interface ComputeManagers extends com.vmware.vapi.bindings.Service, ComputeManagersTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
ComputeManager |
create(ComputeManager computeManager)
Registers compute manager with NSX.
|
void |
create(ComputeManager computeManager,
com.vmware.vapi.bindings.client.AsyncCallback<ComputeManager> asyncCallback)
Registers compute manager with NSX.
|
void |
create(ComputeManager computeManager,
com.vmware.vapi.bindings.client.AsyncCallback<ComputeManager> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Registers compute manager with NSX.
|
ComputeManager |
create(ComputeManager computeManager,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Registers compute manager with NSX.
|
void |
delete(java.lang.String computeManagerId)
Unregisters a specified compute manager
|
void |
delete(java.lang.String computeManagerId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Unregisters a specified compute manager
|
void |
delete(java.lang.String computeManagerId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Unregisters a specified compute manager
|
void |
delete(java.lang.String computeManagerId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Unregisters a specified compute manager
|
ComputeManager |
get(java.lang.String computeManagerId)
Returns information about a specific compute manager
|
void |
get(java.lang.String computeManagerId,
com.vmware.vapi.bindings.client.AsyncCallback<ComputeManager> asyncCallback)
Returns information about a specific compute manager
|
void |
get(java.lang.String computeManagerId,
com.vmware.vapi.bindings.client.AsyncCallback<ComputeManager> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about a specific compute manager
|
ComputeManager |
get(java.lang.String computeManagerId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about a specific compute manager
|
ComputeManagerListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.String originType,
java.lang.Long pageSize,
java.lang.String server,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
Returns information about all compute managers.
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.String originType,
java.lang.Long pageSize,
java.lang.String server,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<ComputeManagerListResult> asyncCallback)
Returns information about all compute managers.
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.String originType,
java.lang.Long pageSize,
java.lang.String server,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<ComputeManagerListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about all compute managers.
|
ComputeManagerListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.String originType,
java.lang.Long pageSize,
java.lang.String server,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about all compute managers.
|
ComputeManager |
update(java.lang.String computeManagerId,
ComputeManager computeManager)
Updates a specified compute manager
|
void |
update(java.lang.String computeManagerId,
ComputeManager computeManager,
com.vmware.vapi.bindings.client.AsyncCallback<ComputeManager> asyncCallback)
Updates a specified compute manager
|
void |
update(java.lang.String computeManagerId,
ComputeManager computeManager,
com.vmware.vapi.bindings.client.AsyncCallback<ComputeManager> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Updates a specified compute manager
|
ComputeManager |
update(java.lang.String computeManagerId,
ComputeManager computeManager,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Updates a specified compute manager
|
ComputeManager create(ComputeManager computeManager)
Synchronous method overload. Result of the invocation will be reported as a method return value.
computeManager - (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 FoundComputeManager create(ComputeManager computeManager, 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.
computeManager - (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(ComputeManager computeManager, com.vmware.vapi.bindings.client.AsyncCallback<ComputeManager> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ComputeManager
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
computeManager - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void create(ComputeManager computeManager, com.vmware.vapi.bindings.client.AsyncCallback<ComputeManager> 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.ComputeManager
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
computeManager - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void delete(java.lang.String computeManagerId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
computeManagerId - (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 computeManagerId,
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.
computeManagerId - (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 computeManagerId,
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
computeManagerId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void delete(java.lang.String computeManagerId,
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
computeManagerId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.ComputeManager get(java.lang.String computeManagerId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
computeManagerId - (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 FoundComputeManager get(java.lang.String computeManagerId, 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.
computeManagerId - (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 computeManagerId,
com.vmware.vapi.bindings.client.AsyncCallback<ComputeManager> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ComputeManager
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
computeManagerId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String computeManagerId,
com.vmware.vapi.bindings.client.AsyncCallback<ComputeManager> 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.ComputeManager
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
computeManagerId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.ComputeManagerListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.String originType, java.lang.Long pageSize, java.lang.String server, java.lang.Boolean sortAscending, java.lang.String sortBy)
Synchronous method overload. Result of the invocation will be reported as a method return value.
cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)originType - Compute manager type like vCenter (optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)server - IP address or hostname of compute manager (optional)sortAscending - (optional)sortBy - Field by which records are sorted (optional)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 FoundComputeManagerListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.String originType, java.lang.Long pageSize, java.lang.String server, java.lang.Boolean sortAscending, java.lang.String sortBy, 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.
cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)originType - Compute manager type like vCenter (optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)server - IP address or hostname of compute manager (optional)sortAscending - (optional)sortBy - Field by which records are sorted (optional)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 cursor,
java.lang.String includedFields,
java.lang.String originType,
java.lang.Long pageSize,
java.lang.String server,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<ComputeManagerListResult> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ComputeManagerListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)originType - Compute manager type like vCenter (optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)server - IP address or hostname of compute manager (optional)sortAscending - (optional)sortBy - Field by which records are sorted (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.String originType,
java.lang.Long pageSize,
java.lang.String server,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<ComputeManagerListResult> 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.ComputeManagerListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)originType - Compute manager type like vCenter (optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)server - IP address or hostname of compute manager (optional)sortAscending - (optional)sortBy - Field by which records are sorted (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.ComputeManager update(java.lang.String computeManagerId, ComputeManager computeManager)
Synchronous method overload. Result of the invocation will be reported as a method return value.
computeManagerId - (required)computeManager - (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 FoundComputeManager update(java.lang.String computeManagerId, ComputeManager computeManager, 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.
computeManagerId - (required)computeManager - (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 computeManagerId,
ComputeManager computeManager,
com.vmware.vapi.bindings.client.AsyncCallback<ComputeManager> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ComputeManager
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
computeManagerId - (required)computeManager - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(java.lang.String computeManagerId,
ComputeManager computeManager,
com.vmware.vapi.bindings.client.AsyncCallback<ComputeManager> 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.ComputeManager
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
computeManagerId - (required)computeManager - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.