Interface SubnetDhcpPortData

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SubnetDhcpPortData>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<DhcpserviceApiData>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface SubnetDhcpPortData
    extends org.opendaylight.yangtools.yang.binding.ChildOf<DhcpserviceApiData>, org.opendaylight.yangtools.yang.binding.Augmentable<SubnetDhcpPortData>
    Container to hold DHCP Neutron Port information allocated for the Subnet

    This class represents the following YANG schema fragment defined in module dhcpservice-api

     container subnet-dhcp-port-data {
       list subnet-to-dhcp-port {
         key subnet-id;
         leaf subnet-id {
           type string;
         }
         leaf port-name {
           type string;
         }
         leaf port-fixedip {
           type string;
         }
         leaf port-macaddress {
           type string;
         }
       }
     }
     
    The schema path to identify an instance is dhcpservice-api/subnet-dhcp-port-data

    To create instances of this class use SubnetDhcpPortDataBuilder.

    See Also:
    SubnetDhcpPortDataBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable java.util.List<SubnetToDhcpPort> getSubnetToDhcpPort()
        Returns:
        java.util.List subnetToDhcpPort, or null if not present
      • nonnullSubnetToDhcpPort

        default @NonNull java.util.List<SubnetToDhcpPort> nonnullSubnetToDhcpPort()
        Returns:
        java.util.List subnetToDhcpPort, or an empty list if it is not present