public static final class OvsdbInterface.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
OvsdbInterface |
build()
Returns new OVSDB interface.
|
OvsdbInterface.Builder |
name(String name)
Returns OVSDB interface builder with a given name.
|
OvsdbInterface.Builder |
options(Map<String,String> options)
Returns OVSDB interface builder with given options.
|
OvsdbInterface.Builder |
type(OvsdbInterface.Type type)
Returns OVSDB interface builder with a given interface type.
|
public OvsdbInterface build()
public OvsdbInterface.Builder name(String name)
name - name of the interfacepublic OvsdbInterface.Builder type(OvsdbInterface.Type type)
type - type of the interfacepublic OvsdbInterface.Builder options(Map<String,String> options)
options - map of options