Package com.xensource.xenapi
Class Types.PoolJoiningHostMustHaveOnlyOneIpOnClusteringNetwork
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.xensource.xenapi.Types.XenAPIException
com.xensource.xenapi.Types.PoolJoiningHostMustHaveOnlyOneIpOnClusteringNetwork
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Types
public static class Types.PoolJoiningHostMustHaveOnlyOneIpOnClusteringNetwork
extends Types.XenAPIException
The host joining the pool must have one and only one IP on the clustering network
- See Also:
-
Field Summary
Fields inherited from class com.xensource.xenapi.Types.XenAPIException
errorDescription, shortDescription -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new PoolJoiningHostMustHaveOnlyOneIpOnClusteringNetwork -
Method Summary
Methods inherited from class com.xensource.xenapi.Types.XenAPIException
toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
PoolJoiningHostMustHaveOnlyOneIpOnClusteringNetwork
public PoolJoiningHostMustHaveOnlyOneIpOnClusteringNetwork()Create a new PoolJoiningHostMustHaveOnlyOneIpOnClusteringNetwork
-