public interface ServicePath extends DataObject, Augmentable<ServicePath>, Address
This class represents the following YANG schema fragment defined in module ietf-lisp-address-types
case service-path { container service-path { when "../address-type = 'laddr:service-path-lcaf'" { } leaf service-path-id { type service-path-id-type; } leaf service-index { type uint8; } } }The schema path to identify an instance is ietf-lisp-address-types/lisp-address/address/service-path
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
ServicePath |
getServicePath()
Service Path LCAF type.
|
augmentation
getImplementedInterface
ServicePath getServicePath()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.lisp.address.types.rev151105.lisp.address.address.service.path.ServicePath
servicePath
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.