public interface Setup extends com.vmware.vapi.bindings.Service, SetupTypes
_VAPI_SERVICE_ID, SETESGTOROUTERMAPPINGOPTION_MAPPING_OPTION_FILE_UPLOAD, SETESGTOROUTERMAPPINGOPTION_MAPPING_OPTION_NO_MAPPING, SETESGTOROUTERMAPPINGOPTION_MAPPING_OPTION_UI| Modifier and Type | Method and Description |
|---|---|
void |
addalbinfo(AviEndPoint aviEndPoint)
Add ALB endpoint details for non cross VC migration modes.
|
void |
addalbinfo(AviEndPoint aviEndPoint,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Add ALB endpoint details for non cross VC migration modes.
|
void |
addalbinfo(AviEndPoint aviEndPoint,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Add ALB endpoint details for non cross VC migration modes.
|
void |
addalbinfo(AviEndPoint aviEndPoint,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Add ALB endpoint details for non cross VC migration modes.
|
void |
addv2tsitemapping(V2tSiteMappingSpec v2tSiteMappingSpec)
Add NSX-V to NSX-T site mapping.
|
void |
addv2tsitemapping(V2tSiteMappingSpec v2tSiteMappingSpec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Add NSX-V to NSX-T site mapping.
|
void |
addv2tsitemapping(V2tSiteMappingSpec v2tSiteMappingSpec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Add NSX-V to NSX-T site mapping.
|
void |
addv2tsitemapping(V2tSiteMappingSpec v2tSiteMappingSpec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Add NSX-V to NSX-T site mapping.
|
MigrationSetupInfo |
get()
Get setup details of NSX-V to be migrated.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<MigrationSetupInfo> asyncCallback)
Get setup details of NSX-V to be migrated.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<MigrationSetupInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get setup details of NSX-V to be migrated.
|
MigrationSetupInfo |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get setup details of NSX-V to be migrated.
|
void |
migratenewlyaddedhosttransportnode(NewHostTransportNodeSpec newHostTransportNodeSpec)
This API is to support the add Host workflow on NSX-T once the V2T migration
process has started.
|
void |
migratenewlyaddedhosttransportnode(NewHostTransportNodeSpec newHostTransportNodeSpec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
This API is to support the add Host workflow on NSX-T once the V2T migration
process has started.
|
void |
migratenewlyaddedhosttransportnode(NewHostTransportNodeSpec newHostTransportNodeSpec,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API is to support the add Host workflow on NSX-T once the V2T migration
process has started.
|
void |
migratenewlyaddedhosttransportnode(NewHostTransportNodeSpec newHostTransportNodeSpec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This API is to support the add Host workflow on NSX-T once the V2T migration
process has started.
|
void |
setesgtoroutermappingoption(java.lang.String mappingOption)
Set the NSX-V ESG to NSX-T Router mapping option.
|
void |
setesgtoroutermappingoption(java.lang.String mappingOption,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Set the NSX-V ESG to NSX-T Router mapping option.
|
void |
setesgtoroutermappingoption(java.lang.String mappingOption,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Set the NSX-V ESG to NSX-T Router mapping option.
|
void |
setesgtoroutermappingoption(java.lang.String mappingOption,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Set the NSX-V ESG to NSX-T Router mapping option.
|
MigrationSetupInfo |
update(MigrationSetupInfo migrationSetupInfo)
Provide setup details of NSX-V to be migrated.
|
void |
update(MigrationSetupInfo migrationSetupInfo,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationSetupInfo> asyncCallback)
Provide setup details of NSX-V to be migrated.
|
void |
update(MigrationSetupInfo migrationSetupInfo,
com.vmware.vapi.bindings.client.AsyncCallback<MigrationSetupInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Provide setup details of NSX-V to be migrated.
|
MigrationSetupInfo |
update(MigrationSetupInfo migrationSetupInfo,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Provide setup details of NSX-V to be migrated.
|
void addalbinfo(AviEndPoint aviEndPoint)
Synchronous method overload. Result of the invocation will be reported as a method return value.
aviEndPoint - (required)com.vmware.vapi.std.errors.Unauthenticated - Unauthorizedcom.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 addalbinfo(AviEndPoint aviEndPoint, 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.
aviEndPoint - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.Unauthenticated - Unauthorizedcom.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 addalbinfo(AviEndPoint aviEndPoint, 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:
Unauthenticated - Unauthorized
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
aviEndPoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void addalbinfo(AviEndPoint aviEndPoint, 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:
Unauthenticated - Unauthorized
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
aviEndPoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void addv2tsitemapping(V2tSiteMappingSpec v2tSiteMappingSpec)
Synchronous method overload. Result of the invocation will be reported as a method return value.
v2tSiteMappingSpec - (required)com.vmware.vapi.std.errors.Unauthenticated - Unauthorizedcom.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 addv2tsitemapping(V2tSiteMappingSpec v2tSiteMappingSpec, 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.
v2tSiteMappingSpec - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.Unauthenticated - Unauthorizedcom.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 addv2tsitemapping(V2tSiteMappingSpec v2tSiteMappingSpec, 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:
Unauthenticated - Unauthorized
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
v2tSiteMappingSpec - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void addv2tsitemapping(V2tSiteMappingSpec v2tSiteMappingSpec, 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:
Unauthenticated - Unauthorized
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
v2tSiteMappingSpec - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.MigrationSetupInfo get()
Synchronous method overload. Result of the invocation will be reported as a method return value.
com.vmware.vapi.std.errors.Unauthenticated - Unauthorizedcom.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 FoundMigrationSetupInfo get(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.Unauthenticated - Unauthorizedcom.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(com.vmware.vapi.bindings.client.AsyncCallback<MigrationSetupInfo> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.MigrationSetupInfo
Operation Errors:
Unauthenticated - Unauthorized
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 get(com.vmware.vapi.bindings.client.AsyncCallback<MigrationSetupInfo> 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.MigrationSetupInfo
Operation Errors:
Unauthenticated - Unauthorized
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.void migratenewlyaddedhosttransportnode(NewHostTransportNodeSpec newHostTransportNodeSpec)
Synchronous method overload. Result of the invocation will be reported as a method return value.
newHostTransportNodeSpec - (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 migratenewlyaddedhosttransportnode(NewHostTransportNodeSpec newHostTransportNodeSpec, 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.
newHostTransportNodeSpec - (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 migratenewlyaddedhosttransportnode(NewHostTransportNodeSpec newHostTransportNodeSpec, 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
newHostTransportNodeSpec - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void migratenewlyaddedhosttransportnode(NewHostTransportNodeSpec newHostTransportNodeSpec, 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
newHostTransportNodeSpec - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void setesgtoroutermappingoption(java.lang.String mappingOption)
Synchronous method overload. Result of the invocation will be reported as a method return value.
mappingOption - Mapping option (required)com.vmware.vapi.std.errors.Unauthenticated - Unauthorizedcom.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 setesgtoroutermappingoption(java.lang.String mappingOption,
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.
mappingOption - Mapping option (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.Unauthenticated - Unauthorizedcom.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 setesgtoroutermappingoption(java.lang.String mappingOption,
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:
Unauthenticated - Unauthorized
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
mappingOption - Mapping option (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void setesgtoroutermappingoption(java.lang.String mappingOption,
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:
Unauthenticated - Unauthorized
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
mappingOption - Mapping option (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.MigrationSetupInfo update(MigrationSetupInfo migrationSetupInfo)
Synchronous method overload. Result of the invocation will be reported as a method return value.
migrationSetupInfo - (required)com.vmware.vapi.std.errors.Unauthenticated - Unauthorizedcom.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 FoundMigrationSetupInfo update(MigrationSetupInfo migrationSetupInfo, 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.
migrationSetupInfo - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.Unauthenticated - Unauthorizedcom.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(MigrationSetupInfo migrationSetupInfo, com.vmware.vapi.bindings.client.AsyncCallback<MigrationSetupInfo> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.MigrationSetupInfo
Operation Errors:
Unauthenticated - Unauthorized
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
migrationSetupInfo - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(MigrationSetupInfo migrationSetupInfo, com.vmware.vapi.bindings.client.AsyncCallback<MigrationSetupInfo> 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.MigrationSetupInfo
Operation Errors:
Unauthenticated - Unauthorized
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
migrationSetupInfo - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.