public interface SupportingNetwork extends ChildOf<Network>, Augmentable<SupportingNetwork>, Identifiable<SupportingNetworkKey>
This class represents the following YANG schema fragment defined in module ietf-network-state
list supporting-network { key network-ref; leaf network-ref { type leafref { path /nw-s:networks/nw-s:network/nw-s:network-id; require-instance false; } } }The schema path to identify an instance is ietf-network-state/networks/network/supporting-network
To create instances of this class use SupportingNetworkBuilder
.
SupportingNetworkBuilder
,
SupportingNetworkKey
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable NetworkId |
getNetworkRef()
References the underlay network.
|
SupportingNetworkKey |
key()
Returns an unique key for the object.
|
getImplementedInterface
augmentation
@Nullable NetworkId getNetworkRef()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.network.rev180226.NetworkId
networkRef
, or null
if not presentSupportingNetworkKey key()
Identifiable
key
in interface Identifiable<SupportingNetworkKey>
Copyright © 2019 OpenDaylight. All rights reserved.