public class FeedbackResponseStub extends com.vmware.vapi.internal.bindings.Stub implements FeedbackResponse
FeedbackResponse
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID, ACCEPTRECOMMENDED_NETWORK_LAYER_L2, ACCEPTRECOMMENDED_NETWORK_LAYER_L3_L7, UPDATE_NETWORK_LAYER_L2, UPDATE_NETWORK_LAYER_L3_L7| Constructor and Description |
|---|
FeedbackResponseStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
FeedbackResponseStub(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 |
|---|---|
void |
acceptrecommended(java.lang.String networkLayer)
Pick default resolution for all feedback items.
|
void |
acceptrecommended(java.lang.String networkLayer,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Pick default resolution for all feedback items.
|
void |
acceptrecommended(java.lang.String networkLayer,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Pick default resolution for all feedback items.
|
void |
acceptrecommended(java.lang.String networkLayer,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Pick default resolution for all feedback items.
|
void |
update(MigrationFeedbackResponseList migrationFeedbackResponseList,
java.lang.String networkLayer)
Provide response for feedback queries needed for migration.
|
void |
update(MigrationFeedbackResponseList migrationFeedbackResponseList,
java.lang.String networkLayer,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Provide response for feedback queries needed for migration.
|
void |
update(MigrationFeedbackResponseList migrationFeedbackResponseList,
java.lang.String networkLayer,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Provide response for feedback queries needed for migration.
|
void |
update(MigrationFeedbackResponseList migrationFeedbackResponseList,
java.lang.String networkLayer,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Provide response for feedback queries needed for migration.
|
public FeedbackResponseStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public FeedbackResponseStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public void acceptrecommended(java.lang.String networkLayer)
FeedbackResponseSynchronous method overload. Result of the invocation will be reported as a method return value.
acceptrecommended in interface FeedbackResponsenetworkLayer - Network layer for which feedback is generated (optional)public void acceptrecommended(java.lang.String networkLayer,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FeedbackResponseSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
acceptrecommended in interface FeedbackResponsenetworkLayer - Network layer for which feedback is generated (optional)invocationConfig - Configuration for the method invocation.public void acceptrecommended(java.lang.String networkLayer,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
FeedbackResponseAsynchronous 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
acceptrecommended in interface FeedbackResponsenetworkLayer - Network layer for which feedback is generated (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void acceptrecommended(java.lang.String networkLayer,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FeedbackResponseAsynchronous 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
acceptrecommended in interface FeedbackResponsenetworkLayer - Network layer for which feedback is generated (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void update(MigrationFeedbackResponseList migrationFeedbackResponseList, java.lang.String networkLayer)
FeedbackResponseSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface FeedbackResponsemigrationFeedbackResponseList - (required)networkLayer - Network layer for which feedback is generated (optional)public void update(MigrationFeedbackResponseList migrationFeedbackResponseList, java.lang.String networkLayer, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FeedbackResponseSynchronous 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 FeedbackResponsemigrationFeedbackResponseList - (required)networkLayer - Network layer for which feedback is generated (optional)invocationConfig - Configuration for the method invocation.public void update(MigrationFeedbackResponseList migrationFeedbackResponseList, java.lang.String networkLayer, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
FeedbackResponseAsynchronous 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
update in interface FeedbackResponsemigrationFeedbackResponseList - (required)networkLayer - Network layer for which feedback is generated (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(MigrationFeedbackResponseList migrationFeedbackResponseList, java.lang.String networkLayer, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FeedbackResponseAsynchronous 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
update in interface FeedbackResponsemigrationFeedbackResponseList - (required)networkLayer - Network layer for which feedback is generated (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.