public class VplsConfig extends Object
| Constructor and Description |
|---|
VplsConfig(String name,
Set<String> ifaces,
org.onosproject.net.EncapsulationType encap)
Creates a new VPLS configuration.
|
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.net.EncapsulationType |
encap()
The encapsulation type.
|
boolean |
equals(Object obj) |
int |
hashCode() |
Set<String> |
ifaces()
The name of the interfaces associated with the VPLS.
|
protected boolean |
isAttached(String iface)
States if a given interface is part of a VPLS.
|
String |
name()
The name of the VPLS.
|
public String name()
public Set<String> ifaces()
public org.onosproject.net.EncapsulationType encap()
protected boolean isAttached(String iface)
iface - the interface attached to a VPLS