public class NumberOfRoutesStub extends com.vmware.vapi.internal.bindings.Stub implements NumberOfRoutes
NumberOfRoutes
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
NumberOfRoutesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
NumberOfRoutesStub(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 |
|---|---|
Tier0NumberOfRoutesResult |
get(java.lang.String tier0Id,
java.lang.String edgePath,
java.lang.String enforcementPointPath,
java.lang.Boolean includeChildVrf)
Get total number of IPv4 or IPv6 routes on a Tier0
|
void |
get(java.lang.String tier0Id,
java.lang.String edgePath,
java.lang.String enforcementPointPath,
java.lang.Boolean includeChildVrf,
com.vmware.vapi.bindings.client.AsyncCallback<Tier0NumberOfRoutesResult> asyncCallback)
Get total number of IPv4 or IPv6 routes on a Tier0
|
void |
get(java.lang.String tier0Id,
java.lang.String edgePath,
java.lang.String enforcementPointPath,
java.lang.Boolean includeChildVrf,
com.vmware.vapi.bindings.client.AsyncCallback<Tier0NumberOfRoutesResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get total number of IPv4 or IPv6 routes on a Tier0
|
Tier0NumberOfRoutesResult |
get(java.lang.String tier0Id,
java.lang.String edgePath,
java.lang.String enforcementPointPath,
java.lang.Boolean includeChildVrf,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get total number of IPv4 or IPv6 routes on a Tier0
|
public NumberOfRoutesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public NumberOfRoutesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public Tier0NumberOfRoutesResult get(java.lang.String tier0Id, java.lang.String edgePath, java.lang.String enforcementPointPath, java.lang.Boolean includeChildVrf)
NumberOfRoutesSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface NumberOfRoutestier0Id - (required)edgePath - Policy path of edge node (required)enforcementPointPath - String Path of the enforcement point (optional)includeChildVrf - Count all the child VRF routes or not. (optional)public Tier0NumberOfRoutesResult get(java.lang.String tier0Id, java.lang.String edgePath, java.lang.String enforcementPointPath, java.lang.Boolean includeChildVrf, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NumberOfRoutesSynchronous 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 NumberOfRoutestier0Id - (required)edgePath - Policy path of edge node (required)enforcementPointPath - String Path of the enforcement point (optional)includeChildVrf - Count all the child VRF routes or not. (optional)invocationConfig - Configuration for the method invocation.public void get(java.lang.String tier0Id,
java.lang.String edgePath,
java.lang.String enforcementPointPath,
java.lang.Boolean includeChildVrf,
com.vmware.vapi.bindings.client.AsyncCallback<Tier0NumberOfRoutesResult> asyncCallback)
NumberOfRoutesAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_global_policy.model.Tier0NumberOfRoutesResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface NumberOfRoutestier0Id - (required)edgePath - Policy path of edge node (required)enforcementPointPath - String Path of the enforcement point (optional)includeChildVrf - Count all the child VRF routes or not. (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String tier0Id,
java.lang.String edgePath,
java.lang.String enforcementPointPath,
java.lang.Boolean includeChildVrf,
com.vmware.vapi.bindings.client.AsyncCallback<Tier0NumberOfRoutesResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
NumberOfRoutesAsynchronous 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_global_policy.model.Tier0NumberOfRoutesResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface NumberOfRoutestier0Id - (required)edgePath - Policy path of edge node (required)enforcementPointPath - String Path of the enforcement point (optional)includeChildVrf - Count all the child VRF routes or not. (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.