Interface Bgpvpn

  • All Superinterfaces:
    AdminAttributes, org.opendaylight.yangtools.yang.binding.Augmentable<Bgpvpn>, BaseAttributes, BgpvpnAttributes, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Bgpvpns>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, IdAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<BgpvpnKey>

    public interface Bgpvpn
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Bgpvpns>, org.opendaylight.yangtools.yang.binding.Augmentable<Bgpvpn>, BaseAttributes, AdminAttributes, BgpvpnAttributes, org.opendaylight.yangtools.yang.binding.Identifiable<BgpvpnKey>

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

     list bgpvpn {
       key uuid;
       uses attrs:base-attributes;
       uses attrs:admin-attributes;
       uses bgpvpn-attributes;
     }
     
    The schema path to identify an instance is neutron-bgpvpns/bgpvpns-attributes/bgpvpns/bgpvpn

    To create instances of this class use BgpvpnBuilder.

    See Also:
    BgpvpnBuilder, BgpvpnKey