Package | Description |
---|---|
com.hp.sdn.model |
Base abstractions used in consuming & producing Network information model.
|
Modifier and Type | Method and Description |
---|---|
DefaultInterfaceInfo |
DefaultInterfaceInfo.ipAddresses(Set<IpAddress> ipAddresses)
Modify the interface ip addresses
|
DefaultInterfaceInfo |
DefaultInterfaceInfo.mac(MacAddress mac)
Modify the interface mac address
|
DefaultInterfaceInfo |
DefaultInterfaceInfo.name(String name)
Modify the interface name
|
DefaultInterfaceInfo |
DefaultInterfaceInfo.realizedByElement(ElementId realizedBy)
Modify the element realized by
|
DefaultInterfaceInfo |
DefaultInterfaceInfo.realizedByInterface(InterfaceId realizedBy)
Modify the interface realized by
|
DefaultInterfaceInfo |
DefaultInterfaceInfo.state(Set<Interface.State> state)
Modify the interface state
|
DefaultInterfaceInfo |
DefaultInterfaceInfo.type(IfType type)
Modify the interface type
|
Constructor and Description |
---|
DefaultInterfaceInfo(DefaultInterfaceInfo info)
Copy Constructor
|
Copyright © 2015. All Rights Reserved.