Interface SubnetToDhcpPort

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

    public interface SubnetToDhcpPort
    extends org.opendaylight.yangtools.yang.binding.ChildOf<SubnetDhcpPortData>, org.opendaylight.yangtools.yang.binding.Augmentable<SubnetToDhcpPort>, org.opendaylight.yangtools.yang.binding.Identifiable<SubnetToDhcpPortKey>

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

     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/subnet-to-dhcp-port

    To create instances of this class use SubnetToDhcpPortBuilder.

    See Also:
    SubnetToDhcpPortBuilder, SubnetToDhcpPortKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable java.lang.String getSubnetId()
        Returns:
        java.lang.String subnetId, or null if not present
      • getPortName

        @Nullable java.lang.String getPortName()
        Returns:
        java.lang.String portName, or null if not present
      • getPortFixedip

        @Nullable java.lang.String getPortFixedip()
        Returns:
        java.lang.String portFixedip, or null if not present
      • getPortMacaddress

        @Nullable java.lang.String getPortMacaddress()
        Returns:
        java.lang.String portMacaddress, or null if not present