Class Types.HostNotEnoughPcpus

All Implemented Interfaces:
Serializable
Enclosing class:
Types

public static class Types.HostNotEnoughPcpus extends Types.XenAPIException
The host does not have enough pCPUs to run the VM. It needs at least as many as the VM has vCPUs.
See Also:
  • Field Details

    • vcpus

      public final String vcpus
    • pcpus

      public final String pcpus
  • Constructor Details

    • HostNotEnoughPcpus

      public HostNotEnoughPcpus(String vcpus, String pcpus)
      Create a new HostNotEnoughPcpus