Interface Trunk

  • All Superinterfaces:
    AdminAttributes, org.opendaylight.yangtools.yang.binding.Augmentable<Trunk>, BaseAttributes, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Trunks>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, IdAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<TrunkKey>, TrunkAttributes

    public interface Trunk
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Trunks>, org.opendaylight.yangtools.yang.binding.Augmentable<Trunk>, TrunkAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<TrunkKey>

    This class represents the following YANG schema fragment defined in module neutron-trunks

     list trunk {
       key uuid;
       uses trunk-attributes;
     }
     
    The schema path to identify an instance is neutron-trunks/trunks-attributes/trunks/trunk

    To create instances of this class use TrunkBuilder.

    See Also:
    TrunkBuilder, TrunkKey