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