public interface AddressFamily extends DataObject
This class represents the following YANG schema fragment defined in module ietf-routing
grouping address-family { leaf address-family { type identityref { base address-family; } } }The schema path to identify an instance is ietf-routing/address-family
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Class<? extends AddressFamily> |
getAddressFamily()
Address family.
|
getImplementedInterface
@Nullable Class<? extends AddressFamily> getAddressFamily()
java.lang.Class
addressFamily
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.