| Package | Description |
|---|---|
| net.nuage.vsp.acs.client.api | |
| net.nuage.vsp.acs.client.api.impl | |
| net.nuage.vsp.acs.client.common | |
| net.nuage.vsp.acs.client.exception |
| Modifier and Type | Method and Description |
|---|---|
Map<NuageVspEntity,Map<RequestType,AtomicLong>> |
NuageVspStatistics.getVsdCountReport() |
| Modifier and Type | Method and Description |
|---|---|
long |
NuageVspStatistics.getVsdCount(NuageVspEntity entity,
RequestType type) |
long |
NuageVspStatistics.getVsdCount(RequestType type) |
void |
NuageVspStatistics.reportVSDCall(NuageVspEntity entity,
RequestType requestType)
Report a call to the VSD
|
| Modifier and Type | Method and Description |
|---|---|
Map<NuageVspEntity,Map<RequestType,AtomicLong>> |
NuageVspStatisticsImpl.getVsdCountReport() |
| Modifier and Type | Method and Description |
|---|---|
Pair<String,String> |
NuageVspRestApi.executeNuageApi(NuageVspEntity entityType,
String entityId,
NuageVspEntity childEntityType,
Object entityDetails,
RequestType type,
Boolean checkWarning,
NuageVspPaging paging,
NuageVspUser proxyUser)
All Nuage APIs will be executed as CMS User in Nuage.
|
Pair<String,String> |
NuageVspRestApi.executeNuageApi(NuageVspEntity entityType,
String entityId,
NuageVspEntity childEntityType,
Object entityDetails,
RequestType type,
boolean checkWarning,
NuageVspPaging paging,
NuageVspUser proxyUser,
String restRelativePath) |
long |
NuageVspStatisticsImpl.getVsdCount(NuageVspEntity entity,
RequestType type) |
long |
NuageVspStatisticsImpl.getVsdCount(RequestType type) |
void |
NuageVspStatisticsImpl.reportVSDCall(NuageVspEntity entity,
RequestType requestType) |
| Modifier and Type | Method and Description |
|---|---|
static RequestType |
RequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestType[] |
RequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RequestType |
NuageVspApiException.getRequestType() |
| Modifier and Type | Method and Description |
|---|---|
void |
NuageVspApiException.setRequestType(RequestType requestType) |
| Constructor and Description |
|---|
NuageVspApiException(int httpErrorCode,
String errorMessage,
NuageVspConstants.ErrorCode nuageErrorCode,
String nuageErrorDetails,
NuageVspEntity entityType,
RequestType requestType) |
NuageVspApiException(int httpErrorCode,
String errorMessage,
NuageVspEntity entityType,
RequestType requestType) |
Copyright © 2016–2017 Nuage Networks. All rights reserved.