public final class CommunityUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.Community |
LLGR_STALE
LLGR_STALE community can be used to mark stale routes retained for a longer period of time.
|
static org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.Community |
NO_ADVERTISE
NO_ADVERTISE community.
|
static org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.Community |
NO_EXPORT
NO_EXPORT community.
|
static org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.Community |
NO_EXPORT_SUBCONFED
NO_EXPORT_SUBCONFED community.
|
static org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.Community |
NO_LLGR
NO_LLGR community can be used to mark routes which a BGP speaker does not want treated according
to procedures, as detailed in https://tools.ietf.org/html/draft-uttaro-idr-bgp-persistence-04#section-4.
|
| Constructor and Description |
|---|
CommunityUtil(org.opendaylight.protocol.util.ReferenceCache refCache) |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.Community |
create(long asn,
int semantics)
Creates a new Community given AS number value and semantics using generated CommunitiesBuilder.
|
static org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.Community |
create(org.opendaylight.protocol.util.ReferenceCache refCache,
long asn,
int semantics)
Creates a new Community given AS number value and semantics using generated CommunitiesBuilder.
|
static org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.Community |
valueOf(org.opendaylight.protocol.util.ReferenceCache refCache,
String string)
Creates a Community from its String representation.
|
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.Community |
valueOf(String string)
Creates a Community from its String representation.
|
public static final org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.Community NO_EXPORT
public static final org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.Community NO_ADVERTISE
public static final org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.Community NO_EXPORT_SUBCONFED
public static final org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.Community LLGR_STALE
public static final org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.Community NO_LLGR
public CommunityUtil(org.opendaylight.protocol.util.ReferenceCache refCache)
public org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.Community create(long asn,
int semantics)
asn - longsemantics - intpublic static org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.Community create(org.opendaylight.protocol.util.ReferenceCache refCache,
long asn,
int semantics)
refCache - reference cache to useasn - longsemantics - intpublic org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.Community valueOf(String string)
string - String representation of a communitypublic static org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev180329.Community valueOf(org.opendaylight.protocol.util.ReferenceCache refCache,
String string)
refCache - reference cache to usestring - String representation of a communityCopyright © 2019 OpenDaylight. All rights reserved.