public interface EndpointsObj extends org.opendaylight.yangtools.yang.binding.ChildOf<EndpointsObject>, org.opendaylight.yangtools.yang.binding.Augmentable<EndpointsObj>, Object, Endpoints
This class represents the following YANG schema fragment defined in module pcep-types
container endpoints-obj {
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
choice address-family {
case ipv4-case {
container ipv4 {
leaf source-ipv4-address {
type ipv4-address;
}
leaf destination-ipv4-address {
type ipv4-address;
}
}
}
case ipv6-case {
container ipv6 {
leaf source-ipv6-address {
type ipv6-address;
}
leaf destination-ipv6-address {
type ipv6-address;
}
}
}
}
uses object;
uses endpoints;
}
The schema path to identify an instance is
pcep-types/endpoints-object/endpoints-obj
To create instances of this class use EndpointsObjBuilder.
EndpointsObjBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationisIgnore, isProcessingRulegetImplementedInterfacegetAddressFamilyCopyright © 2018 OpenDaylight. All rights reserved.