Interface IpAddressAssignment

  • All Known Implementing Classes:
    IpAddressAssignmentContainer

    public interface IpAddressAssignment
    Represents an IP address assignment for a network device. For a static boot protocol assignment, subnet mask and IP address (and optinally default gateway) must be provided in the IP configuration.
    • Method Detail

      • assignmentMethodPresent

        boolean assignmentMethodPresent()
      • ip

        Ip ip()
      • ipPresent

        boolean ipPresent()