Class Types.VmHostIncompatibleVirtualHardwarePlatformVersion

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

public static class Types.VmHostIncompatibleVirtualHardwarePlatformVersion extends Types.XenAPIException
You attempted to run a VM on a host that cannot provide the VM's required Virtual Hardware Platform version.
See Also:
  • Field Details

    • host

      public final String host
    • hostVersions

      public final String hostVersions
    • vm

      public final String vm
    • vmVersion

      public final String vmVersion
  • Constructor Details

    • VmHostIncompatibleVirtualHardwarePlatformVersion

      public VmHostIncompatibleVirtualHardwarePlatformVersion(String host, String hostVersions, String vm, String vmVersion)
      Create a new VmHostIncompatibleVirtualHardwarePlatformVersion