public interface VendorInformation
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module pcep-types
grouping vendor-information {
leaf enterprise-number {
type enterprise-number;
}
choice enterprise-specific-information {
}
}
The schema path to identify an instance is
pcep-types/vendor-information| 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.opendaylight.params.xml.ns.yang.iana.rev130816.EnterpriseNumber |
getEnterpriseNumber() |
EnterpriseSpecificInformation |
getEnterpriseSpecificInformation() |
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.iana.rev130816.EnterpriseNumber getEnterpriseNumber()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.iana.rev130816.EnterpriseNumber enterpriseNumber, or null if not presentEnterpriseSpecificInformation getEnterpriseSpecificInformation()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.vendor.information.EnterpriseSpecificInformation enterpriseSpecificInformation, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.