Interface NotHostedTransportZones

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<NotHostedTransportZones>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ItmData>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface NotHostedTransportZones
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ItmData>, org.opendaylight.yangtools.yang.binding.Augmentable<NotHostedTransportZones>

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

     container not-hosted-transport-zones {
       config false;
       list tepsInNotHostedTransportZone {
         key zone-name;
         leaf zone-name {
           type string;
         }
         list unknown-vteps {
           key dpn-id;
           leaf dpn-id {
             type uint64;
           }
           leaf ip-address {
             type inet:ip-address;
           }
           leaf of-tunnel {
             type boolean;
             default false;
           }
           leaf option-tunnel-tos {
             type string {
               length 1..8;
             }
           }
         }
       }
     }
     
    The schema path to identify an instance is itm/not-hosted-transport-zones

    To create instances of this class use NotHostedTransportZonesBuilder.

    See Also:
    NotHostedTransportZonesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<NotHostedTransportZones> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getTepsInNotHostedTransportZone

        @Nullable java.util.List<TepsInNotHostedTransportZone> getTepsInNotHostedTransportZone()
        Returns:
        java.util.List tepsInNotHostedTransportZone, or null if not present
      • nonnullTepsInNotHostedTransportZone

        default @NonNull java.util.List<TepsInNotHostedTransportZone> nonnullTepsInNotHostedTransportZone()
        Returns:
        java.util.List tepsInNotHostedTransportZone, or an empty list if it is not present