public interface NetworkRef extends DataObject
This class represents the following YANG schema fragment defined in module ietf-network
grouping network-ref { leaf network-ref { type leafref { path /nw:networks/nw:network/nw:network-id; require-instance false; } } }The schema path to identify an instance is ietf-network/network-ref
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable NetworkId |
getNetworkRef()
Used to reference a network -- for example, an underlaynetwork.
|
getImplementedInterface
@Nullable NetworkId getNetworkRef()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.rev180226.NetworkId
networkRef
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.