public interface PrefixLength extends DataObject, Augmentable<PrefixLength>, Subnet
This class represents the following YANG schema fragment defined in module ietf-ip
case prefix-length { leaf prefix-length { type uint8 { range 0..32; } } }The schema path to identify an instance is ietf-ip/interfaces/interface/(urn:ietf:params:xml:ns:yang:ietf-ip?revision=2014-06-16)ipv4/address/subnet/prefix-length
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Short |
getPrefixLength()
The length of the subnet prefix.
|
augmentation
getImplementedInterface
@Nullable Short getPrefixLength()
java.lang.Short
prefixLength
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.