public class AclInterface extends Object
Constructor and Description |
---|
AclInterface() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<AllowedAddressPairs> |
getAllowedAddressPairs()
Gets the allowed address pairs.
|
BigInteger |
getDpId()
Gets the dp id.
|
Long |
getElanId()
Gets elan id.
|
String |
getInterfaceId()
Gets the interface id.
|
Integer |
getLPortTag()
Gets the l port tag.
|
Boolean |
getPortSecurityEnabled()
Gets the port security enabled.
|
List<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid> |
getSecurityGroups()
Gets the security groups.
|
List<IpPrefixOrAddress> |
getSubnetIpPrefixes()
Gets the Subnet IP Prefix.
|
Long |
getVpnId()
Gets vpn id.
|
int |
hashCode() |
Boolean |
isMarkedForDelete()
Retrieve isMarkedForDelete.
|
Boolean |
isPortSecurityEnabled()
Checks if is port security enabled.
|
void |
setAllowedAddressPairs(List<AllowedAddressPairs> allowedAddressPairs)
Sets the allowed address pairs.
|
void |
setDpId(BigInteger dpId)
Sets the dp id.
|
void |
setElanId(Long elanId)
Sets elan id of the interface.
|
void |
setInterfaceId(String interfaceId)
Sets the interface id.
|
void |
setIsMarkedForDelete(Boolean isMarkedForDelete)
Sets isMarkedForDelete.
|
void |
setLPortTag(Integer lportTag)
Sets the l port tag.
|
void |
setPortSecurityEnabled(Boolean portSecurityEnabled)
Sets the port security enabled.
|
void |
setSecurityGroups(List<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid> securityGroups)
Sets the security groups.
|
void |
setSubnetIpPrefixes(List<IpPrefixOrAddress> subnetIpPrefixes)
Sets the Subnet IP Prefix.
|
void |
setVpnId(Long vpnId)
Sets VPN Id of the interface.
|
String |
toString() |
public Boolean isPortSecurityEnabled()
public Boolean getPortSecurityEnabled()
public void setPortSecurityEnabled(Boolean portSecurityEnabled)
portSecurityEnabled
- the new port security enabledpublic String getInterfaceId()
public void setInterfaceId(String interfaceId)
interfaceId
- the new interface idpublic Integer getLPortTag()
public void setLPortTag(Integer lportTag)
lportTag
- the new l port tagpublic BigInteger getDpId()
public void setDpId(BigInteger dpId)
dpId
- the new dp idpublic Long getElanId()
public void setElanId(Long elanId)
elanId
- elan id of the interfacepublic Long getVpnId()
public void setVpnId(Long vpnId)
vpnId
- VPN Id of the interfacepublic List<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid> getSecurityGroups()
public void setSecurityGroups(List<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid> securityGroups)
securityGroups
- the new security groupspublic List<AllowedAddressPairs> getAllowedAddressPairs()
public void setAllowedAddressPairs(List<AllowedAddressPairs> allowedAddressPairs)
allowedAddressPairs
- the new allowed address pairspublic List<IpPrefixOrAddress> getSubnetIpPrefixes()
public void setSubnetIpPrefixes(List<IpPrefixOrAddress> subnetIpPrefixes)
subnetIpPrefixes
- the Subnet IP Prefixpublic Boolean isMarkedForDelete()
public void setIsMarkedForDelete(Boolean isMarkedForDelete)
isMarkedForDelete
- boolean valueCopyright © 2018 OpenDaylight. All rights reserved.