Interface DIRECTLYCONNECTED
- All Superinterfaces:
org.opendaylight.yangtools.binding.BaseIdentity
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.BaseIdentity>
,org.opendaylight.yangtools.binding.BindingObject
,InstallProtocolType
,Serializable
@Generated("mdsal-binding-generator")
public interface DIRECTLYCONNECTED
extends InstallProtocolType
A directly connected route
This class represents the following YANG schema fragment defined in module openconfig-policy-types
identity DIRECTLY-CONNECTED { base install-protocol-type; }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class.static final @NonNull DIRECTLYCONNECTED
Singleton value representing theDIRECTLYCONNECTED
identity. -
Method Summary
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class. -
VALUE
Singleton value representing theDIRECTLYCONNECTED
identity.
-
-
Method Details
-
implementedInterface
Class<? extends DIRECTLYCONNECTED> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.BaseIdentity>
- Specified by:
implementedInterface
in interfaceInstallProtocolType
-