@Deprecated public interface Subnet extends ChoiceIn<Address>
This class represents the following YANG schema fragment defined in module ietf-ip
choice subnet { status deprecated; case prefix-length { leaf prefix-length { type uint8 { range 0..32; } status deprecated; } } case netmask { leaf netmask { if-feature ipv4-non-contiguous-netmasks; type yang:dotted-quad; 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
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME
Deprecated.
|
getImplementedInterface
Copyright © 2019 OpenDaylight. All rights reserved.