Interface SetCommunityMethod
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.ChoiceIn<SetCommunity>
,org.opendaylight.yangtools.binding.DataContainer
@Generated("mdsal-binding-generator")
public interface SetCommunityMethod
extends org.opendaylight.yangtools.binding.ChoiceIn<SetCommunity>
Option to set communities using an inline list or reference to an existing
defined set.
This class represents the following YANG schema fragment defined in module openconfig-bgp-policy
choice set-community-method { case inline { list communities { uses bgp-t:community; } } case reference { leaf community-set-ref { type leafref { path /rpol:routing-policy/rpol:defined-sets/bgp-pol:bgp-defined-sets/bgp-pol:community-sets/bgp-pol:community-set/bgp-pol:community-set-name; } } } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-