public interface Netmask extends DataObject, Augmentable<Netmask>, Subnet
This class represents the following YANG schema fragment defined in module ietf-ip
case netmask { leaf netmask { if-feature ipv4-non-contiguous-netmasks; type yang:dotted-quad; } }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/netmask
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable DottedQuad |
getNetmask()
The subnet specified as a netmask.
|
augmentation
getImplementedInterface
@Nullable DottedQuad getNetmask()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.DottedQuad
netmask
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.