Class Types.NetworkIncompatiblePurposes

All Implemented Interfaces:
Serializable
Enclosing class:
Types

public static class Types.NetworkIncompatiblePurposes extends Types.XenAPIException
You tried to add a purpose to a network but the new purpose is not compatible with an existing purpose of the network or other networks.
See Also:
  • Field Details

    • newPurpose

      public final String newPurpose
    • conflictingPurpose

      public final String conflictingPurpose
  • Constructor Details

    • NetworkIncompatiblePurposes

      public NetworkIncompatiblePurposes(String newPurpose, String conflictingPurpose)
      Create a new NetworkIncompatiblePurposes