public interface Statistics extends com.vmware.vapi.bindings.Service, StatisticsTypes
_VAPI_SERVICE_ID, GETPERLOGICALROUTER_SOURCE_CACHED, GETPERLOGICALROUTER_SOURCE_REALTIME, GETPERRULE_SOURCE_CACHED, GETPERRULE_SOURCE_REALTIME| Modifier and Type | Method and Description |
|---|---|
NatStatisticsPerLogicalRouter |
getperlogicalrouter(java.lang.String logicalRouterId,
java.lang.String source)
Deprecated.
|
void |
getperlogicalrouter(java.lang.String logicalRouterId,
java.lang.String source,
com.vmware.vapi.bindings.client.AsyncCallback<NatStatisticsPerLogicalRouter> asyncCallback)
Deprecated.
|
void |
getperlogicalrouter(java.lang.String logicalRouterId,
java.lang.String source,
com.vmware.vapi.bindings.client.AsyncCallback<NatStatisticsPerLogicalRouter> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
NatStatisticsPerLogicalRouter |
getperlogicalrouter(java.lang.String logicalRouterId,
java.lang.String source,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
NatStatisticsPerRule |
getperrule(java.lang.String logicalRouterId,
java.lang.String ruleId,
java.lang.String source)
Deprecated.
|
void |
getperrule(java.lang.String logicalRouterId,
java.lang.String ruleId,
java.lang.String source,
com.vmware.vapi.bindings.client.AsyncCallback<NatStatisticsPerRule> asyncCallback)
Deprecated.
|
void |
getperrule(java.lang.String logicalRouterId,
java.lang.String ruleId,
java.lang.String source,
com.vmware.vapi.bindings.client.AsyncCallback<NatStatisticsPerRule> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
NatStatisticsPerRule |
getperrule(java.lang.String logicalRouterId,
java.lang.String ruleId,
java.lang.String source,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
@Deprecated NatStatisticsPerLogicalRouter getperlogicalrouter(java.lang.String logicalRouterId, java.lang.String source)
Synchronous method overload. Result of the invocation will be reported as a method return value.
logicalRouterId - (required)source - Data source type. (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 NatStatisticsPerLogicalRouter getperlogicalrouter(java.lang.String logicalRouterId, java.lang.String source, 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)source - Data source type. (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 getperlogicalrouter(java.lang.String logicalRouterId,
java.lang.String source,
com.vmware.vapi.bindings.client.AsyncCallback<NatStatisticsPerLogicalRouter> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NatStatisticsPerLogicalRouter
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
logicalRouterId - (required)source - Data source type. (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void getperlogicalrouter(java.lang.String logicalRouterId,
java.lang.String source,
com.vmware.vapi.bindings.client.AsyncCallback<NatStatisticsPerLogicalRouter> 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.NatStatisticsPerLogicalRouter
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
logicalRouterId - (required)source - Data source type. (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.@Deprecated NatStatisticsPerRule getperrule(java.lang.String logicalRouterId, java.lang.String ruleId, java.lang.String source)
Synchronous method overload. Result of the invocation will be reported as a method return value.
logicalRouterId - (required)ruleId - (required)source - Data source type. (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 NatStatisticsPerRule getperrule(java.lang.String logicalRouterId, java.lang.String ruleId, java.lang.String source, 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)ruleId - (required)source - Data source type. (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 getperrule(java.lang.String logicalRouterId,
java.lang.String ruleId,
java.lang.String source,
com.vmware.vapi.bindings.client.AsyncCallback<NatStatisticsPerRule> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NatStatisticsPerRule
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
logicalRouterId - (required)ruleId - (required)source - Data source type. (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void getperrule(java.lang.String logicalRouterId,
java.lang.String ruleId,
java.lang.String source,
com.vmware.vapi.bindings.client.AsyncCallback<NatStatisticsPerRule> 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.NatStatisticsPerRule
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
logicalRouterId - (required)ruleId - (required)source - Data source type. (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.