Interface HwvtepPhysicalLocatorAttributes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    HwvtepArpSourcesAttributes, HwvtepPhysicalLocatorAugmentation, LocalArpSources, RemoteArpSources

    public interface HwvtepPhysicalLocatorAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module hwvtep

     grouping hwvtep-physical-locator-attributes {
       leaf physical-locator-uuid {
         type yang:uuid;
       }
       leaf encapsulation-type {
         type encapsulation-type;
       }
       leaf dst-ip {
         type inet:ip-address;
       }
     }
     
    The schema path to identify an instance is hwvtep/hwvtep-physical-locator-attributes
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends HwvtepPhysicalLocatorAttributes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getPhysicalLocatorUuid

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid getPhysicalLocatorUuid()
        The unique identifier of the physical-locator
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid physicalLocatorUuid, or null if not present
      • getEncapsulationType

        @Nullable Class<? extends EncapsulationTypeBase> getEncapsulationType()
        Encapsulation type used by this locator
        Returns:
        java.lang.Class encapsulationType, or null if not present
      • getDstIp

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getDstIp()
        IP address of the locator
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress dstIp, or null if not present