public interface Ipv4 extends org.opendaylight.yangtools.yang.binding.ChildOf<Endpoints>, org.opendaylight.yangtools.yang.binding.Augmentable<Ipv4>
This class represents the following YANG schema fragment defined in module pcep-types
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/ipv4
To create instances of this class use Ipv4Builder.
Ipv4Builder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address |
getDestinationIpv4Address() |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address |
getSourceIpv4Address() |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address getSourceIpv4Address()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address sourceIpv4Address, or null if not presentorg.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address getDestinationIpv4Address()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address destinationIpv4Address, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.