public interface LogicalRouters extends com.vmware.vapi.bindings.Service, LogicalRoutersTypes
_VAPI_SERVICE_ID, LIST_ROUTER_TYPE_TIER0, LIST_ROUTER_TYPE_TIER1, LIST_ROUTER_TYPE_VRF| Modifier and Type | Method and Description |
|---|---|
LogicalRouter |
create(LogicalRouter logicalRouter)
Deprecated.
|
void |
create(LogicalRouter logicalRouter,
com.vmware.vapi.bindings.client.AsyncCallback<LogicalRouter> asyncCallback)
Deprecated.
|
void |
create(LogicalRouter logicalRouter,
com.vmware.vapi.bindings.client.AsyncCallback<LogicalRouter> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
LogicalRouter |
create(LogicalRouter logicalRouter,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
void |
delete(java.lang.String logicalRouterId,
java.lang.Boolean cascadeDeleteLinkedPorts,
java.lang.Boolean force)
Deprecated.
|
void |
delete(java.lang.String logicalRouterId,
java.lang.Boolean cascadeDeleteLinkedPorts,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Deprecated.
|
void |
delete(java.lang.String logicalRouterId,
java.lang.Boolean cascadeDeleteLinkedPorts,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
void |
delete(java.lang.String logicalRouterId,
java.lang.Boolean cascadeDeleteLinkedPorts,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
LogicalRouter |
get(java.lang.String logicalRouterId)
Deprecated.
|
void |
get(java.lang.String logicalRouterId,
com.vmware.vapi.bindings.client.AsyncCallback<LogicalRouter> asyncCallback)
Deprecated.
|
void |
get(java.lang.String logicalRouterId,
com.vmware.vapi.bindings.client.AsyncCallback<LogicalRouter> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
LogicalRouter |
get(java.lang.String logicalRouterId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
LogicalRouterListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String routerType,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String vrfsOnLogicalRouterId)
Deprecated.
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String routerType,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String vrfsOnLogicalRouterId,
com.vmware.vapi.bindings.client.AsyncCallback<LogicalRouterListResult> asyncCallback)
Deprecated.
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String routerType,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String vrfsOnLogicalRouterId,
com.vmware.vapi.bindings.client.AsyncCallback<LogicalRouterListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
LogicalRouterListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String routerType,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String vrfsOnLogicalRouterId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
LogicalRouter |
reallocate(java.lang.String logicalRouterId,
ServiceRouterAllocationConfig serviceRouterAllocationConfig)
Deprecated.
|
void |
reallocate(java.lang.String logicalRouterId,
ServiceRouterAllocationConfig serviceRouterAllocationConfig,
com.vmware.vapi.bindings.client.AsyncCallback<LogicalRouter> asyncCallback)
Deprecated.
|
void |
reallocate(java.lang.String logicalRouterId,
ServiceRouterAllocationConfig serviceRouterAllocationConfig,
com.vmware.vapi.bindings.client.AsyncCallback<LogicalRouter> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
LogicalRouter |
reallocate(java.lang.String logicalRouterId,
ServiceRouterAllocationConfig serviceRouterAllocationConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
void |
reprocess(java.lang.String logicalRouterId)
Deprecated.
|
void |
reprocess(java.lang.String logicalRouterId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Deprecated.
|
void |
reprocess(java.lang.String logicalRouterId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
void |
reprocess(java.lang.String logicalRouterId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
LogicalRouter |
update(java.lang.String logicalRouterId,
LogicalRouter logicalRouter)
Deprecated.
|
void |
update(java.lang.String logicalRouterId,
LogicalRouter logicalRouter,
com.vmware.vapi.bindings.client.AsyncCallback<LogicalRouter> asyncCallback)
Deprecated.
|
void |
update(java.lang.String logicalRouterId,
LogicalRouter logicalRouter,
com.vmware.vapi.bindings.client.AsyncCallback<LogicalRouter> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
LogicalRouter |
update(java.lang.String logicalRouterId,
LogicalRouter logicalRouter,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
@Deprecated LogicalRouter create(LogicalRouter logicalRouter)
Synchronous method overload. Result of the invocation will be reported as a method return value.
logicalRouter - (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 Found@Deprecated LogicalRouter create(LogicalRouter logicalRouter, 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.
logicalRouter - (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 Found@Deprecated void create(LogicalRouter logicalRouter, com.vmware.vapi.bindings.client.AsyncCallback<LogicalRouter> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LogicalRouter
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
logicalRouter - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated void create(LogicalRouter logicalRouter, com.vmware.vapi.bindings.client.AsyncCallback<LogicalRouter> 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.LogicalRouter
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
logicalRouter - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.@Deprecated
void delete(java.lang.String logicalRouterId,
java.lang.Boolean cascadeDeleteLinkedPorts,
java.lang.Boolean force)
Synchronous method overload. Result of the invocation will be reported as a method return value.
logicalRouterId - (required)cascadeDeleteLinkedPorts - Flag to specify whether to delete related logical switch ports (optional,
default to false)force - Force delete the resource even if it is being used somewhere (optional, default
to false)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 Found@Deprecated
void delete(java.lang.String logicalRouterId,
java.lang.Boolean cascadeDeleteLinkedPorts,
java.lang.Boolean force,
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.
logicalRouterId - (required)cascadeDeleteLinkedPorts - Flag to specify whether to delete related logical switch ports (optional,
default to false)force - Force delete the resource even if it is being used somewhere (optional, default
to false)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 Found@Deprecated
void delete(java.lang.String logicalRouterId,
java.lang.Boolean cascadeDeleteLinkedPorts,
java.lang.Boolean force,
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
logicalRouterId - (required)cascadeDeleteLinkedPorts - Flag to specify whether to delete related logical switch ports (optional,
default to false)force - Force delete the resource even if it is being used somewhere (optional, default
to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void delete(java.lang.String logicalRouterId,
java.lang.Boolean cascadeDeleteLinkedPorts,
java.lang.Boolean force,
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
logicalRouterId - (required)cascadeDeleteLinkedPorts - Flag to specify whether to delete related logical switch ports (optional,
default to false)force - Force delete the resource even if it is being used somewhere (optional, default
to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.@Deprecated LogicalRouter get(java.lang.String logicalRouterId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
logicalRouterId - (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 Found@Deprecated LogicalRouter get(java.lang.String logicalRouterId, 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.
logicalRouterId - (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 Found@Deprecated
void get(java.lang.String logicalRouterId,
com.vmware.vapi.bindings.client.AsyncCallback<LogicalRouter> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LogicalRouter
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
logicalRouterId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void get(java.lang.String logicalRouterId,
com.vmware.vapi.bindings.client.AsyncCallback<LogicalRouter> 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.LogicalRouter
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
logicalRouterId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.@Deprecated LogicalRouterListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String routerType, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String vrfsOnLogicalRouterId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
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)routerType - Type of Logical Router (optional)sortAscending - (optional)sortBy - Field by which records are sorted (optional)vrfsOnLogicalRouterId - List all VRFs on the specified logical router. (optional)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 Found@Deprecated LogicalRouterListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.Long pageSize, java.lang.String routerType, java.lang.Boolean sortAscending, java.lang.String sortBy, java.lang.String vrfsOnLogicalRouterId, 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.
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)routerType - Type of Logical Router (optional)sortAscending - (optional)sortBy - Field by which records are sorted (optional)vrfsOnLogicalRouterId - List all VRFs on the specified logical router. (optional)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 Found@Deprecated
void list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String routerType,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String vrfsOnLogicalRouterId,
com.vmware.vapi.bindings.client.AsyncCallback<LogicalRouterListResult> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LogicalRouterListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
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)routerType - Type of Logical Router (optional)sortAscending - (optional)sortBy - Field by which records are sorted (optional)vrfsOnLogicalRouterId - List all VRFs on the specified logical router. (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.Long pageSize,
java.lang.String routerType,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
java.lang.String vrfsOnLogicalRouterId,
com.vmware.vapi.bindings.client.AsyncCallback<LogicalRouterListResult> 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.LogicalRouterListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
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)routerType - Type of Logical Router (optional)sortAscending - (optional)sortBy - Field by which records are sorted (optional)vrfsOnLogicalRouterId - List all VRFs on the specified logical router. (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.@Deprecated LogicalRouter reallocate(java.lang.String logicalRouterId, ServiceRouterAllocationConfig serviceRouterAllocationConfig)
Synchronous method overload. Result of the invocation will be reported as a method return value.
logicalRouterId - (required)serviceRouterAllocationConfig - (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 Found@Deprecated LogicalRouter reallocate(java.lang.String logicalRouterId, ServiceRouterAllocationConfig serviceRouterAllocationConfig, 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.
logicalRouterId - (required)serviceRouterAllocationConfig - (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 Found@Deprecated
void reallocate(java.lang.String logicalRouterId,
ServiceRouterAllocationConfig serviceRouterAllocationConfig,
com.vmware.vapi.bindings.client.AsyncCallback<LogicalRouter> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LogicalRouter
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
logicalRouterId - (required)serviceRouterAllocationConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void reallocate(java.lang.String logicalRouterId,
ServiceRouterAllocationConfig serviceRouterAllocationConfig,
com.vmware.vapi.bindings.client.AsyncCallback<LogicalRouter> 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.LogicalRouter
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
logicalRouterId - (required)serviceRouterAllocationConfig - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.@Deprecated void reprocess(java.lang.String logicalRouterId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
logicalRouterId - (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 Found@Deprecated
void reprocess(java.lang.String logicalRouterId,
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.
logicalRouterId - (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 Found@Deprecated
void reprocess(java.lang.String logicalRouterId,
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
logicalRouterId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void reprocess(java.lang.String logicalRouterId,
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
logicalRouterId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.@Deprecated LogicalRouter update(java.lang.String logicalRouterId, LogicalRouter logicalRouter)
Synchronous method overload. Result of the invocation will be reported as a method return value.
logicalRouterId - (required)logicalRouter - (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 Found@Deprecated LogicalRouter update(java.lang.String logicalRouterId, LogicalRouter logicalRouter, 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.
logicalRouterId - (required)logicalRouter - (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 Found@Deprecated
void update(java.lang.String logicalRouterId,
LogicalRouter logicalRouter,
com.vmware.vapi.bindings.client.AsyncCallback<LogicalRouter> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.LogicalRouter
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
logicalRouterId - (required)logicalRouter - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void update(java.lang.String logicalRouterId,
LogicalRouter logicalRouter,
com.vmware.vapi.bindings.client.AsyncCallback<LogicalRouter> 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.LogicalRouter
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
logicalRouterId - (required)logicalRouter - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.