Interface TunnelAggregation

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<TunnelAggregation>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ItmConfig>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<TunnelAggregationKey>

    public interface TunnelAggregation
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ItmConfig>, org.opendaylight.yangtools.yang.binding.Augmentable<TunnelAggregation>, org.opendaylight.yangtools.yang.binding.Identifiable<TunnelAggregationKey>

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

     list tunnel-aggregation {
       key tunnel-type;
       leaf tunnel-type {
         type string;
       }
       leaf enabled {
         type boolean;
         default false;
       }
     }
     
    The schema path to identify an instance is itm-config/itm-config/tunnel-aggregation

    To create instances of this class use TunnelAggregationBuilder.

    See Also:
    TunnelAggregationBuilder, TunnelAggregationKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable java.lang.String getTunnelType()
        Returns:
        java.lang.String tunnelType, or null if not present
      • isEnabled

        @Nullable java.lang.Boolean isEnabled()
        Returns:
        java.lang.Boolean enabled, or null if not present