public class MigratedResourcesStub extends com.vmware.vapi.internal.bindings.Stub implements MigratedResources
MigratedResources
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID, LIST_RESOURCE_TYPE_CERTIFICATE, LIST_RESOURCE_TYPE_CRL, LIST_RESOURCE_TYPE_DFW_SECTION, LIST_RESOURCE_TYPE_IP_SET, LIST_RESOURCE_TYPE_IPBLOCK, LIST_RESOURCE_TYPE_IPBLOCK_SUBNET, LIST_RESOURCE_TYPE_IPPOOL, LIST_RESOURCE_TYPE_IPPOOL_ALLOCATION, LIST_RESOURCE_TYPE_LB_APPLICATION_PROFILE, LIST_RESOURCE_TYPE_LB_CLIENT_SSL_PROFILE, LIST_RESOURCE_TYPE_LB_MONITOR, LIST_RESOURCE_TYPE_LB_PERSISTENCE_PROFILE, LIST_RESOURCE_TYPE_LB_POOL, LIST_RESOURCE_TYPE_LB_SERVICE, LIST_RESOURCE_TYPE_LB_VIRTUAL_SERVER, LIST_RESOURCE_TYPE_LOGICAL_PORT, LIST_RESOURCE_TYPE_LOGICAL_SWITCH, LIST_RESOURCE_TYPE_NAT, LIST_RESOURCE_TYPE_NS_GROUP, LIST_RESOURCE_TYPE_SPOOFGUARD_PROFILES, LIST_RESOURCE_TYPE_TIER0, LIST_RESOURCE_TYPE_TIER0_LOGICAL_ROUTER_CONFIG, LIST_RESOURCE_TYPE_TIER0_LOGICAL_ROUTER_PORT, LIST_RESOURCE_TYPE_TIER1, LIST_RESOURCE_TYPE_TIER1_LOGICAL_ROUTER_PORT| Constructor and Description |
|---|
MigratedResourcesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
MigratedResourcesStub(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 |
|---|---|
MigratedObjectListResult |
list(java.lang.String resourceType,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String resourceId,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
List migrated resources.This API is applicable for mp2Policy migration mode
only.
|
void |
list(java.lang.String resourceType,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String resourceId,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<MigratedObjectListResult> asyncCallback)
List migrated resources.This API is applicable for mp2Policy migration mode
only.
|
void |
list(java.lang.String resourceType,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String resourceId,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<MigratedObjectListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List migrated resources.This API is applicable for mp2Policy migration mode
only.
|
MigratedObjectListResult |
list(java.lang.String resourceType,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String resourceId,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List migrated resources.This API is applicable for mp2Policy migration mode
only.
|
public MigratedResourcesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public MigratedResourcesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public MigratedObjectListResult list(java.lang.String resourceType, java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String resourceId, java.lang.Boolean sortAscending, java.lang.String sortBy)
MigratedResourcesSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface MigratedResourcesresourceType - Resource type (required)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)resourceId - Resource id (optional)sortAscending - (optional)sortBy - Field by which records are sorted (optional)public MigratedObjectListResult list(java.lang.String resourceType, java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String resourceId, java.lang.Boolean sortAscending, java.lang.String sortBy, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MigratedResourcesSynchronous 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 MigratedResourcesresourceType - Resource type (required)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)resourceId - Resource id (optional)sortAscending - (optional)sortBy - Field by which records are sorted (optional)invocationConfig - Configuration for the method invocation.public void list(java.lang.String resourceType,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String resourceId,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<MigratedObjectListResult> asyncCallback)
MigratedResourcesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.MigratedObjectListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface MigratedResourcesresourceType - Resource type (required)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)resourceId - Resource id (optional)sortAscending - (optional)sortBy - Field by which records are sorted (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(java.lang.String resourceType,
java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String resourceId,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<MigratedObjectListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
MigratedResourcesAsynchronous 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.MigratedObjectListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
list in interface MigratedResourcesresourceType - Resource type (required)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)resourceId - Resource id (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.