Class Types.VmRequiresNetwork

All Implemented Interfaces:
Serializable
Enclosing class:
Types

public static class Types.VmRequiresNetwork extends Types.XenAPIException
You attempted to run a VM on a host which doesn't have a PIF on a Network needed by the VM. The VM has at least one VIF attached to the Network.
See Also:
  • Field Details

    • vm

      public final String vm
    • network

      public final String network
  • Constructor Details

    • VmRequiresNetwork

      public VmRequiresNetwork(String vm, String network)
      Create a new VmRequiresNetwork