| Package | Description |
|---|---|
| net.nuage.vsp.acs.client.api | |
| net.nuage.vsp.acs.client.api.impl |
| Modifier and Type | Method and Description |
|---|---|
NetworkDetails |
NuageVspClient.getAttachedNetworkDetails(boolean throwExceptionWhenNotFound,
VspNetwork vspNetwork)
Get the network details from the VSP
|
NetworkDetails |
NuageVspClient.getAttachedNetworkDetails(VspNetwork vspNetwork)
Get the network details from the VSP
|
| Modifier and Type | Method and Description |
|---|---|
List<NuageVspObject> |
NuageVspApiClient.addVMInterfaceToVM(VspNetwork vspNetwork,
VspVm vspVm,
VspNic vspNic,
NetworkDetails attachedNetworkDetails,
NuageVspObject vm,
DhcpOptions dhcpOptions) |
String |
NuageVspApiClient.allocateFIPToVPortInVsp(NetworkDetails attachedNetworkDetails,
String vportId,
String vspSharedNetworkId,
String staticNatIp,
String staticNatIpUuid,
String nicSecondaryIp4Address,
String nicSecondaryIpUuid) |
String |
NuageVspApiClient.applyStaticNatInVsp(NetworkDetails attachedNetworkDetails,
String vportId,
VspStaticNat vspStaticNat) |
void |
NuageVspAclClient.applyStaticRoutes(NetworkDetails networkDetails,
Collection<VspStaticRoute> staticRoutes) |
void |
NuageVspApiClient.createDhcpOptions(NuageVspApiClient.ExistingDhcpOptionStrategy existingOptionStrategy,
NetworkDetails attachedNetworkDetails,
VspNetwork vspNetwork,
DhcpOptions dhcpOptions)
Depending on the option strategy new dhcp options get created on the vsd for a subnet
|
List<NuageVspObject> |
NuageVspApiClient.createVMInVSP(VspNetwork vspNetwork,
VspVm vspVm,
VspNic vspNic,
NetworkDetails attachedNetworkDetails,
DhcpOptions dhcpOptions) |
void |
NuageVspApiClient.createVportInVsp(VspNic vspNic,
VspNetwork vspNetwork,
List<NuageVspObject> vmInterfaceList,
NetworkDetails attachedNetworkDetails,
DhcpOptions dhcpOptions) |
org.apache.commons.lang3.tuple.Pair<NuageVspObject,NuageVspObject> |
NuageVspAclClient.findOrCreateAclTemplates(NetworkDetails networkDetails,
Integer priority) |
void |
NuageVspApiClient.releaseFIPFromVsp(NetworkDetails attachedNetworkDetails,
String vportId,
String staticNatIpUuid,
String nicSecondaryIpUuid) |
void |
NuageVspAclClient.resetAllAclRulesInTheNetwork(VspNetwork vspNetwork,
NetworkDetails networkDetails,
AclRulesDetails aclRulesDetails) |
| Modifier and Type | Method and Description |
|---|---|
NetworkDetails |
NuageVspClientImpl.getAttachedNetworkDetails(boolean throwExceptionWhenNotFound,
VspNetwork vspNetwork) |
NetworkDetails |
NuageVspClientImpl.getAttachedNetworkDetails(VspNetwork vspNetwork) |
| Modifier and Type | Method and Description |
|---|---|
List<NuageVspObject> |
NuageVspApiClientImpl.addVMInterfaceToVM(VspNetwork vspNetwork,
VspVm vspVm,
VspNic vspNic,
NetworkDetails attachedNetworkDetails,
NuageVspObject vm,
DhcpOptions dhcpOptions) |
String |
NuageVspApiClientImpl.allocateFIPToVPortInVsp(NetworkDetails attachedNetworkDetails,
String vportId,
String vspSharedNetworkId,
String staticNatIp,
String staticNatIpUuid,
String nicSecondaryIp4Address,
String nicSecondaryIpUuid) |
String |
NuageVspApiClientImpl.applyStaticNatInVsp(NetworkDetails attachedNetworkDetails,
String vportId,
VspStaticNat vspStaticNat) |
void |
NuageVspAclClientImpl.applyStaticRoutes(NetworkDetails networkDetails,
Collection<VspStaticRoute> staticRoutes) |
void |
NuageVspApiClientImpl.createDhcpOptions(NuageVspApiClient.ExistingDhcpOptionStrategy existingOptionStrategy,
NetworkDetails attachedNetworkDetails,
VspNetwork vspNetwork,
DhcpOptions dhcpOptions) |
List<NuageVspObject> |
NuageVspApiClientImpl.createVMInVSP(VspNetwork vspNetwork,
VspVm vspVm,
VspNic vspNic,
NetworkDetails attachedNetworkDetails,
DhcpOptions dhcpOptions) |
void |
NuageVspApiClientImpl.createVportInVsp(VspNic vspNic,
VspNetwork vspNetwork,
List<NuageVspObject> vmInterfaceList,
NetworkDetails attachedNetworkDetails,
DhcpOptions dhcpOptions) |
org.apache.commons.lang3.tuple.Pair<NuageVspObject,NuageVspObject> |
NuageVspAclClientImpl.findOrCreateAclTemplates(NetworkDetails networkDetails,
Integer priority) |
void |
NuageVspApiClientImpl.releaseFIPFromVsp(NetworkDetails attachedNetworkDetails,
String vportId,
String staticNatIpUuid,
String nicSecondaryIpUuid) |
void |
NuageVspAclClientImpl.resetAllAclRulesInTheNetwork(VspNetwork vspNetwork,
NetworkDetails networkDetails,
AclRulesDetails aclRulesDetails) |
Copyright © 2016–2017 Nuage Networks. All rights reserved.