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; } status deprecated; } }The schema path to identify an instance is ietf-ip/interfaces-state/interface/(urn:ietf:params:xml:ns:yang:ietf-ip?revision=2018-02-22)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()
Deprecated.
|
augmentation
getImplementedInterface
@Deprecated @Nullable Short getPrefixLength()
java.lang.Short
prefixLength
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.