public class AdvertisedRoutesStub extends com.vmware.vapi.internal.bindings.Stub implements AdvertisedRoutes
AdvertisedRoutes
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
AdvertisedRoutesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
AdvertisedRoutesStub(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 |
|---|---|
BgpNeighborRouteDetails |
get(java.lang.String edgeNodeId,
java.lang.String neighborId)
Returns routes advertised by BGP neighbor from the given edge transport node.
|
void |
get(java.lang.String edgeNodeId,
java.lang.String neighborId,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighborRouteDetails> asyncCallback)
Returns routes advertised by BGP neighbor from the given edge transport node.
|
void |
get(java.lang.String edgeNodeId,
java.lang.String neighborId,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighborRouteDetails> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns routes advertised by BGP neighbor from the given edge transport node.
|
BgpNeighborRouteDetails |
get(java.lang.String edgeNodeId,
java.lang.String neighborId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns routes advertised by BGP neighbor from the given edge transport node.
|
public AdvertisedRoutesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public AdvertisedRoutesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public BgpNeighborRouteDetails get(java.lang.String edgeNodeId, java.lang.String neighborId)
AdvertisedRoutesSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface AdvertisedRoutesedgeNodeId - (required)neighborId - (required)public BgpNeighborRouteDetails get(java.lang.String edgeNodeId, java.lang.String neighborId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AdvertisedRoutesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
get in interface AdvertisedRoutesedgeNodeId - (required)neighborId - (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String edgeNodeId,
java.lang.String neighborId,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighborRouteDetails> asyncCallback)
AdvertisedRoutesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.BgpNeighborRouteDetails
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface AdvertisedRoutesedgeNodeId - (required)neighborId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String edgeNodeId,
java.lang.String neighborId,
com.vmware.vapi.bindings.client.AsyncCallback<BgpNeighborRouteDetails> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
AdvertisedRoutesAsynchronous 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.BgpNeighborRouteDetails
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface AdvertisedRoutesedgeNodeId - (required)neighborId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.