public interface RedirectExtendedCommunity extends org.opendaylight.yangtools.yang.binding.ChildOf<RedirectExtendedCommunity>, org.opendaylight.yangtools.yang.binding.Augmentable<RedirectExtendedCommunity>
This class represents the following YANG schema fragment defined in module bgp-flowspec
container redirect-extended-community {
leaf global-administrator {
type bgp-t:short-as-number;
}
leaf local-administrator {
type binary {
length 4;
}
}
}
The schema path to identify an instance is
bgp-flowspec/redirect-extended-community/redirect-extended-community
To create instances of this class use RedirectExtendedCommunityBuilder.
RedirectExtendedCommunityBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.ShortAsNumber |
getGlobalAdministrator() |
byte[] |
getLocalAdministrator() |
@Nullable org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.ShortAsNumber getGlobalAdministrator()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.ShortAsNumber globalAdministrator, or null if not presentbyte[] getLocalAdministrator()
byte[] localAdministrator, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.