public class GroupedFeedbackRequestsStub extends com.vmware.vapi.internal.bindings.Stub implements GroupedFeedbackRequests
GroupedFeedbackRequests
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID, LIST_NETWORK_LAYER_L2, LIST_NETWORK_LAYER_L3_L7, LIST_STATE_ALL, LIST_STATE_RESOLVED, LIST_STATE_UNRESOLVED| Constructor and Description |
|---|
GroupedFeedbackRequestsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
GroupedFeedbackRequestsStub(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 |
|---|---|
GroupedMigrationFeedbackRequestListResult |
list(java.lang.String category,
java.lang.String cursor,
java.lang.String federationSiteId,
java.lang.String hash,
java.lang.String includedFields,
java.lang.String networkLayer,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String state,
java.lang.String subCategory)
Get feedback details of NSX-V to be migrated, grouped by feedback type.
|
void |
list(java.lang.String category,
java.lang.String cursor,
java.lang.String federationSiteId,
java.lang.String hash,
java.lang.String includedFields,
java.lang.String networkLayer,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String state,
java.lang.String subCategory,
com.vmware.vapi.bindings.client.AsyncCallback<GroupedMigrationFeedbackRequestListResult> asyncCallback)
Get feedback details of NSX-V to be migrated, grouped by feedback type.
|
void |
list(java.lang.String category,
java.lang.String cursor,
java.lang.String federationSiteId,
java.lang.String hash,
java.lang.String includedFields,
java.lang.String networkLayer,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String state,
java.lang.String subCategory,
com.vmware.vapi.bindings.client.AsyncCallback<GroupedMigrationFeedbackRequestListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get feedback details of NSX-V to be migrated, grouped by feedback type.
|
GroupedMigrationFeedbackRequestListResult |
list(java.lang.String category,
java.lang.String cursor,
java.lang.String federationSiteId,
java.lang.String hash,
java.lang.String includedFields,
java.lang.String networkLayer,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String state,
java.lang.String subCategory,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get feedback details of NSX-V to be migrated, grouped by feedback type.
|
public GroupedFeedbackRequestsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public GroupedFeedbackRequestsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public GroupedMigrationFeedbackRequestListResult list(java.lang.String category, java.lang.String cursor, java.lang.String federationSiteId, java.lang.String hash, java.lang.String includedFields, java.lang.String networkLayer, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String state, java.lang.String subCategory)
GroupedFeedbackRequestsSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface GroupedFeedbackRequestscategory - Category on which feedback request should be filtered (optional)cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)federationSiteId - Id of the site in NSX-T Federation (optional)hash - Hash based on which feedback request should be filtered (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)networkLayer - Network layer for which feedback is generated (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)state - Filter based on current state of the feedback request (optional, default to ALL)subCategory - Sub category based on which feedback request should be filtered (optional)public GroupedMigrationFeedbackRequestListResult list(java.lang.String category, java.lang.String cursor, java.lang.String federationSiteId, java.lang.String hash, java.lang.String includedFields, java.lang.String networkLayer, java.lang.Long pageSize, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String state, java.lang.String subCategory, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
GroupedFeedbackRequestsSynchronous 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 GroupedFeedbackRequestscategory - Category on which feedback request should be filtered (optional)cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)federationSiteId - Id of the site in NSX-T Federation (optional)hash - Hash based on which feedback request should be filtered (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)networkLayer - Network layer for which feedback is generated (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)state - Filter based on current state of the feedback request (optional, default to ALL)subCategory - Sub category based on which feedback request should be filtered (optional)invocationConfig - Configuration for the method invocation.public void list(java.lang.String category,
java.lang.String cursor,
java.lang.String federationSiteId,
java.lang.String hash,
java.lang.String includedFields,
java.lang.String networkLayer,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String state,
java.lang.String subCategory,
com.vmware.vapi.bindings.client.AsyncCallback<GroupedMigrationFeedbackRequestListResult> asyncCallback)
GroupedFeedbackRequestsAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.GroupedMigrationFeedbackRequestListResult
Operation Errors:
Unauthenticated - Unauthorized
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface GroupedFeedbackRequestscategory - Category on which feedback request should be filtered (optional)cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)federationSiteId - Id of the site in NSX-T Federation (optional)hash - Hash based on which feedback request should be filtered (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)networkLayer - Network layer for which feedback is generated (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)state - Filter based on current state of the feedback request (optional, default to ALL)subCategory - Sub category based on which feedback request should be filtered (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(java.lang.String category,
java.lang.String cursor,
java.lang.String federationSiteId,
java.lang.String hash,
java.lang.String includedFields,
java.lang.String networkLayer,
java.lang.Long pageSize,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String state,
java.lang.String subCategory,
com.vmware.vapi.bindings.client.AsyncCallback<GroupedMigrationFeedbackRequestListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
GroupedFeedbackRequestsAsynchronous 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.GroupedMigrationFeedbackRequestListResult
Operation Errors:
Unauthenticated - Unauthorized
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface GroupedFeedbackRequestscategory - Category on which feedback request should be filtered (optional)cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)federationSiteId - Id of the site in NSX-T Federation (optional)hash - Hash based on which feedback request should be filtered (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)networkLayer - Network layer for which feedback is generated (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)state - Filter based on current state of the feedback request (optional, default to ALL)subCategory - Sub category based on which feedback request should be filtered (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.