public class MigrationUnitGroupsStub extends com.vmware.vapi.internal.bindings.Stub implements MigrationUnitGroups
MigrationUnitGroups
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
MigrationUnitGroupsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
MigrationUnitGroupsStub(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 |
|---|---|
MigrationUnitList |
addmigrationunits(java.lang.String groupId,
MigrationUnitList migrationUnitList)
Add migration units to specified migration unit group.
|
void |
addmigrationunits(java.lang.String groupId,
MigrationUnitList migrationUnitList,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationUnitList> asyncCallback)
Add migration units to specified migration unit group.
|
void |
addmigrationunits(java.lang.String groupId,
MigrationUnitList migrationUnitList,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationUnitList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Add migration units to specified migration unit group.
|
MigrationUnitList |
addmigrationunits(java.lang.String groupId,
MigrationUnitList migrationUnitList,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Add migration units to specified migration unit group.
|
MigrationUnitGroup |
create(MigrationUnitGroup migrationUnitGroup)
Create a group of migration units.
|
void |
create(MigrationUnitGroup migrationUnitGroup,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationUnitGroup> asyncCallback)
Create a group of migration units.
|
void |
create(MigrationUnitGroup migrationUnitGroup,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationUnitGroup> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a group of migration units.
|
MigrationUnitGroup |
create(MigrationUnitGroup migrationUnitGroup,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a group of migration units.
|
void |
delete(java.lang.String groupId)
Delete the specified group.
|
void |
delete(java.lang.String groupId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete the specified group.
|
void |
delete(java.lang.String groupId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete the specified group.
|
void |
delete(java.lang.String groupId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete the specified group.
|
MigrationUnitGroup |
get(java.lang.String groupId,
java.lang.Boolean summary)
Returns information about a specific migration unit group in the migration plan.
|
void |
get(java.lang.String groupId,
java.lang.Boolean summary,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationUnitGroup> asyncCallback)
Returns information about a specific migration unit group in the migration plan.
|
void |
get(java.lang.String groupId,
java.lang.Boolean summary,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationUnitGroup> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about a specific migration unit group in the migration plan.
|
MigrationUnitGroup |
get(java.lang.String groupId,
java.lang.Boolean summary,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about a specific migration unit group in the migration plan.
|
MigrationUnitGroupListResult |
list(java.lang.String componentType,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.Boolean summary,
java.lang.Boolean sync)
Return information of all migration unit groups in the migration plan.
|
void |
list(java.lang.String componentType,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.Boolean summary,
java.lang.Boolean sync,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationUnitGroupListResult> asyncCallback)
Return information of all migration unit groups in the migration plan.
|
void |
list(java.lang.String componentType,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.Boolean summary,
java.lang.Boolean sync,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationUnitGroupListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Return information of all migration unit groups in the migration plan.
|
MigrationUnitGroupListResult |
list(java.lang.String componentType,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.Boolean summary,
java.lang.Boolean sync,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Return information of all migration unit groups in the migration plan.
|
void |
reorder(java.lang.String groupId,
ReorderMigrationRequest reorderMigrationRequest)
Reorder an migration unit group by placing it before/after the specified
migration unit group.
|
void |
reorder(java.lang.String groupId,
ReorderMigrationRequest reorderMigrationRequest,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Reorder an migration unit group by placing it before/after the specified
migration unit group.
|
void |
reorder(java.lang.String groupId,
ReorderMigrationRequest reorderMigrationRequest,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Reorder an migration unit group by placing it before/after the specified
migration unit group.
|
void |
reorder(java.lang.String groupId,
ReorderMigrationRequest reorderMigrationRequest,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Reorder an migration unit group by placing it before/after the specified
migration unit group.
|
MigrationUnitGroup |
update(java.lang.String groupId,
MigrationUnitGroup migrationUnitGroup)
Update the specified migration unit group.
|
void |
update(java.lang.String groupId,
MigrationUnitGroup migrationUnitGroup,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationUnitGroup> asyncCallback)
Update the specified migration unit group.
|
void |
update(java.lang.String groupId,
MigrationUnitGroup migrationUnitGroup,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationUnitGroup> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the specified migration unit group.
|
MigrationUnitGroup |
update(java.lang.String groupId,
MigrationUnitGroup migrationUnitGroup,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the specified migration unit group.
|
public MigrationUnitGroupsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public MigrationUnitGroupsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public MigrationUnitList addmigrationunits(java.lang.String groupId, MigrationUnitList migrationUnitList)
MigrationUnitGroupsSynchronous method overload. Result of the invocation will be reported as a method return value.
addmigrationunits in interface MigrationUnitGroupsgroupId - (required)migrationUnitList - (required)public MigrationUnitList addmigrationunits(java.lang.String groupId, MigrationUnitList migrationUnitList, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MigrationUnitGroupsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
addmigrationunits in interface MigrationUnitGroupsgroupId - (required)migrationUnitList - (required)invocationConfig - Configuration for the method invocation.public void addmigrationunits(java.lang.String groupId,
MigrationUnitList migrationUnitList,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationUnitList> asyncCallback)
MigrationUnitGroupsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.MigrationUnitList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
addmigrationunits in interface MigrationUnitGroupsgroupId - (required)migrationUnitList - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void addmigrationunits(java.lang.String groupId,
MigrationUnitList migrationUnitList,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationUnitList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MigrationUnitGroupsAsynchronous 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.MigrationUnitList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
addmigrationunits in interface MigrationUnitGroupsgroupId - (required)migrationUnitList - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public MigrationUnitGroup create(MigrationUnitGroup migrationUnitGroup)
MigrationUnitGroupsSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface MigrationUnitGroupsmigrationUnitGroup - (required)public MigrationUnitGroup create(MigrationUnitGroup migrationUnitGroup, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MigrationUnitGroupsSynchronous 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 MigrationUnitGroupsmigrationUnitGroup - (required)invocationConfig - Configuration for the method invocation.public void create(MigrationUnitGroup migrationUnitGroup, com.vmware.vapi.bindings.client.AsyncCallback<MigrationUnitGroup> asyncCallback)
MigrationUnitGroupsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.MigrationUnitGroup
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface MigrationUnitGroupsmigrationUnitGroup - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(MigrationUnitGroup migrationUnitGroup, com.vmware.vapi.bindings.client.AsyncCallback<MigrationUnitGroup> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MigrationUnitGroupsAsynchronous 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.MigrationUnitGroup
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
create in interface MigrationUnitGroupsmigrationUnitGroup - (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 groupId)
MigrationUnitGroupsSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface MigrationUnitGroupsgroupId - (required)public void delete(java.lang.String groupId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MigrationUnitGroupsSynchronous 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 MigrationUnitGroupsgroupId - (required)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String groupId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
MigrationUnitGroupsAsynchronous 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 MigrationUnitGroupsgroupId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String groupId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MigrationUnitGroupsAsynchronous 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 MigrationUnitGroupsgroupId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public MigrationUnitGroup get(java.lang.String groupId, java.lang.Boolean summary)
MigrationUnitGroupsSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface MigrationUnitGroupsgroupId - (required)summary - Flag indicating whether to return the summary (optional, default to false)public MigrationUnitGroup get(java.lang.String groupId, java.lang.Boolean summary, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MigrationUnitGroupsSynchronous 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 MigrationUnitGroupsgroupId - (required)summary - Flag indicating whether to return the summary (optional, default to false)invocationConfig - Configuration for the method invocation.public void get(java.lang.String groupId,
java.lang.Boolean summary,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationUnitGroup> asyncCallback)
MigrationUnitGroupsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.MigrationUnitGroup
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface MigrationUnitGroupsgroupId - (required)summary - Flag indicating whether to return the summary (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String groupId,
java.lang.Boolean summary,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationUnitGroup> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MigrationUnitGroupsAsynchronous 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.MigrationUnitGroup
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface MigrationUnitGroupsgroupId - (required)summary - Flag indicating whether to return the summary (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public MigrationUnitGroupListResult list(java.lang.String componentType, java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.Boolean summary, java.lang.Boolean sync)
MigrationUnitGroupsSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface MigrationUnitGroupscomponentType - Component type based on which migration unit groups to be filtered (optional)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)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)summary - Flag indicating whether to return summary (optional, default to false)sync - Synchronize before returning migration unit groups (optional, default to false)public MigrationUnitGroupListResult list(java.lang.String componentType, java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.Boolean summary, java.lang.Boolean sync, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MigrationUnitGroupsSynchronous 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 MigrationUnitGroupscomponentType - Component type based on which migration unit groups to be filtered (optional)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)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)summary - Flag indicating whether to return summary (optional, default to false)sync - Synchronize before returning migration unit groups (optional, default to false)invocationConfig - Configuration for the method invocation.public void list(java.lang.String componentType,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.Boolean summary,
java.lang.Boolean sync,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationUnitGroupListResult> asyncCallback)
MigrationUnitGroupsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.MigrationUnitGroupListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface MigrationUnitGroupscomponentType - Component type based on which migration unit groups to be filtered (optional)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)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)summary - Flag indicating whether to return summary (optional, default to false)sync - Synchronize before returning migration unit groups (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(java.lang.String componentType,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.Boolean summary,
java.lang.Boolean sync,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationUnitGroupListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MigrationUnitGroupsAsynchronous 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.MigrationUnitGroupListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface MigrationUnitGroupscomponentType - Component type based on which migration unit groups to be filtered (optional)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)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)sortAscending - (optional)sortBy - Field by which records are sorted (optional)summary - Flag indicating whether to return summary (optional, default to false)sync - Synchronize before returning migration unit groups (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void reorder(java.lang.String groupId,
ReorderMigrationRequest reorderMigrationRequest)
MigrationUnitGroupsSynchronous method overload. Result of the invocation will be reported as a method return value.
reorder in interface MigrationUnitGroupsgroupId - (required)reorderMigrationRequest - (required)public void reorder(java.lang.String groupId,
ReorderMigrationRequest reorderMigrationRequest,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MigrationUnitGroupsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
reorder in interface MigrationUnitGroupsgroupId - (required)reorderMigrationRequest - (required)invocationConfig - Configuration for the method invocation.public void reorder(java.lang.String groupId,
ReorderMigrationRequest reorderMigrationRequest,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
MigrationUnitGroupsAsynchronous 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
reorder in interface MigrationUnitGroupsgroupId - (required)reorderMigrationRequest - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void reorder(java.lang.String groupId,
ReorderMigrationRequest reorderMigrationRequest,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MigrationUnitGroupsAsynchronous 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
reorder in interface MigrationUnitGroupsgroupId - (required)reorderMigrationRequest - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public MigrationUnitGroup update(java.lang.String groupId, MigrationUnitGroup migrationUnitGroup)
MigrationUnitGroupsSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface MigrationUnitGroupsgroupId - (required)migrationUnitGroup - (required)public MigrationUnitGroup update(java.lang.String groupId, MigrationUnitGroup migrationUnitGroup, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MigrationUnitGroupsSynchronous 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 MigrationUnitGroupsgroupId - (required)migrationUnitGroup - (required)invocationConfig - Configuration for the method invocation.public void update(java.lang.String groupId,
MigrationUnitGroup migrationUnitGroup,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationUnitGroup> asyncCallback)
MigrationUnitGroupsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.MigrationUnitGroup
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface MigrationUnitGroupsgroupId - (required)migrationUnitGroup - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String groupId,
MigrationUnitGroup migrationUnitGroup,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationUnitGroup> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MigrationUnitGroupsAsynchronous 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.MigrationUnitGroup
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface MigrationUnitGroupsgroupId - (required)migrationUnitGroup - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.