public interface MacMap extends org.opendaylight.yangtools.yang.binding.ChildOf<VtnMacMappable>, org.opendaylight.yangtools.yang.binding.Augmentable<MacMap>, VtnMacMapInfo
This class represents the following YANG schema fragment defined in module vtn-mac-map
(Source path: META-INF/yang/vtn-mac-map.yang):
container mac-map { container mac-map-config { container allowed-hosts { list vlan-host-desc-list { key "host" leaf host { type vlan-host-desc; } } uses vlan-host-desc-set; } container denied-hosts { list vlan-host-desc-list { key "host" leaf host { type vlan-host-desc; } } uses vlan-host-desc-set; } uses vtn-mac-map-config; } container mac-map-status { list mapped-host { key "mac-address" leaf mac-address { type mac-address; } leaf port-id { type node-connector-id; } leaf vlan-id { type vlan-id; } uses vtn-vlan-id-field; } uses vtn-mac-map-status; } uses vtn-mac-map-info; }The schema path to identify an instance is vtn-mac-map/vtn-mac-mappable/mac-map
To create instances of this class use MacMapBuilder
.
MacMapBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentation
getMacMapConfig, getMacMapStatus
Copyright © 2017 OpenDaylight. All rights reserved.