Interface BgpvpnNetworkAssociationAttributes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    BgpvpnNetworkAssociation

    @Generated("mdsal-binding-generator")
    public interface BgpvpnNetworkAssociationAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module neutron-bgpvpn-network-association

     grouping bgpvpn-network-association-attributes {
       leaf bgpvpn-id {
         type yang:uuid;
       }
       leaf network-id {
         type yang:uuid;
       }
     }
     
    The schema path to identify an instance is neutron-bgpvpn-network-association/bgpvpn-network-association-attributes
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid getBgpvpnId()
      Return bgpvpnId, or null if it is not present.
      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid getNetworkId()
      Return networkId, or null if it is not present.
      Class<? extends BgpvpnNetworkAssociationAttributes> implementedInterface()  
      default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid requireBgpvpnId()
      Return bgpvpnId, guaranteed to be non-null.
      default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid requireNetworkId()
      Return networkId, guaranteed to be non-null.
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid getBgpvpnId()
        Return bgpvpnId, or null if it is not present.
        Returns:
        Uuid bgpvpnId, or null if it is not present.
      • requireBgpvpnId

        default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid requireBgpvpnId()
        Return bgpvpnId, guaranteed to be non-null.
        Returns:
        Uuid bgpvpnId, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if bgpvpnId is not present
      • getNetworkId

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid getNetworkId()
        Return networkId, or null if it is not present.
             
                 Network associated to this VPN.
             
         
        Returns:
        Uuid networkId, or null if it is not present.
      • requireNetworkId

        default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid requireNetworkId()
        Return networkId, guaranteed to be non-null.
             
                 Network associated to this VPN.
             
         
        Returns:
        Uuid networkId, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if networkId is not present