com.xensource.xenapi
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:
- Serialized Form
device
public final String device
mac
public final String mac
Types.CouldNotFindNetworkInterfaceWithSpecifiedDeviceNameAndMacAddress
public Types.CouldNotFindNetworkInterfaceWithSpecifiedDeviceNameAndMacAddress(String device,
String mac)
- Create a new CouldNotFindNetworkInterfaceWithSpecifiedDeviceNameAndMacAddress
- Parameters:
device
- mac
-