| Package | Description |
|---|---|
| net.nuage.vsp.acs.client.api | |
| net.nuage.vsp.acs.client.api.impl | |
| net.nuage.vsp.acs.client.api.model | |
| net.nuage.vsp.acs.client.common.model |
| Modifier and Type | Method and Description |
|---|---|
void |
NuageVspAclClient.removeAclRule(VspNetwork vspNetwork,
AclRulesDetails aclRulesDetails,
VspAclRule vspAclRule) |
void |
NuageVspAclClient.saveAclRule(String enterpriseId,
VspNetwork network,
AclRulesDetails aclRulesDetails,
NuageVspAclClient.AclProgress state,
VspAclRule vspAclRule) |
| Modifier and Type | Method and Description |
|---|---|
void |
NuageVspElementClient.applyAclRules(VspAclRule.ACLType vspAclRuleType,
VspNetwork vspNetwork,
List<VspAclRule> vspAclRules,
boolean networkReset)
Apply ACL rules to a network
|
boolean |
NuageVspElementClient.implement(VspNetwork vspNetwork,
VspDhcpDomainOption vspDhcpOption,
List<VspAclRule> ingressFirewallRules,
List<VspAclRule> egressFirewallRules,
List<String> floatingIpUuids)
Implement a network
|
boolean |
NuageVspElementClient.implement(VspNetwork vspNetwork,
VspDhcpDomainOption vspDhcpOption,
List<VspAclRule> ingressFirewallRules,
List<VspAclRule> egressFirewallRules,
List<String> floatingIpUuids)
Implement a network
|
| Modifier and Type | Method and Description |
|---|---|
void |
NuageVspAclClientImpl.removeAclRule(VspNetwork vspNetwork,
AclRulesDetails aclRulesDetails,
VspAclRule vspAclRule) |
void |
NuageVspAclClientImpl.saveAclRule(String enterpriseId,
VspNetwork network,
AclRulesDetails aclRulesDetails,
NuageVspAclClient.AclProgress state,
VspAclRule vspAclRule)
Applies ACL rules
|
| Modifier and Type | Method and Description |
|---|---|
void |
NuageVspElementClientImpl.applyAclRules(VspAclRule.ACLType vspAclRuleType,
VspNetwork vspNetwork,
List<VspAclRule> vspAclRules,
boolean networkReset) |
boolean |
NuageVspElementClientImpl.implement(VspNetwork vspNetwork,
VspDhcpDomainOption vspDhcpOptions,
List<VspAclRule> ingressFirewallRules,
List<VspAclRule> egressFirewallRules,
List<String> floatingIpUuids) |
boolean |
NuageVspElementClientImpl.implement(VspNetwork vspNetwork,
VspDhcpDomainOption vspDhcpOptions,
List<VspAclRule> ingressFirewallRules,
List<VspAclRule> egressFirewallRules,
List<String> floatingIpUuids) |
| Modifier and Type | Method and Description |
|---|---|
VspAclRule |
VspAclRule.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
VspAclRule.Builder |
VspAclRule.Builder.fromObject(VspAclRule obj) |
| Modifier and Type | Method and Description |
|---|---|
List<VspAclRule> |
AclRulesDetails.getVspAclRules() |
| Constructor and Description |
|---|
AclRulesDetails(List<VspAclRule> vspAclRules,
boolean isNetworkAcl,
Boolean isIngressFirewallRule,
boolean createDefaultRules,
String aclNetworkLocationId,
NuageVspObject ingressAclTemplate,
NuageVspObject egressAclTemplate) |
Copyright © 2016–2017 Nuage Networks. All rights reserved.