public interface LldpContainer
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module org-openroadm-lldp
grouping lldp-container { container lldp { container global-config { leaf adminStatus { type adminStatus; } leaf msgTxInterval { type msgTxInterval; } leaf msgTxHoldMultiplier { type msgTxHoldMultiplier; } } list port-config { key "ifName" leaf ifName { type leafref; } leaf adminStatus { type adminStatus; } } container nbr-list { list if-name { key "ifName" leaf ifName { type string; } leaf remoteSysName { type string; } leaf remoteMgmtAddressSubType { type address-family; } leaf remoteMgmtAddress { type ip-address; } leaf remotePortIdSubType { type enumeration; } leaf remotePortId { type string; } leaf remoteChassisIdSubType { type enumeration; } leaf remoteChassisId { type string; } uses nbr-info-grp; } } } }The schema path to identify an instance is org-openroadm-lldp/lldp-container
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
Lldp |
getLldp()
LLDP configurable and retrievable
|
Lldp getLldp()
org.opendaylight.yang.gen.v1.http.org.openroadm.lldp.rev161014.lldp.container.Lldp
lldp
, or null
if not presentCopyright © 2017 OpenDaylight. All rights reserved.