Interface TepInfoAttributes
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
@Generated("mdsal-binding-generator") public interface TepInfoAttributes extends org.opendaylight.yangtools.yang.binding.DataObjectThis class represents the following YANG schema fragment defined in module itm-state
grouping tep-info-attributes { leaf tep-device-type { type identityref { base tep-type-base; } } leaf tep-device-id { type string; } leaf tep-ip { type inet:ip-address; } }The schema path to identify an instance is itm-state/tep-info-attributes
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetTepDeviceId()Return tepDeviceId, ornullif it is not present.java.lang.Class<? extends TepTypeBase>getTepDeviceType()Return tepDeviceType, ornullif it is not present.org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressgetTepIp()Return tepIp, ornullif it is not present.java.lang.Class<? extends TepInfoAttributes>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
java.lang.Class<? extends TepInfoAttributes> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getTepDeviceType
java.lang.Class<? extends TepTypeBase> getTepDeviceType()
Return tepDeviceType, ornullif it is not present.- Returns:
java.lang.ClasstepDeviceType, ornullif it is not present.
-
getTepDeviceId
java.lang.String getTepDeviceId()
Return tepDeviceId, ornullif it is not present.- Returns:
java.lang.StringtepDeviceId, ornullif it is not present.
-
getTepIp
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getTepIp()
Return tepIp, ornullif it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddresstepIp, ornullif it is not present.
-
-