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.rev130919.Community |
NO_ADVERTISE
NO_ADVERTISE community.
|
static org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.Community |
NO_EXPORT
NO_EXPORT community.
|
static org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.Community |
NO_EXPORT_SUBCONFED
NO_EXPORT_SUBCONFED community.
|
| 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.rev130919.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.rev130919.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.rev130919.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.rev130919.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.rev130919.Community NO_EXPORT
public static final org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.Community NO_ADVERTISE
public static final org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.Community NO_EXPORT_SUBCONFED
public CommunityUtil(org.opendaylight.protocol.util.ReferenceCache refCache)
public org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.Community create(long asn,
int semantics)
asn - longsemantics - intpublic org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.Community valueOf(String string)
string - String representation of a communitypublic static org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.Community create(org.opendaylight.protocol.util.ReferenceCache refCache,
long asn,
int semantics)
refCache - reference cache to useasn - longsemantics - intpublic static org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev130919.Community valueOf(org.opendaylight.protocol.util.ReferenceCache refCache,
String string)
refCache - reference cache to usestring - String representation of a communityCopyright © 2018 OpenDaylight. All rights reserved.