public interface EndpointsObject
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module pcep-types
grouping endpoints-object {
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| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
EndpointsObj |
getEndpointsObj() |
EndpointsObj getEndpointsObj()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.endpoints.object.EndpointsObj endpointsObj, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.