Interface NumberOfRoutes
-
- All Superinterfaces:
NumberOfRoutesTypes
,com.vmware.vapi.bindings.Service
- All Known Implementing Classes:
NumberOfRoutesStub
public interface NumberOfRoutes extends com.vmware.vapi.bindings.Service, NumberOfRoutesTypes
-
-
Field Summary
-
Fields inherited from interface com.vmware.nsx_policy.global_infra.tier_0s.NumberOfRoutesTypes
_VAPI_SERVICE_ID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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 Tier0void
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 Tier0void
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 Tier0Tier0NumberOfRoutesResult
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
-
-
-
Method Detail
-
get
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 Tier0Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
tier0Id
- (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)- Returns:
- com.vmware.nsx_policy.model.Tier0NumberOfRoutesResult
- Throws:
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
-
get
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 Tier0Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
tier0Id
- (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.- Returns:
- com.vmware.nsx_policy.model.Tier0NumberOfRoutesResult
- Throws:
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
-
get
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 Tier0Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx_policy.model.Tier0NumberOfRoutesResultOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
tier0Id
- (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.
-
get
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 Tier0Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.Tier0NumberOfRoutesResultOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
tier0Id
- (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.
-
-