public final class AclInterface extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AclInterface.Builder |
Modifier and Type | Method and Description |
---|---|
static AclInterface.Builder |
builder() |
static AclInterface.Builder |
builder(AclInterface from) |
boolean |
equals(Object obj) |
List<AllowedAddressPairs> |
getAllowedAddressPairs()
Gets the allowed address pairs.
|
BigInteger |
getDpId()
Gets the dp id.
|
SortedSet<Integer> |
getEgressRemoteAclTags()
Gets the egress remote acl tags.
|
Long |
getElanId()
Gets elan id.
|
SortedSet<Integer> |
getIngressRemoteAclTags()
Gets the ingress remote acl tags.
|
String |
getInterfaceId()
Gets the interface id.
|
Integer |
getLPortTag()
Gets the l port tag.
|
SortedSet<Integer> |
getRemoteAclTags(Class<? extends DirectionBase> direction)
Gets the remote acl tags.
|
List<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid> |
getSecurityGroups()
Gets the security groups.
|
List<SubnetInfo> |
getSubnetInfo()
Gets the Subnet info.
|
int |
hashCode() |
boolean |
isMarkedForDelete()
Retrieve isMarkedForDelete.
|
boolean |
isPortSecurityEnabled()
Checks if is port security enabled.
|
void |
setIsMarkedForDelete(boolean isMarkedForDelete)
Sets isMarkedForDelete.
|
String |
toString() |
public boolean isPortSecurityEnabled()
public String getInterfaceId()
public Integer getLPortTag()
public BigInteger getDpId()
public Long getElanId()
public List<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid> getSecurityGroups()
public List<AllowedAddressPairs> getAllowedAddressPairs()
public List<SubnetInfo> getSubnetInfo()
public SortedSet<Integer> getRemoteAclTags(Class<? extends DirectionBase> direction)
direction
- the directionpublic SortedSet<Integer> getEgressRemoteAclTags()
public SortedSet<Integer> getIngressRemoteAclTags()
public boolean isMarkedForDelete()
public void setIsMarkedForDelete(boolean isMarkedForDelete)
isMarkedForDelete
- boolean valuepublic static AclInterface.Builder builder()
public static AclInterface.Builder builder(AclInterface from)
Copyright © 2019 OpenDaylight. All rights reserved.