public interface VpnTarget extends ChildOf<VpnRouteTargets>, Augmentable<VpnTarget>, Identifiable<VpnTargetKey>
This class represents the following YANG schema fragment defined in module ietf-routing-types
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/vpn-target
To create instances of this class use VpnTargetBuilder
.
VpnTargetBuilder
,
VpnTargetKey
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable RouteTarget |
getRouteTarget()
Route Target value.
|
@Nullable RouteTargetType |
getRouteTargetType()
Import/export type of the Route Target.
|
VpnTargetKey |
key()
Returns an unique key for the object.
|
getImplementedInterface
augmentation
@Nullable RouteTarget getRouteTarget()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.routing.types.rev171204.RouteTarget
routeTarget
, or null
if not present@Nullable RouteTargetType getRouteTargetType()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.routing.types.rev171204.RouteTargetType
routeTargetType
, or null
if not presentVpnTargetKey key()
Identifiable
key
in interface Identifiable<VpnTargetKey>
Copyright © 2019 OpenDaylight. All rights reserved.