| Package | Description |
|---|---|
| net.nuage.vsp.acs.client.api | |
| net.nuage.vsp.acs.client.api.impl | |
| net.nuage.vsp.acs.client.common |
| Modifier and Type | Method and Description |
|---|---|
void |
NuageVspApiClient.deleteSharedResourceInVSP(NuageVspConstants.SharedNetworkType resourceType,
String staticNatNetworkUuid,
String staticNatVlanGateway,
String staticNatVlanNetmask) |
Pair<Boolean,String> |
NuageVspApiClient.findOrCreateSharedResource(boolean findByExternalId,
NuageVspConstants.SharedNetworkType resourceType,
String staticNatNetworkUuid,
String staticNatVlanGateway,
String staticNatVlanNetmask,
boolean staticNatVlanUnderlay,
String networkName) |
| Modifier and Type | Method and Description |
|---|---|
String |
NuageVspApiClientImpl.createSharedResource(NuageVspConstants.SharedNetworkType resourceType,
String sharedResourceParentId,
String staticNatNetworkUuid,
String staticNatVlanGateway,
String staticNatVlanNetmask,
boolean staticNatVlanUnderlay,
String networkName) |
void |
NuageVspApiClientImpl.deleteSharedResourceInVSP(NuageVspConstants.SharedNetworkType resourceType,
String staticNatNetworkUuid,
String staticNatVlanGateway,
String staticNatVlanNetmask) |
Pair<Boolean,String> |
NuageVspApiClientImpl.findOrCreateSharedResource(boolean findByExternalId,
NuageVspConstants.SharedNetworkType resourceType,
String staticNatNetworkUuid,
String staticNatVlanGateway,
String staticNatVlanNetmask,
boolean staticNatVlanUnderlay,
String networkName) |
String |
NuageVspApiClientImpl.findSharedResource(boolean findByExternalId,
NuageVspConstants.SharedNetworkType resourceType,
String staticNatNetworkUuid,
String staticNatVlanGateway,
String staticNatVlanNetmask) |
com.google.common.base.Optional<NuageVspObject> |
NuageVspApiClientImpl.findSharedResourceWithFallback(boolean findByExternalId,
NuageVspConstants.SharedNetworkType resourceType,
String staticNatNetworkUuid,
String staticNatVlanGateway,
String staticNatVlanNetmask) |
| Modifier and Type | Method and Description |
|---|---|
static NuageVspConstants.SharedNetworkType |
NuageVspConstants.SharedNetworkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NuageVspConstants.SharedNetworkType[] |
NuageVspConstants.SharedNetworkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016–2017 Nuage Networks. All rights reserved.