Interface Nic

  • All Superinterfaces:
    Device, Identified
    All Known Implementing Classes:
    NicContainer

    public interface Nic
    extends Device
    Represents a virtual machine NIC. For example, the XML representation of a NIC will look like this: [source,xml] ---- nic1 virtio true
    02:00:00:00:00:00
    true
    ----
    • Method Detail

      • bootProtocolPresent

        boolean bootProtocolPresent()
      • interface_Present

        boolean interface_Present()
      • linked

        boolean linked()
      • linkedPresent

        boolean linkedPresent()
      • mac

        Mac mac()
      • macPresent

        boolean macPresent()
      • onBoot

        boolean onBoot()
      • onBootPresent

        boolean onBootPresent()
      • plugged

        boolean plugged()
      • pluggedPresent

        boolean pluggedPresent()
      • synced

        boolean synced()
      • syncedPresent

        boolean syncedPresent()
      • networkPresent

        boolean networkPresent()
      • networkAttachmentsPresent

        boolean networkAttachmentsPresent()
      • networkFilterParametersPresent

        boolean networkFilterParametersPresent()
      • networkLabelsPresent

        boolean networkLabelsPresent()
      • reportedDevicesPresent

        boolean reportedDevicesPresent()
      • statisticsPresent

        boolean statisticsPresent()
      • virtualFunctionAllowedLabels

        List<NetworkLabel> virtualFunctionAllowedLabels()
      • virtualFunctionAllowedLabelsPresent

        boolean virtualFunctionAllowedLabelsPresent()
      • virtualFunctionAllowedNetworks

        List<Network> virtualFunctionAllowedNetworks()
      • virtualFunctionAllowedNetworksPresent

        boolean virtualFunctionAllowedNetworksPresent()
      • vnicProfilePresent

        boolean vnicProfilePresent()