Interface DEFAULTINSTANCE
- All Superinterfaces:
org.opendaylight.yangtools.binding.BaseIdentity,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.BaseIdentity>,org.opendaylight.yangtools.binding.BindingObject,NetworkInstanceType,Serializable
A special routing instance which acts as the 'default' or 'global' routing
instance for a network device.
This class represents the following YANG schema fragment defined in module openconfig-network-instance-types
identity DEFAULT-INSTANCE {
base network-instance-type;
}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG identifier of the statement represented by this class.static final @NonNull DEFAULTINSTANCESingleton value representing theDEFAULTINSTANCEidentity. -
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 theDEFAULTINSTANCEidentity.
-
-
Method Details
-
implementedInterface
Class<? extends DEFAULTINSTANCE> implementedInterface()- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.BaseIdentity>- Specified by:
implementedInterfacein interfaceNetworkInstanceType
-