public interface ServicePath extends ChildOf<LispAddress>, Augmentable<ServicePath>
This class represents the following YANG schema fragment defined in module ietf-lisp-address-types
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/service-path
To create instances of this class use ServicePathBuilder
.
ServicePathBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Short |
getServiceIndex()
Service path index for NSH header
|
@Nullable ServicePathIdType |
getServicePathId()
Service path identifier for the path for NSH header
|
getImplementedInterface
augmentation
@Nullable ServicePathIdType getServicePathId()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.lisp.address.types.rev151105.ServicePathIdType
servicePathId
, or null
if not present@Nullable Short getServiceIndex()
java.lang.Short
serviceIndex
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.