Class Types.VgpuTypeNotCompatibleWithRunningType

All Implemented Interfaces:
Serializable
Enclosing class:
Types

public static class Types.VgpuTypeNotCompatibleWithRunningType extends Types.XenAPIException
The VGPU type is incompatible with one or more of the VGPU types currently running on this PGPU
See Also:
  • Field Details

    • pgpu

      public final String pgpu
    • type

      public final String type
    • runningType

      public final String runningType
  • Constructor Details

    • VgpuTypeNotCompatibleWithRunningType

      public VgpuTypeNotCompatibleWithRunningType(String pgpu, String type, String runningType)
      Create a new VgpuTypeNotCompatibleWithRunningType