public class VspAclRule extends VspObject
| Modifier and Type | Class and Description |
|---|---|
static class |
VspAclRule.ACLAction |
static class |
VspAclRule.ACLState |
static class |
VspAclRule.ACLTrafficType |
static class |
VspAclRule.ACLType |
static class |
VspAclRule.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
VspAclRule.ACLAction |
getAction() |
Integer |
getEndPort() |
String |
getPortRange() |
Integer |
getPriority() |
Protocol |
getProtocol() |
List<String> |
getSourceCidrList() |
String |
getSourceIpAddress() |
Integer |
getStartPort() |
VspAclRule.ACLState |
getState() |
VspAclRule.ACLTrafficType |
getTrafficType() |
VspAclRule.ACLType |
getType() |
String |
getUuid() |
int |
hashCode() |
boolean |
isAddedNetworkAclRule() |
boolean |
isReflexive() |
public String getUuid()
public Protocol getProtocol()
public Integer getStartPort()
public Integer getEndPort()
public VspAclRule.ACLState getState()
public VspAclRule.ACLTrafficType getTrafficType()
public VspAclRule.ACLAction getAction()
public String getSourceIpAddress()
public Integer getPriority()
public VspAclRule.ACLType getType()
public boolean isReflexive()
public boolean isAddedNetworkAclRule()
public String getPortRange()
Copyright © 2016–2017 Nuage Networks. All rights reserved.