Class Types.CouldNotFindNetworkInterfaceWithSpecifiedDeviceNameAndMacAddress

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.xensource.xenapi.Types.XenAPIException
com.xensource.xenapi.Types.CouldNotFindNetworkInterfaceWithSpecifiedDeviceNameAndMacAddress
All Implemented Interfaces:
Serializable
Enclosing class:
Types

public static class Types.CouldNotFindNetworkInterfaceWithSpecifiedDeviceNameAndMacAddress extends Types.XenAPIException
Could not find a network interface with the specified device name and MAC address.
See Also:
  • Field Details

    • device

      public final String device
    • mac

      public final String mac
  • Constructor Details

    • CouldNotFindNetworkInterfaceWithSpecifiedDeviceNameAndMacAddress

      public CouldNotFindNetworkInterfaceWithSpecifiedDeviceNameAndMacAddress(String device, String mac)
      Create a new CouldNotFindNetworkInterfaceWithSpecifiedDeviceNameAndMacAddress