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