public interface VlanInfo
Modifier and Type | Method and Description |
---|---|
String |
description()
Returns the description assigned to the vlan.
|
Set<SubnetIp> |
ips()
Returns set of IP address and subnet mask pairs associated with the vlan.
|
String |
name()
Returns the name assigned to the vlan.
|
Set<InterfaceId> |
taggedPorts()
Returns set of tagged ports associated with the vlan.
|
Set<InterfaceId> |
untaggedPorts()
Returns set of untagged ports associated with the vlan.
|
VlanId |
vid()
Returns the vlan identifier.
|
VlanId vid()
String name()
String description()
Set<InterfaceId> taggedPorts()
Set<InterfaceId> untaggedPorts()
Copyright © 2015. All Rights Reserved.