public interface Endpoints
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module pcep-types
grouping endpoints {
choice address-family {
case ipv4-case {
container ipv4 {
uses endpoints-ipv4-source;
leaf destination-ipv4-address {
type inet:ipv4-address-no-zone;
}
}
}
case ipv6-case {
container ipv6 {
uses endpoints-ipv6-source;
leaf destination-ipv6-address {
type inet:ipv6-address-no-zone;
}
}
}
case p2mp-ipv4-case {
container p2mp-ipv4 {
uses p2mp-leaves-leaf;
uses endpoints-ipv4-source;
uses ipv4-destinations;
}
}
case p2mp-ipv6-case {
container p2mp-ipv6 {
uses p2mp-leaves-leaf;
uses endpoints-ipv6-source;
uses ipv6-destinations;
}
}
}
}
The schema path to identify an instance is
pcep-types/endpoints| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable AddressFamily |
getAddressFamily() |
Class<? extends Endpoints> |
implementedInterface() |
Class<? extends Endpoints> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable AddressFamily getAddressFamily()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.AddressFamily addressFamily, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.