public class VirtualPort extends Object
Constructor and Description |
---|
VirtualPort() |
Modifier and Type | Method and Description |
---|---|
void |
clearSubnetInfo() |
String |
getDeviceOwner() |
String |
getDpId() |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid |
getIntfUUID() |
List<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress> |
getIpAddresses() |
List<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address> |
getIpv6Addresses() |
List<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address> |
getIpv6AddressesWithoutLLA() |
String |
getMacAddress() |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid |
getNetworkID() |
Long |
getOfPort() |
io.netty.util.Timeout |
getPeriodicTimeout() |
Ipv6PeriodicTimer |
getPeriodicTimer() |
VirtualRouter |
getRouter() |
Boolean |
getRouterIntfFlag() |
Boolean |
getServiceBindingStatus() |
List<VirtualSubnet> |
getSubnets() |
void |
removeSelf() |
void |
removeSubnetInfo(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid snetID) |
void |
resetPeriodicTimeout() |
VirtualPort |
setDeviceOwner(String deviceOwner) |
VirtualPort |
setDpId(String dpId) |
VirtualPort |
setIntfUUID(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid intfUUID) |
VirtualPort |
setMacAddress(String macAddress) |
VirtualPort |
setNetworkID(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid networkID) |
void |
setOfPort(Long ofPort) |
void |
setPeriodicTimeout(io.netty.util.Timeout timeout) |
void |
setPeriodicTimer() |
void |
setRouter(VirtualRouter rtr) |
VirtualPort |
setRouterIntfFlag(Boolean routerIntfFlag) |
void |
setServiceBindingStatus(Boolean status) |
void |
setSubnet(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid snetID,
VirtualSubnet subnet) |
VirtualPort |
setSubnetInfo(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid snetID,
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress fixedIp) |
String |
toString() |
public org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid getIntfUUID()
public VirtualPort setIntfUUID(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid intfUUID)
public org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid getNetworkID()
public VirtualPort setNetworkID(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid networkID)
public VirtualPort setSubnetInfo(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid snetID, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress fixedIp)
public void clearSubnetInfo()
public void removeSubnetInfo(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid snetID)
public void setSubnet(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid snetID, VirtualSubnet subnet)
public List<VirtualSubnet> getSubnets()
public List<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress> getIpAddresses()
public List<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address> getIpv6Addresses()
public List<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address> getIpv6AddressesWithoutLLA()
public String getMacAddress()
public VirtualPort setMacAddress(String macAddress)
public Boolean getRouterIntfFlag()
public VirtualPort setRouterIntfFlag(Boolean routerIntfFlag)
public void setRouter(VirtualRouter rtr)
public VirtualRouter getRouter()
public VirtualPort setDeviceOwner(String deviceOwner)
public String getDeviceOwner()
public VirtualPort setDpId(String dpId)
public String getDpId()
public void setOfPort(Long ofPort)
public Long getOfPort()
public void setServiceBindingStatus(Boolean status)
public Boolean getServiceBindingStatus()
public void removeSelf()
public void setPeriodicTimer()
public Ipv6PeriodicTimer getPeriodicTimer()
public void setPeriodicTimeout(io.netty.util.Timeout timeout)
public void resetPeriodicTimeout()
public io.netty.util.Timeout getPeriodicTimeout()
Copyright © 2018 OpenDaylight. All rights reserved.