Interface VpnserviceDhcpData

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.DataRoot

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

    This class represents the following YANG schema fragment defined in module vpnservice-dhcp

     module vpnservice-dhcp {
       namespace urn:opendaylight:netvirt:dhcp;
       prefix dhcp;
       import ietf-inet-types {
         prefix inet;
         revision-date 2013-07-15;
       }
       revision 2016-04-28 {
       }
       container designated-switches-for-external-tunnels {
         list designated-switch-for-tunnel {
           key "tunnel-remote-ip-address elan-instance-name";
           leaf tunnel-remote-ip-address {
             type inet:ip-address;
           }
           leaf elan-instance-name {
             type string;
           }
           leaf dpId {
             type int64;
           }
         }
       }
     }
     
    • Method Detail

      • getDesignatedSwitchesForExternalTunnels

        DesignatedSwitchesForExternalTunnels getDesignatedSwitchesForExternalTunnels()
        Return designatedSwitchesForExternalTunnels, or null if it is not present.
             
                 contains designated dataplane-node-identifier which handles DHCP requests for
                 each external tunnel
             
         
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.dhcp.rev160428.DesignatedSwitchesForExternalTunnels designatedSwitchesForExternalTunnels, or null if it is not present.