public interface LanAutoGenerated extends org.opendaylight.yangtools.yang.binding.ChildOf<Esi>, org.opendaylight.yangtools.yang.binding.Augmentable<LanAutoGenerated>
This class represents the following YANG schema fragment defined in module odl-bgp-evpn
container lan-auto-generated { leaf root-bridge-mac-address { type mac-address; } leaf root-bridge-priority { type uint16; } }The schema path to identify an instance is odl-bgp-evpn/esi/esi/lan-auto-generated-case/lan-auto-generated
To create instances of this class use LanAutoGeneratedBuilder
.
LanAutoGeneratedBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress |
getRootBridgeMacAddress() |
Integer |
getRootBridgePriority() |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getRootBridgeMacAddress()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress
rootBridgeMacAddress
, or null
if not presentInteger getRootBridgePriority()
java.lang.Integer
rootBridgePriority
, or null
if not presentCopyright © 2018 OpenDaylight. All rights reserved.