public interface Ipv6Case extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Ipv6Case>, AddressFamily
This class represents the following YANG schema fragment defined in module pcep-types
case ipv6-case {
container ipv6 {
leaf source-ipv6-address {
type ipv6-address;
}
leaf destination-ipv6-address {
type ipv6-address;
}
}
}
The schema path to identify an instance is
pcep-types/endpoints/address-family/ipv6-case| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Ipv6 |
getIpv6() |
Ipv6 getIpv6()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.endpoints.address.family.ipv6._case.Ipv6 ipv6, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.