| Package | Description |
|---|---|
| net.nuage.vsp.acs.client.api | |
| net.nuage.vsp.acs.client.api.impl | |
| net.nuage.vsp.acs.client.common.model |
| Modifier and Type | Method and Description |
|---|---|
void |
NuageVspAclClient.createOrDeleteDefaultIngressSubnetBlockAcl(VspNetwork vspNetwork,
AclRulesDetails aclRulesDetails) |
void |
NuageVspAclClient.removeAclRule(VspNetwork vspNetwork,
AclRulesDetails aclRulesDetails,
VspAclRule vspAclRule) |
void |
NuageVspAclClient.resetAllAclRulesInTheNetwork(VspNetwork vspNetwork,
NetworkDetails networkDetails,
AclRulesDetails aclRulesDetails) |
void |
NuageVspAclClient.saveAclRule(String enterpriseId,
VspNetwork network,
AclRulesDetails aclRulesDetails,
NuageVspAclClient.AclProgress state,
VspAclRule vspAclRule) |
| Modifier and Type | Method and Description |
|---|---|
void |
NuageVspAclClientImpl.createOrDeleteDefaultIngressSubnetBlockAcl(VspNetwork vspNetwork,
AclRulesDetails aclRulesDetails)
Adds or removes the final egress rule of the network, to perform the default action
By Default, all outgoing traffic is allowed
When an ACL list contains an egress rule, which allows traffic, the default action becomes deny.
|
void |
NuageVspAclClientImpl.removeAclRule(VspNetwork vspNetwork,
AclRulesDetails aclRulesDetails,
VspAclRule vspAclRule) |
void |
NuageVspAclClientImpl.resetAllAclRulesInTheNetwork(VspNetwork vspNetwork,
NetworkDetails networkDetails,
AclRulesDetails aclRulesDetails) |
void |
NuageVspAclClientImpl.saveAclRule(String enterpriseId,
VspNetwork network,
AclRulesDetails aclRulesDetails,
NuageVspAclClient.AclProgress state,
VspAclRule vspAclRule)
Applies ACL rules
|
| Modifier and Type | Class and Description |
|---|---|
class |
StaleAclRulesDetails |
| Constructor and Description |
|---|
StaleAclRulesDetails(AclRulesDetails aclRulesDetails,
Map<String,NuageVspObject> ingressAclEntries,
Map<String,NuageVspObject> egressAclEntries,
Map<Integer,NuageVspObject> defaultIngressAclEntries,
Map<Integer,NuageVspObject> defaultEgressAclEntries) |
Copyright © 2016–2017 Nuage Networks. All rights reserved.