public interface VpnRouteTargets extends DataObject
This class represents the following YANG schema fragment defined in module ietf-routing-types
grouping vpn-route-targets { list vpn-target { key route-target; leaf route-target { type rt-types:route-target; } leaf route-target-type { type rt-types:route-target-type; } } }The schema path to identify an instance is ietf-routing-types/vpn-route-targets
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<VpnTarget> |
getVpnTarget()
List of Route Targets.
|
default @NonNull List<VpnTarget> |
nonnullVpnTarget() |
getImplementedInterface
Copyright © 2019 OpenDaylight. All rights reserved.