public interface ApplicationData extends DataObject, Augmentable<ApplicationData>, Address
This class represents the following YANG schema fragment defined in module ietf-lisp-address-types
case application-data { container application-data { when "../address-type = 'laddr:application-data-lcaf'" { } leaf address { type simple-address; } leaf protocol { type uint8; } leaf ip-tos { type int32; } leaf local-port-low { type inet:port-number; } leaf local-port-high { type inet:port-number; } leaf remote-port-low { type inet:port-number; } leaf remote-port-high { type inet:port-number; } } }The schema path to identify an instance is ietf-lisp-address-types/lisp-address/address/application-data
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
ApplicationData |
getApplicationData()
Application Data LCAF type.
|
augmentation
getImplementedInterface
ApplicationData getApplicationData()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.lisp.address.types.rev151105.lisp.address.address.application.data.ApplicationData
applicationData
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.