Package | Description |
---|---|
org.opendaylight.netvirt.coe.api |
Modifier and Type | Method and Description |
---|---|
SouthboundInterfaceInfoBuilder |
SouthboundInterfaceInfoBuilder.from(SouthboundInterfaceInfo instance)
Fill a builder with attribute values from the provided
SouthboundInterfaceInfo instance. |
SouthboundInterfaceInfoBuilder |
SouthboundInterfaceInfoBuilder.setInterfaceName(Optional<String> interfaceName)
Initializes the optional value
interfaceName to interfaceName. |
SouthboundInterfaceInfoBuilder |
SouthboundInterfaceInfoBuilder.setInterfaceName(String interfaceName)
Initializes the optional value
interfaceName to interfaceName. |
SouthboundInterfaceInfoBuilder |
SouthboundInterfaceInfoBuilder.setIsServiceGateway(boolean isServiceGateway)
Initializes the optional value
isServiceGateway to isServiceGateway. |
SouthboundInterfaceInfoBuilder |
SouthboundInterfaceInfoBuilder.setIsServiceGateway(Optional<Boolean> isServiceGateway)
Initializes the optional value
isServiceGateway to isServiceGateway. |
SouthboundInterfaceInfoBuilder |
SouthboundInterfaceInfoBuilder.setMacAddress(Optional<String> macAddress)
Initializes the optional value
macAddress to macAddress. |
SouthboundInterfaceInfoBuilder |
SouthboundInterfaceInfoBuilder.setMacAddress(String macAddress)
Initializes the optional value
macAddress to macAddress. |
SouthboundInterfaceInfoBuilder |
SouthboundInterfaceInfoBuilder.setNodeIp(Optional<String> nodeIp)
Initializes the optional value
nodeIp to nodeIp. |
SouthboundInterfaceInfoBuilder |
SouthboundInterfaceInfoBuilder.setNodeIp(String nodeIp)
Initializes the optional value
nodeIp to nodeIp. |
Copyright © 2019 OpenDaylight. All rights reserved.