public final class BasicHostOperator extends Object implements org.onosproject.net.config.ConfigOperator
| Modifier and Type | Method and Description |
|---|---|
static org.onosproject.net.host.HostDescription |
combine(org.onosproject.net.config.basics.BasicHostConfig cfg,
org.onosproject.net.host.HostDescription descr)
Generates a HostDescription containing fields from a HostDescription and
a HostConfig.
|
static org.onosproject.net.SparseAnnotations |
combine(org.onosproject.net.config.basics.BasicHostConfig cfg,
org.onosproject.net.SparseAnnotations an)
Generates an annotation from an existing annotation and HostConfig.
|
public static org.onosproject.net.host.HostDescription combine(org.onosproject.net.config.basics.BasicHostConfig cfg,
org.onosproject.net.host.HostDescription descr)
cfg - the host config entity from network configdescr - a HostDescriptionpublic static org.onosproject.net.SparseAnnotations combine(org.onosproject.net.config.basics.BasicHostConfig cfg,
org.onosproject.net.SparseAnnotations an)
cfg - the device config entity from network configan - the annotation