Interface NicConfiguration

  • All Known Implementing Classes:
    NicConfigurationContainer

    public interface NicConfiguration
    The type describes the configuration of a virtual network interface.
    • Method Detail

      • bootProtocolPresent

        boolean bootProtocolPresent()
      • ip

        Ip ip()
      • ipPresent

        boolean ipPresent()
      • ipv6

        Ip ipv6()
      • ipv6Present

        boolean ipv6Present()
      • ipv6BootProtocolPresent

        boolean ipv6BootProtocolPresent()
      • namePresent

        boolean namePresent()
      • onBoot

        boolean onBoot()
      • onBootPresent

        boolean onBootPresent()