public static class VirtualNetwork.DpnInterfaceInfo extends Object
Modifier and Type | Method and Description |
---|---|
void |
clearNdTargetFlowInfo() |
void |
clearOfPortList() |
BigInteger |
getDpId() |
Set<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address> |
getNDTargetFlows() |
int |
getRsFlowConfiguredStatus() |
void |
removeOfPortFromList(Long ofPort) |
void |
setDpId(BigInteger dpId) |
void |
setRsFlowConfiguredStatus(int status) |
String |
toString() |
void |
updateNDTargetAddress(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address ipv6Address,
int addOrRemove) |
void |
updateofPortList(Long ofPort) |
public void setDpId(BigInteger dpId)
public BigInteger getDpId()
public void setRsFlowConfiguredStatus(int status)
public int getRsFlowConfiguredStatus()
public Set<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address> getNDTargetFlows()
public void updateNDTargetAddress(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address ipv6Address, int addOrRemove)
public void clearNdTargetFlowInfo()
public void updateofPortList(Long ofPort)
public void removeOfPortFromList(Long ofPort)
public void clearOfPortList()
Copyright © 2019 OpenDaylight. All rights reserved.