Interface InstallProtocolType
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BaseIdentity
,org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>
,org.opendaylight.yangtools.yang.binding.BindingObject
- All Known Subinterfaces:
BGP
,DIRECTLYCONNECTED
,ISIS
,LOCALAGGREGATE
,OSPF
,OSPF3
,STATIC
@Generated("mdsal-binding-generator")
public interface InstallProtocolType
extends org.opendaylight.yangtools.yang.binding.BaseIdentity
Base type for protocols which can install prefixes into the RIB
This class represents the following YANG schema fragment defined in module openconfig-policy-types
identity 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 InstallProtocolType
Singleton value representing theInstallProtocolType
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 theInstallProtocolType
identity.
-
-
Method Details
-
implementedInterface
Class<? extends InstallProtocolType> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>
-