public class RoutesStub extends com.vmware.vapi.internal.bindings.Stub implements Routes
Routes
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
RoutesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
RoutesStub(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 |
|---|---|
NodeRouteProperties |
create(NodeRouteProperties nodeRouteProperties)
Add a route to the node routing table.
|
void |
create(NodeRouteProperties nodeRouteProperties,
com.vmware.vapi.bindings.client.AsyncCallback<NodeRouteProperties> asyncCallback)
Add a route to the node routing table.
|
void |
create(NodeRouteProperties nodeRouteProperties,
com.vmware.vapi.bindings.client.AsyncCallback<NodeRouteProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Add a route to the node routing table.
|
NodeRouteProperties |
create(NodeRouteProperties nodeRouteProperties,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Add a route to the node routing table.
|
void |
delete(java.lang.String routeId)
Delete a route from the node routing table.
|
void |
delete(java.lang.String routeId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete a route from the node routing table.
|
void |
delete(java.lang.String routeId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete a route from the node routing table.
|
void |
delete(java.lang.String routeId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete a route from the node routing table.
|
NodeRouteProperties |
get(java.lang.String routeId)
Returns detailed information about a specified route in the node routing table.
|
void |
get(java.lang.String routeId,
com.vmware.vapi.bindings.client.AsyncCallback<NodeRouteProperties> asyncCallback)
Returns detailed information about a specified route in the node routing table.
|
void |
get(java.lang.String routeId,
com.vmware.vapi.bindings.client.AsyncCallback<NodeRouteProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns detailed information about a specified route in the node routing table.
|
NodeRouteProperties |
get(java.lang.String routeId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns detailed information about a specified route in the node routing table.
|
NodeRoutePropertiesListResult |
list()
Returns detailed information about each route in the node routing table.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<NodeRoutePropertiesListResult> asyncCallback)
Returns detailed information about each route in the node routing table.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<NodeRoutePropertiesListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns detailed information about each route in the node routing table.
|
NodeRoutePropertiesListResult |
list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns detailed information about each route in the node routing table.
|
public RoutesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public RoutesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public NodeRouteProperties create(NodeRouteProperties nodeRouteProperties)
RoutesSynchronous method overload. Result of the invocation will be reported as a method return value.
public NodeRouteProperties create(NodeRouteProperties nodeRouteProperties, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RoutesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void create(NodeRouteProperties nodeRouteProperties, com.vmware.vapi.bindings.client.AsyncCallback<NodeRouteProperties> asyncCallback)
RoutesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NodeRouteProperties
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void create(NodeRouteProperties nodeRouteProperties, com.vmware.vapi.bindings.client.AsyncCallback<NodeRouteProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RoutesAsynchronous 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.NodeRouteProperties
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void delete(java.lang.String routeId)
RoutesSynchronous method overload. Result of the invocation will be reported as a method return value.
public void delete(java.lang.String routeId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RoutesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void delete(java.lang.String routeId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
RoutesAsynchronous 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
public void delete(java.lang.String routeId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RoutesAsynchronous 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
public NodeRouteProperties get(java.lang.String routeId)
RoutesSynchronous method overload. Result of the invocation will be reported as a method return value.
public NodeRouteProperties get(java.lang.String routeId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RoutesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void get(java.lang.String routeId,
com.vmware.vapi.bindings.client.AsyncCallback<NodeRouteProperties> asyncCallback)
RoutesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NodeRouteProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void get(java.lang.String routeId,
com.vmware.vapi.bindings.client.AsyncCallback<NodeRouteProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RoutesAsynchronous 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.NodeRouteProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public NodeRoutePropertiesListResult list()
RoutesSynchronous method overload. Result of the invocation will be reported as a method return value.
public NodeRoutePropertiesListResult list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RoutesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void list(com.vmware.vapi.bindings.client.AsyncCallback<NodeRoutePropertiesListResult> asyncCallback)
RoutesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NodeRoutePropertiesListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void list(com.vmware.vapi.bindings.client.AsyncCallback<NodeRoutePropertiesListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
RoutesAsynchronous 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.NodeRoutePropertiesListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found