NuageVspObject |
NuageVspRestApi.createResource(NuageVspEntity parentEntityType,
String parentEntityId,
NuageVspObject childEntity,
Boolean checkWarning,
NuageVspUser proxyUser,
NuageVspConstants.ErrorCode... retryNuageErrorCodes) |
NuageVspObject |
NuageVspRestApi.createResource(NuageVspObject entity,
NuageVspUser proxyUser) |
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) |