com.xensource.xenapi
Class Types.HostCannotAttachNetwork
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.xensource.xenapi.Types.XenAPIException
com.xensource.xenapi.Types.HostCannotAttachNetwork
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Types
public static class Types.HostCannotAttachNetwork
- extends Types.XenAPIException
Host cannot attach network (in the case of NIC bonding, this may be because attaching the network on this host would require other networks [that are currently active] to be taken down).
- See Also:
- Serialized Form
host
public final String host
network
public final String network
Types.HostCannotAttachNetwork
public Types.HostCannotAttachNetwork(String host,
String network)
- Create a new HostCannotAttachNetwork
- Parameters:
host
- network
-