| 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.common.model |
| Modifier and Type | Method and Description |
|---|---|
String |
NuageVspApiClient.findEntityUsingFilter(NuageVspEntity entityType,
String entityId,
NuageVspEntity childEntityType,
NuageVspAttribute filterAttr,
Object filterAttrValue) |
<T> T |
NuageVspApiClient.findFieldValueByExternalUuid(NuageVspEntity entityType,
String entityId,
NuageVspEntity childEntityType,
String externalId,
NuageVspAttribute fieldName) |
| Modifier and Type | Method and Description |
|---|---|
protected static NuageVspFilter |
NuageVspRestApi.createFilter(NuageVspAttribute filterAttr,
Object filterAttrValue) |
String |
NuageVspApiClientImpl.findEntityUsingFilter(NuageVspEntity entityType,
String entityId,
NuageVspEntity childEntityType,
NuageVspAttribute filterAttr,
Object filterAttrValue) |
<T> T |
NuageVspApiClientImpl.findFieldValueByExternalUuid(NuageVspEntity entityType,
String entityId,
NuageVspEntity childEntityType,
String externalId,
NuageVspAttribute fieldName) |
String |
NuageVspRestApi.getResources(NuageVspEntity nuageEntityType,
String entityId,
NuageVspEntity nuageChildEntityType,
NuageVspAttribute filterAttribute,
Object filterValue) |
| Modifier and Type | Field and Description |
|---|---|
static Set<NuageVspAttribute> |
FilterProcessor.EXTERNAL_ID_FIELDS |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<NuageVspAttribute,String> |
NuageVspEntity.GET_ATTRIBUTE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static NuageVspAttribute |
NuageVspAttribute.lookup(NuageVspApiVersion apiVersion,
String attributeName,
NuageVspEntity entityType) |
static NuageVspAttribute |
NuageVspAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NuageVspAttribute[] |
NuageVspAttribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<NuageVspAttribute,Object>> |
NuageVspObject.entrySet() |
Set<NuageVspAttribute> |
NuageVspEntity.getAttributes() |
com.google.common.base.Optional<NuageVspAttribute> |
NuageVspEntity.getDescriptionAttribute() |
com.google.common.base.Optional<NuageVspAttribute> |
NuageVspEntity.getNameAttribute() |
| Modifier and Type | Method and Description |
|---|---|
NuageVspFilter.BinaryOperatorBuilder |
NuageVspFilter.and(NuageVspAttribute attribute) |
NuageVspFilter.BinaryOperatorBuilder |
NuageVspFilter.field(NuageVspAttribute attribute) |
<T> T |
NuageVspObject.get(NuageVspAttribute field) |
boolean |
NuageVspEntity.hasAttribute(NuageVspAttribute field) |
boolean |
NuageVspObject.hasAttribute(NuageVspAttribute field) |
NuageVspFilter.BinaryOperatorBuilder |
NuageVspFilter.or(NuageVspAttribute attribute) |
NuageVspFilter |
NuageVspFilter.orderBy(NuageVspAttribute attribute,
NuageVspFilter.OrderType type) |
NuageVspObject |
NuageVspObject.set(NuageVspAttribute field,
Object value) |
NuageVspObject |
NuageVspObject.unset(NuageVspAttribute field) |
static NuageVspFilter.BinaryOperatorBuilder |
NuageVspFilter.where(NuageVspAttribute attribute) |
Copyright © 2016–2017 Nuage Networks. All rights reserved.