Interface IPV4UNICAST
- All Superinterfaces:
AfiSafiType
,org.opendaylight.yangtools.binding.BaseIdentity
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.BaseIdentity>
,org.opendaylight.yangtools.binding.BindingObject
,Serializable
IPv4 unicast (AFI,SAFI = 1,1)
This class represents the following YANG schema fragment defined in module openconfig-bgp-types
identity IPV4-UNICAST { base afi-safi-type; }
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class.static final @NonNull IPV4UNICAST
Singleton value representing theIPV4UNICAST
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 theIPV4UNICAST
identity.
-
-
Method Details
-
implementedInterface
Class<? extends IPV4UNICAST> implementedInterface()- Specified by:
implementedInterface
in interfaceAfiSafiType
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.BaseIdentity>
-