public interface Ipv4LocalAddress extends ChildOf<TedNodeAttributes>, Augmentable<Ipv4LocalAddress>, Identifiable<Ipv4LocalAddressKey>
This class represents the following YANG schema fragment defined in module ted
list ipv4-local-address { key ipv4-prefix; leaf ipv4-prefix { type inet:ipv4-prefix; } }The schema path to identify an instance is ted/ted-node-attributes/ipv4-local-address
To create instances of this class use Ipv4LocalAddressBuilder
.
Ipv4LocalAddressBuilder
,
Ipv4LocalAddressKey
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Ipv4Prefix |
getIpv4Prefix()
Local IPv4 address for the node
|
Ipv4LocalAddressKey |
key()
Returns an unique key for the object.
|
getImplementedInterface
augmentation
@Nullable Ipv4Prefix getIpv4Prefix()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix
ipv4Prefix
, or null
if not presentIpv4LocalAddressKey key()
Identifiable
key
in interface Identifiable<Ipv4LocalAddressKey>
Copyright © 2019 OpenDaylight. All rights reserved.